Color Shades in HSL model
Color Hue Range
S (Saturation) === 0, in this case we cannot get
H (Hue) range. Cause it should be the same color, due to HSL color system.
+/- 25 grad shift for H(Hue) color axis in HSL color model.
rgb(179,255,153)
hsl(105,100%,80%)
cmyk(30,0,40,0)rgb(153,255,170)
hsl(130,100%,80%)
cmyk(40,0,33,0)rgb(153,255,213)
hsl(155,100%,80%)
cmyk(40,0,17,0)rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0)rgb(153,213,255)
hsl(205,100%,80%)
cmyk(40,17,0,0)rgb(153,170,255)
hsl(230,100%,80%)
cmyk(40,33,0,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(179,229,230)
hsl(180,50%,80%)
cmyk(22,0,0,10)rgb(173,235,235)
hsl(180,60%,80%)
cmyk(26,0,0,8)rgb(168,240,240)
hsl(180,70%,80%)
cmyk(30,0,0,6)rgb(163,245,245)
hsl(180,80%,80%)
cmyk(33,0,0,4)rgb(158,250,250)
hsl(180,90%,80%)
cmyk(37,0,0,2)rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,255,255)
hsl(180,100%,50%)
cmyk(100,0,0,0)rgb(51,255,255)
hsl(180,100%,60%)
cmyk(80,0,0,0)rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0)rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0)rgb(204,255,255)
hsl(180,100%,90%)
cmyk(20,0,0,0)rgb(255,255,255)
hsl(0,0%,100%)
cmyk(0,0,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(63,255,255)
hsl(180,100%,62%)
cmyk(75,0,0,0)rgb(93,255,255)
hsl(180,100%,68%)
cmyk(64,0,0,0)rgb(123,255,255)
hsl(180,100%,74%)
cmyk(52,0,0,0)rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0)rgb(183,255,255)
hsl(180,100%,86%)
cmyk(28,0,0,0)rgb(213,255,255)
hsl(180,100%,92%)
cmyk(16,0,0,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(153,105,255)
hsl(259,100%,71%)
cmyk(40,59,0,0)rgb(153,135,255)
hsl(249,100%,76%)
cmyk(40,47,0,0)rgb(153,165,255)
hsl(233,100%,80%)
cmyk(40,35,0,0)rgb(153,195,255)
hsl(215,100%,80%)
cmyk(40,24,0,0)rgb(153,225,255)
hsl(198,100%,80%)
cmyk(40,12,0,0)rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(153,255,105)
hsl(101,100%,71%)
cmyk(40,0,59,0)rgb(153,255,135)
hsl(111,100%,76%)
cmyk(40,0,47,0)rgb(153,255,165)
hsl(127,100%,80%)
cmyk(40,0,35,0)rgb(153,255,195)
hsl(145,100%,80%)
cmyk(40,0,24,0)rgb(153,255,225)
hsl(162,100%,80%)
cmyk(40,0,12,0)rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
rgb(230,255,255)
hsl(180,100%,95%)
cmyk(10,0,0,0)rgb(204,255,255)
hsl(180,100%,90%)
cmyk(20,0,0,0)rgb(179,255,255)
hsl(180,100%,85%)
cmyk(30,0,0,0)rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0)rgb(128,255,255)
hsl(180,100%,75%)
cmyk(50,0,0,0)rgb(102,255,255)
hsl(180,100%,70%)
cmyk(60,0,0,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0)rgb(153,230,255)
hsl(195,100%,80%)
cmyk(40,10,0,0)rgb(153,204,255)
hsl(210,100%,80%)
cmyk(40,20,0,0)rgb(153,179,255)
hsl(225,100%,80%)
cmyk(40,30,0,0)rgb(153,153,255)
hsl(240,100%,80%)
cmyk(40,40,0,0)rgb(153,128,255)
hsl(252,100%,75%)
cmyk(40,50,0,0) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0)rgb(153,255,230)
hsl(165,100%,80%)
cmyk(40,0,10,0)rgb(153,255,204)
hsl(150,100%,80%)
cmyk(40,0,20,0)rgb(153,255,179)
hsl(135,100%,80%)
cmyk(40,0,30,0)rgb(153,255,153)
hsl(120,100%,80%)
cmyk(40,0,40,0)rgb(153,255,128)
hsl(108,100%,75%)
cmyk(40,0,50,0) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(153,255,255)
hsl(180,100%,80%)
cmyk(40,0,0,0)rgb(138,230,230)
hsl(180,64%,72%)
cmyk(40,0,0,10)rgb(122,204,204)
hsl(180,44%,64%)
cmyk(40,0,0,20)rgb(107,179,179)
hsl(180,32%,56%)
cmyk(40,0,0,30)rgb(92,153,153)
hsl(180,25%,48%)
cmyk(40,0,0,40)rgb(77,128,128)
hsl(180,25%,40%)
cmyk(40,0,0,50)