Shades of Light Sea Green #21C2BD
Tints of Light Sea Green #21C2BD
RGB
CMYK
RGB Variations
Color information
#21C2BD (or 0x21C2BD) is known color: Light Sea Green. HEX triplet: 21, C2 and BD. RGB value is (33,194,189). Sum of RGB (Red+Green+Blue) = 33+194+189=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 194 - color contains mainly: green. Hex color #21C2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C2BD is #DE3D42. Grayscale: #919191. Windows color (decimal): -14564675 or 12436001. OLE color: 12436001.
HSL color Cylindrical-coordinate representation of color #21C2BD: hue angle of 178.14º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C2BD is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 194 | 189 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.24 |
| HSL | 178.14º | 0.71% | 0.45% | - |
| HSV(B) | 178.14º | 0.83% | 0.76% | - |
| XYZ | 29.1 | 42.58 | 54.83 | - |
| YUV | 145.29 | 152.66 | 47.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 194 | 189 | 0.83 | 0 | 0.03 | 0.24 | 178.14 | 0.71 | 0.45 |
| Hex | 21 | C2 | BD | 53 | 0 | 3 | 18 | B2 | 47 | 2D |
| Octal | 41 | 302 | 275 | 123 | 0 | 3 | 30 | 262 | 107 | 55 |
| Binary | 100001 | 11000010 | 10111101 | 1010011 | 0 | 11 | 11000 | 10110010 | 1000111 | 101101 |
Color Harmonies of #21C2BD
Complementary color
Monochromatic Colors of #21C2BD
Black with #21C2BD
Text Example
Text Example
White with #21C2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C2BD; }
p { color: rgb(33,194,189); }
H1.HeaderClassName
{
color: #21C2BD;
}
.AnyTagClassName
{
color: #21C2BD;
}
</style>
background-color css
<style>
a { background-color: #21C2BD; }
a { background-color: rgb(33,194,189); }
div.DivClassName
{
background-color: #21C2BD;
}
.BgClassName
{
background-color: #21C2BD;
}
</style>
border-color css
<style>
span { border-color: #21C2BD; }
span { border-color: rgb(33,194,189); }
td.TdClassName
{
border-color: #21C2BD;
}
.TagClassName
{
border-color: #21C2BD;
}
</style>