Shades of Light Sea Green #21CEB2
Tints of Light Sea Green #21CEB2
RGB
CMYK
RGB Variations
Color information
#21CEB2 (or 0x21CEB2) is known color: Light Sea Green. HEX triplet: 21, CE and B2. RGB value is (33,206,178). Sum of RGB (Red+Green+Blue) = 33+206+178=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 206 (80.86% from 255 or 49.40% from 417); Blue value is 178 (69.92% from 255 or 42.69% from 417); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21CEB2 is #DE314D. Grayscale: #979797. Windows color (decimal): -14561614 or 11718177. OLE color: 11718177.
HSL color Cylindrical-coordinate representation of color #21CEB2: hue angle of 170.29º 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 #21CEB2 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 178 | - |
| CMYK | 0.84 | 0 | 0.14 | 0.19 |
| HSL | 170.29º | 0.72% | 0.47% | - |
| HSV(B) | 170.29º | 0.84% | 0.81% | - |
| XYZ | 30.73 | 47.68 | 49.7 | - |
| YUV | 151.08 | 143.19 | 43.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 178 | 0.84 | 0 | 0.14 | 0.19 | 170.29 | 0.72 | 0.47 |
| Hex | 21 | CE | B2 | 54 | 0 | E | 13 | AA | 48 | 2F |
| Octal | 41 | 316 | 262 | 124 | 0 | 16 | 23 | 252 | 110 | 57 |
| Binary | 100001 | 11001110 | 10110010 | 1010100 | 0 | 1110 | 10011 | 10101010 | 1001000 | 101111 |
Color Harmonies of #21CEB2
Complementary color
Monochromatic Colors of #21CEB2
Black with #21CEB2
Text Example
Text Example
White with #21CEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CEB2; }
p { color: rgb(33,206,178); }
H1.HeaderClassName
{
color: #21CEB2;
}
.AnyTagClassName
{
color: #21CEB2;
}
</style>
background-color css
<style>
a { background-color: #21CEB2; }
a { background-color: rgb(33,206,178); }
div.DivClassName
{
background-color: #21CEB2;
}
.BgClassName
{
background-color: #21CEB2;
}
</style>
border-color css
<style>
span { border-color: #21CEB2; }
span { border-color: rgb(33,206,178); }
td.TdClassName
{
border-color: #21CEB2;
}
.TagClassName
{
border-color: #21CEB2;
}
</style>