Shades of Light Sea Green #21CEB6
Tints of Light Sea Green #21CEB6
RGB
CMYK
RGB Variations
Color information
#21CEB6 (or 0x21CEB6) is known color: Light Sea Green. HEX triplet: 21, CE and B6. RGB value is (33,206,182). Sum of RGB (Red+Green+Blue) = 33+206+182=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 206 (80.86% from 255 or 48.93% from 421); Blue value is 182 (71.48% from 255 or 43.23% from 421); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CEB6 is #DE3149. Grayscale: #979797. Windows color (decimal): -14561610 or 11980321. OLE color: 11980321.
HSL color Cylindrical-coordinate representation of color #21CEB6: hue angle of 171.68º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CEB6 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 182 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.19 |
| HSL | 171.68º | 0.72% | 0.47% | - |
| HSV(B) | 171.68º | 0.84% | 0.81% | - |
| XYZ | 31.14 | 47.84 | 51.85 | - |
| YUV | 151.54 | 145.19 | 43.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 182 | 0.84 | 0 | 0.12 | 0.19 | 171.68 | 0.72 | 0.47 |
| Hex | 21 | CE | B6 | 54 | 0 | C | 13 | AC | 48 | 2F |
| Octal | 41 | 316 | 266 | 124 | 0 | 14 | 23 | 254 | 110 | 57 |
| Binary | 100001 | 11001110 | 10110110 | 1010100 | 0 | 1100 | 10011 | 10101100 | 1001000 | 101111 |
Color Harmonies of #21CEB6
Complementary color
Monochromatic Colors of #21CEB6
Black with #21CEB6
Text Example
Text Example
White with #21CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CEB6; }
p { color: rgb(33,206,182); }
H1.HeaderClassName
{
color: #21CEB6;
}
.AnyTagClassName
{
color: #21CEB6;
}
</style>
background-color css
<style>
a { background-color: #21CEB6; }
a { background-color: rgb(33,206,182); }
div.DivClassName
{
background-color: #21CEB6;
}
.BgClassName
{
background-color: #21CEB6;
}
</style>
border-color css
<style>
span { border-color: #21CEB6; }
span { border-color: rgb(33,206,182); }
td.TdClassName
{
border-color: #21CEB6;
}
.TagClassName
{
border-color: #21CEB6;
}
</style>