Shades of Light Sea Green #21C9AB
Tints of Light Sea Green #21C9AB
RGB
CMYK
RGB Variations
Color information
#21C9AB (or 0x21C9AB) is known color: Light Sea Green. HEX triplet: 21, C9 and AB. RGB value is (33,201,171). Sum of RGB (Red+Green+Blue) = 33+201+171=405 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.15% from 405); Green value is 201 (78.91% from 255 or 49.63% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 201 - color contains mainly: green. Hex color #21C9AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C9AB is #DE3654. Grayscale: #939393. Windows color (decimal): -14562901 or 11258145. OLE color: 11258145.
HSL color Cylindrical-coordinate representation of color #21C9AB: hue angle of 169.29º 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 #21C9AB is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 201 | 171 | - |
| CMYK | 0.84 | 0 | 0.15 | 0.21 |
| HSL | 169.29º | 0.72% | 0.46% | - |
| HSV(B) | 169.29º | 0.84% | 0.79% | - |
| XYZ | 28.86 | 45.04 | 45.7 | - |
| YUV | 147.35 | 141.34 | 46.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 201 | 171 | 0.84 | 0 | 0.15 | 0.21 | 169.29 | 0.72 | 0.46 |
| Hex | 21 | C9 | AB | 54 | 0 | F | 15 | A9 | 48 | 2E |
| Octal | 41 | 311 | 253 | 124 | 0 | 17 | 25 | 251 | 110 | 56 |
| Binary | 100001 | 11001001 | 10101011 | 1010100 | 0 | 1111 | 10101 | 10101001 | 1001000 | 101110 |
Color Harmonies of #21C9AB
Complementary color
Monochromatic Colors of #21C9AB
Black with #21C9AB
Text Example
Text Example
White with #21C9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C9AB; }
p { color: rgb(33,201,171); }
H1.HeaderClassName
{
color: #21C9AB;
}
.AnyTagClassName
{
color: #21C9AB;
}
</style>
background-color css
<style>
a { background-color: #21C9AB; }
a { background-color: rgb(33,201,171); }
div.DivClassName
{
background-color: #21C9AB;
}
.BgClassName
{
background-color: #21C9AB;
}
</style>
border-color css
<style>
span { border-color: #21C9AB; }
span { border-color: rgb(33,201,171); }
td.TdClassName
{
border-color: #21C9AB;
}
.TagClassName
{
border-color: #21C9AB;
}
</style>