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(159,255,128)
hsl(105,100%,75%)
cmyk(38,0,50,0)rgb(128,255,149)
hsl(130,100%,75%)
cmyk(50,0,42,0)rgb(128,255,202)
hsl(155,100%,75%)
cmyk(50,0,21,0)rgb(128,255,255)
hsl(180,100%,75%)
cmyk(50,0,0,0)rgb(128,202,255)
hsl(205,100%,75%)
cmyk(50,21,0,0)rgb(128,149,255)
hsl(230,100%,75%)
cmyk(50,42,0,0) Color Saturation Range
+/- 10% shift for S(Saturation) color axis in HSL color model
rgb(159,223,223)
hsl(180,50%,75%)
cmyk(29,0,0,13)rgb(153,230,230)
hsl(180,60%,75%)
cmyk(33,0,0,10)rgb(147,236,236)
hsl(180,70%,75%)
cmyk(38,0,0,7)rgb(140,242,242)
hsl(180,80%,75%)
cmyk(42,0,0,5)rgb(134,249,249)
hsl(180,90%,75%)
cmyk(46,0,0,3)rgb(128,255,255)
hsl(180,100%,75%)
cmyk(50,0,0,0) Color Lightness Range
+/- 10% shift for L(lightness) color axis in HSL color model.
rgb(0,229,230)
hsl(180,100%,45%)
cmyk(100,0,0,10)rgb(26,255,255)
hsl(180,100%,55%)
cmyk(90,0,0,0)rgb(77,255,255)
hsl(180,100%,65%)
cmyk(70,0,0,0)rgb(128,255,255)
hsl(180,100%,75%)
cmyk(50,0,0,0)rgb(179,255,255)
hsl(180,100%,85%)
cmyk(30,0,0,0)rgb(229,255,255)
hsl(180,100%,95%)
cmyk(10,0,0,0) Color Shades in RGB model range
Color shades in Red range
+/- 30 points shift for
R(Red) color axis.
rgb(38,255,255)
hsl(180,100%,57%)
cmyk(85,0,0,0)rgb(68,255,255)
hsl(180,100%,63%)
cmyk(73,0,0,0)rgb(98,255,255)
hsl(180,100%,69%)
cmyk(62,0,0,0)rgb(128,255,255)
hsl(180,100%,75%)
cmyk(50,0,0,0)rgb(158,255,255)
hsl(180,100%,81%)
cmyk(38,0,0,0)rgb(188,255,255)
hsl(180,100%,87%)
cmyk(26,0,0,0) Color shades in Green range
+/- 30 points shift for
G(Green) color axis.
rgb(128,105,255)
hsl(249,100%,71%)
cmyk(50,59,0,0)rgb(128,135,255)
hsl(237,100%,75%)
cmyk(50,47,0,0)rgb(128,165,255)
hsl(223,100%,75%)
cmyk(50,35,0,0)rgb(128,195,255)
hsl(208,100%,75%)
cmyk(50,24,0,0)rgb(128,225,255)
hsl(194,100%,75%)
cmyk(50,12,0,0)rgb(128,255,255)
hsl(180,100%,75%)
cmyk(50,0,0,0) Color shades in Blue range
+/- 30 points shift for
B(Blue) color axis.
rgb(128,255,105)
hsl(111,100%,71%)
cmyk(50,0,59,0)rgb(128,255,135)
hsl(123,100%,75%)
cmyk(50,0,47,0)rgb(128,255,165)
hsl(137,100%,75%)
cmyk(50,0,35,0)rgb(128,255,195)
hsl(152,100%,75%)
cmyk(50,0,24,0)rgb(128,255,225)
hsl(166,100%,75%)
cmyk(50,0,12,0)rgb(128,255,255)
hsl(180,100%,75%)
cmyk(50,0,0,0) Color Shades in CMYK model range
Color shades in Cyan range
+/- 10 percent shift for
C(Cyan) color axis.
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)rgb(77,255,255)
hsl(180,100%,65%)
cmyk(70,0,0,0) Color shades in Magenta range
+/- 10 percent shift for
M(Magenta) color axis.
rgb(128,255,255)
hsl(180,100%,75%)
cmyk(50,0,0,0)rgb(128,230,255)
hsl(192,100%,75%)
cmyk(50,10,0,0)rgb(128,204,255)
hsl(204,100%,75%)
cmyk(50,20,0,0)rgb(128,179,255)
hsl(216,100%,75%)
cmyk(50,30,0,0)rgb(128,153,255)
hsl(228,100%,75%)
cmyk(50,40,0,0)rgb(128,128,255)
hsl(240,100%,75%)
cmyk(50,50,0,0) Color shades in Yellow range
+/- 10 percent shift for
Y(Yellow) color axis.
rgb(128,255,255)
hsl(180,100%,75%)
cmyk(50,0,0,0)rgb(128,255,230)
hsl(168,100%,75%)
cmyk(50,0,10,0)rgb(128,255,204)
hsl(156,100%,75%)
cmyk(50,0,20,0)rgb(128,255,179)
hsl(144,100%,75%)
cmyk(50,0,30,0)rgb(128,255,153)
hsl(132,100%,75%)
cmyk(50,0,40,0)rgb(128,255,128)
hsl(120,100%,75%)
cmyk(50,0,50,0) Color shades in Black range
+/- 10 percent shift for
B(Black) color axis.
rgb(128,255,255)
hsl(180,100%,75%)
cmyk(50,0,0,0)rgb(115,230,230)
hsl(180,69%,68%)
cmyk(50,0,0,10)rgb(102,204,204)
hsl(180,50%,60%)
cmyk(50,0,0,20)rgb(89,179,179)
hsl(180,37%,53%)
cmyk(50,0,0,30)rgb(77,153,153)
hsl(180,33%,45%)
cmyk(50,0,0,40)rgb(64,128,128)
hsl(180,33%,38%)
cmyk(50,0,0,50)