Shades of Light Sea Green #21C0AC
Tints of Light Sea Green #21C0AC
RGB
CMYK
RGB Variations
Color information
#21C0AC (or 0x21C0AC) is known color: Light Sea Green. HEX triplet: 21, C0 and AC. RGB value is (33,192,172). Sum of RGB (Red+Green+Blue) = 33+192+172=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 192 (75.39% from 255 or 48.36% from 397); Blue value is 172 (67.58% from 255 or 43.32% from 397); Max value from RGB is 192 - color contains mainly: green. Hex color #21C0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #21C0AC is #DE3F53. Grayscale: #8E8E8E. Windows color (decimal): -14565204 or 11321377. OLE color: 11321377.
HSL color Cylindrical-coordinate representation of color #21C0AC: hue angle of 172.45º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C0AC is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 192 | 172 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.25 |
| HSL | 172.45º | 0.71% | 0.44% | - |
| HSV(B) | 172.45º | 0.83% | 0.75% | - |
| XYZ | 26.92 | 41 | 45.52 | - |
| YUV | 142.18 | 144.82 | 50.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 172 | 0.83 | 0 | 0.10 | 0.25 | 172.45 | 0.71 | 0.44 |
| Hex | 21 | C0 | AC | 53 | 0 | A | 19 | AC | 47 | 2C |
| Octal | 41 | 300 | 254 | 123 | 0 | 12 | 31 | 254 | 107 | 54 |
| Binary | 100001 | 11000000 | 10101100 | 1010011 | 0 | 1010 | 11001 | 10101100 | 1000111 | 101100 |
Color Harmonies of #21C0AC
Complementary color
Monochromatic Colors of #21C0AC
Black with #21C0AC
Text Example
Text Example
White with #21C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C0AC; }
p { color: rgb(33,192,172); }
H1.HeaderClassName
{
color: #21C0AC;
}
.AnyTagClassName
{
color: #21C0AC;
}
</style>
background-color css
<style>
a { background-color: #21C0AC; }
a { background-color: rgb(33,192,172); }
div.DivClassName
{
background-color: #21C0AC;
}
.BgClassName
{
background-color: #21C0AC;
}
</style>
border-color css
<style>
span { border-color: #21C0AC; }
span { border-color: rgb(33,192,172); }
td.TdClassName
{
border-color: #21C0AC;
}
.TagClassName
{
border-color: #21C0AC;
}
</style>