Shades of Light Sea Green #21C5A8
Tints of Light Sea Green #21C5A8
RGB
CMYK
RGB Variations
Color information
#21C5A8 (or 0x21C5A8) is known color: Light Sea Green. HEX triplet: 21, C5 and A8. RGB value is (33,197,168). Sum of RGB (Red+Green+Blue) = 33+197+168=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 197 (77.34% from 255 or 49.50% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 197 - color contains mainly: green. Hex color #21C5A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C5A8 is #DE3A57. Grayscale: #909090. Windows color (decimal): -14563928 or 11060513. OLE color: 11060513.
HSL color Cylindrical-coordinate representation of color #21C5A8: hue angle of 169.39º 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 #21C5A8 is Cyan = 0.83, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 33 | 197 | 168 | - |
| CMYK | 0.83 | 0 | 0.15 | 0.23 |
| HSL | 169.39º | 0.71% | 0.45% | - |
| HSV(B) | 169.39º | 0.83% | 0.77% | - |
| XYZ | 27.66 | 43.08 | 43.9 | - |
| YUV | 144.66 | 141.17 | 48.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 197 | 168 | 0.83 | 0 | 0.15 | 0.23 | 169.39 | 0.71 | 0.45 |
| Hex | 21 | C5 | A8 | 53 | 0 | F | 17 | A9 | 47 | 2D |
| Octal | 41 | 305 | 250 | 123 | 0 | 17 | 27 | 251 | 107 | 55 |
| Binary | 100001 | 11000101 | 10101000 | 1010011 | 0 | 1111 | 10111 | 10101001 | 1000111 | 101101 |
Color Harmonies of #21C5A8
Complementary color
Monochromatic Colors of #21C5A8
Black with #21C5A8
Text Example
Text Example
White with #21C5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C5A8; }
p { color: rgb(33,197,168); }
H1.HeaderClassName
{
color: #21C5A8;
}
.AnyTagClassName
{
color: #21C5A8;
}
</style>
background-color css
<style>
a { background-color: #21C5A8; }
a { background-color: rgb(33,197,168); }
div.DivClassName
{
background-color: #21C5A8;
}
.BgClassName
{
background-color: #21C5A8;
}
</style>
border-color css
<style>
span { border-color: #21C5A8; }
span { border-color: rgb(33,197,168); }
td.TdClassName
{
border-color: #21C5A8;
}
.TagClassName
{
border-color: #21C5A8;
}
</style>