Shades of Light Sea Green #21CAC0
Tints of Light Sea Green #21CAC0
RGB
CMYK
RGB Variations
Color information
#21CAC0 (or 0x21CAC0) is known color: Light Sea Green. HEX triplet: 21, CA and C0. RGB value is (33,202,192). Sum of RGB (Red+Green+Blue) = 33+202+192=427 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.73% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #21CAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21CAC0 is #DE353F. Grayscale: #969696. Windows color (decimal): -14562624 or 12634657. OLE color: 12634657.
HSL color Cylindrical-coordinate representation of color #21CAC0: hue angle of 176.45º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CAC0 is Cyan = 0.84, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 202 | 192 | - |
| CMYK | 0.84 | 0 | 0.05 | 0.21 |
| HSL | 176.45º | 0.72% | 0.46% | - |
| HSV(B) | 176.45º | 0.84% | 0.79% | - |
| XYZ | 31.26 | 46.37 | 57.17 | - |
| YUV | 150.33 | 151.51 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 202 | 192 | 0.84 | 0 | 0.05 | 0.21 | 176.45 | 0.72 | 0.46 |
| Hex | 21 | CA | C0 | 54 | 0 | 5 | 15 | B0 | 48 | 2E |
| Octal | 41 | 312 | 300 | 124 | 0 | 5 | 25 | 260 | 110 | 56 |
| Binary | 100001 | 11001010 | 11000000 | 1010100 | 0 | 101 | 10101 | 10110000 | 1001000 | 101110 |
Color Harmonies of #21CAC0
Complementary color
Monochromatic Colors of #21CAC0
Black with #21CAC0
Text Example
Text Example
White with #21CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CAC0; }
p { color: rgb(33,202,192); }
H1.HeaderClassName
{
color: #21CAC0;
}
.AnyTagClassName
{
color: #21CAC0;
}
</style>
background-color css
<style>
a { background-color: #21CAC0; }
a { background-color: rgb(33,202,192); }
div.DivClassName
{
background-color: #21CAC0;
}
.BgClassName
{
background-color: #21CAC0;
}
</style>
border-color css
<style>
span { border-color: #21CAC0; }
span { border-color: rgb(33,202,192); }
td.TdClassName
{
border-color: #21CAC0;
}
.TagClassName
{
border-color: #21CAC0;
}
</style>