Shades of Light Sea Green #21CEBC
Tints of Light Sea Green #21CEBC
RGB
CMYK
RGB Variations
Color information
#21CEBC (or 0x21CEBC) is known color: Light Sea Green. HEX triplet: 21, CE and BC. RGB value is (33,206,188). Sum of RGB (Red+Green+Blue) = 33+206+188=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #21CEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CEBC is #DE3143. Grayscale: #989898. Windows color (decimal): -14561604 or 12373537. OLE color: 12373537.
HSL color Cylindrical-coordinate representation of color #21CEBC: hue angle of 173.76º 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 #21CEBC is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 206 | 188 | - |
| CMYK | 0.84 | 0 | 0.09 | 0.19 |
| HSL | 173.76º | 0.72% | 0.47% | - |
| HSV(B) | 173.76º | 0.84% | 0.81% | - |
| XYZ | 31.78 | 48.1 | 55.19 | - |
| YUV | 152.22 | 148.19 | 42.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 206 | 188 | 0.84 | 0 | 0.09 | 0.19 | 173.76 | 0.72 | 0.47 |
| Hex | 21 | CE | BC | 54 | 0 | 9 | 13 | AE | 48 | 2F |
| Octal | 41 | 316 | 274 | 124 | 0 | 11 | 23 | 256 | 110 | 57 |
| Binary | 100001 | 11001110 | 10111100 | 1010100 | 0 | 1001 | 10011 | 10101110 | 1001000 | 101111 |
Color Harmonies of #21CEBC
Complementary color
Monochromatic Colors of #21CEBC
Black with #21CEBC
Text Example
Text Example
White with #21CEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CEBC; }
p { color: rgb(33,206,188); }
H1.HeaderClassName
{
color: #21CEBC;
}
.AnyTagClassName
{
color: #21CEBC;
}
</style>
background-color css
<style>
a { background-color: #21CEBC; }
a { background-color: rgb(33,206,188); }
div.DivClassName
{
background-color: #21CEBC;
}
.BgClassName
{
background-color: #21CEBC;
}
</style>
border-color css
<style>
span { border-color: #21CEBC; }
span { border-color: rgb(33,206,188); }
td.TdClassName
{
border-color: #21CEBC;
}
.TagClassName
{
border-color: #21CEBC;
}
</style>