Shades of Light Sea Green #21C5BA
Tints of Light Sea Green #21C5BA
RGB
CMYK
RGB Variations
Color information
#21C5BA (or 0x21C5BA) is known color: Light Sea Green. HEX triplet: 21, C5 and BA. RGB value is (33,197,186). Sum of RGB (Red+Green+Blue) = 33+197+186=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #21C5BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C5BA is #DE3A45. Grayscale: #929292. Windows color (decimal): -14563910 or 12240161. OLE color: 12240161.
HSL color Cylindrical-coordinate representation of color #21C5BA: hue angle of 175.98º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C5BA is Cyan = 0.83, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 197 | 186 | - |
| CMYK | 0.83 | 0 | 0.06 | 0.23 |
| HSL | 175.98º | 0.71% | 0.45% | - |
| HSV(B) | 175.98º | 0.83% | 0.77% | - |
| XYZ | 29.46 | 43.8 | 53.36 | - |
| YUV | 146.71 | 150.17 | 46.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 186 | 0.83 | 0 | 0.06 | 0.23 | 175.98 | 0.71 | 0.45 |
| Hex | 21 | C5 | BA | 53 | 0 | 6 | 17 | B0 | 47 | 2D |
| Octal | 41 | 305 | 272 | 123 | 0 | 6 | 27 | 260 | 107 | 55 |
| Binary | 100001 | 11000101 | 10111010 | 1010011 | 0 | 110 | 10111 | 10110000 | 1000111 | 101101 |
Color Harmonies of #21C5BA
Complementary color
Monochromatic Colors of #21C5BA
Black with #21C5BA
Text Example
Text Example
White with #21C5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C5BA; }
p { color: rgb(33,197,186); }
H1.HeaderClassName
{
color: #21C5BA;
}
.AnyTagClassName
{
color: #21C5BA;
}
</style>
background-color css
<style>
a { background-color: #21C5BA; }
a { background-color: rgb(33,197,186); }
div.DivClassName
{
background-color: #21C5BA;
}
.BgClassName
{
background-color: #21C5BA;
}
</style>
border-color css
<style>
span { border-color: #21C5BA; }
span { border-color: rgb(33,197,186); }
td.TdClassName
{
border-color: #21C5BA;
}
.TagClassName
{
border-color: #21C5BA;
}
</style>