Shades of Light Sea Green #20C0AB
Tints of Light Sea Green #20C0AB
RGB
CMYK
RGB Variations
Color information
#20C0AB (or 0x20C0AB) is known color: Light Sea Green. HEX triplet: 20, C0 and AB. RGB value is (32,192,171). Sum of RGB (Red+Green+Blue) = 32+192+171=395 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.10% from 395); Green value is 192 (75.39% from 255 or 48.61% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 192 - color contains mainly: green. Hex color #20C0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C0AB is #DF3F54. Grayscale: #8D8D8D. Windows color (decimal): -14630741 or 11255840. OLE color: 11255840.
HSL color Cylindrical-coordinate representation of color #20C0AB: hue angle of 172.12º 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 #20C0AB is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 171 | - |
| CMYK | 0.83 | 0 | 0.11 | 0.25 |
| HSL | 172.13º | 0.71% | 0.44% | - |
| HSV(B) | 172.13º | 0.83% | 0.75% | - |
| XYZ | 26.8 | 40.95 | 45.02 | - |
| YUV | 141.77 | 144.49 | 49.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 171 | 0.83 | 0 | 0.11 | 0.25 | 172.13 | 0.71 | 0.44 |
| Hex | 20 | C0 | AB | 53 | 0 | B | 19 | AC | 47 | 2C |
| Octal | 40 | 300 | 253 | 123 | 0 | 13 | 31 | 254 | 107 | 54 |
| Binary | 100000 | 11000000 | 10101011 | 1010011 | 0 | 1011 | 11001 | 10101100 | 1000111 | 101100 |
Color Harmonies of #20C0AB
Complementary color
Monochromatic Colors of #20C0AB
Black with #20C0AB
Text Example
Text Example
White with #20C0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C0AB; }
p { color: rgb(32,192,171); }
H1.HeaderClassName
{
color: #20C0AB;
}
.AnyTagClassName
{
color: #20C0AB;
}
</style>
background-color css
<style>
a { background-color: #20C0AB; }
a { background-color: rgb(32,192,171); }
div.DivClassName
{
background-color: #20C0AB;
}
.BgClassName
{
background-color: #20C0AB;
}
</style>
border-color css
<style>
span { border-color: #20C0AB; }
span { border-color: rgb(32,192,171); }
td.TdClassName
{
border-color: #20C0AB;
}
.TagClassName
{
border-color: #20C0AB;
}
</style>