Shades of Light Sea Green #20C2AB
Tints of Light Sea Green #20C2AB
RGB
CMYK
RGB Variations
Color information
#20C2AB (or 0x20C2AB) is known color: Light Sea Green. HEX triplet: 20, C2 and AB. RGB value is (32,194,171). Sum of RGB (Red+Green+Blue) = 32+194+171=397 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.06% from 397); Green value is 194 (76.17% from 255 or 48.87% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 194 - color contains mainly: green. Hex color #20C2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C2AB is #DF3D54. Grayscale: #8E8E8E. Windows color (decimal): -14630229 or 11256352. OLE color: 11256352.
HSL color Cylindrical-coordinate representation of color #20C2AB: hue angle of 171.48º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C2AB is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 171 | - |
| CMYK | 0.84 | 0 | 0.12 | 0.24 |
| HSL | 171.48º | 0.72% | 0.44% | - |
| HSV(B) | 171.48º | 0.84% | 0.76% | - |
| XYZ | 27.24 | 41.83 | 45.17 | - |
| YUV | 142.94 | 143.83 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 171 | 0.84 | 0 | 0.12 | 0.24 | 171.48 | 0.72 | 0.44 |
| Hex | 20 | C2 | AB | 54 | 0 | C | 18 | AB | 48 | 2C |
| Octal | 40 | 302 | 253 | 124 | 0 | 14 | 30 | 253 | 110 | 54 |
| Binary | 100000 | 11000010 | 10101011 | 1010100 | 0 | 1100 | 11000 | 10101011 | 1001000 | 101100 |
Color Harmonies of #20C2AB
Complementary color
Monochromatic Colors of #20C2AB
Black with #20C2AB
Text Example
Text Example
White with #20C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C2AB; }
p { color: rgb(32,194,171); }
H1.HeaderClassName
{
color: #20C2AB;
}
.AnyTagClassName
{
color: #20C2AB;
}
</style>
background-color css
<style>
a { background-color: #20C2AB; }
a { background-color: rgb(32,194,171); }
div.DivClassName
{
background-color: #20C2AB;
}
.BgClassName
{
background-color: #20C2AB;
}
</style>
border-color css
<style>
span { border-color: #20C2AB; }
span { border-color: rgb(32,194,171); }
td.TdClassName
{
border-color: #20C2AB;
}
.TagClassName
{
border-color: #20C2AB;
}
</style>