Shades of Light Sea Green #20C0A0
Tints of Light Sea Green #20C0A0
RGB
CMYK
RGB Variations
Color information
#20C0A0 (or 0x20C0A0) is known color: Light Sea Green. HEX triplet: 20, C0 and A0. RGB value is (32,192,160). Sum of RGB (Red+Green+Blue) = 32+192+160=384 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.33% from 384); Green value is 192 (75.39% from 255 or 50% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 192 - color contains mainly: green. Hex color #20C0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C0A0 is #DF3F5F. Grayscale: #8C8C8C. Windows color (decimal): -14630752 or 10534944. OLE color: 10534944.
HSL color Cylindrical-coordinate representation of color #20C0A0: hue angle of 168º 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 #20C0A0 is Cyan = 0.83, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 160 | - |
| CMYK | 0.83 | 0 | 0.17 | 0.25 |
| HSL | 168º | 0.71% | 0.44% | - |
| HSV(B) | 168º | 0.83% | 0.75% | - |
| XYZ | 25.79 | 40.54 | 39.72 | - |
| YUV | 140.51 | 138.99 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 160 | 0.83 | 0 | 0.17 | 0.25 | 168 | 0.71 | 0.44 |
| Hex | 20 | C0 | A0 | 53 | 0 | 11 | 19 | A8 | 47 | 2C |
| Octal | 40 | 300 | 240 | 123 | 0 | 21 | 31 | 250 | 107 | 54 |
| Binary | 100000 | 11000000 | 10100000 | 1010011 | 0 | 10001 | 11001 | 10101000 | 1000111 | 101100 |
Color Harmonies of #20C0A0
Complementary color
Monochromatic Colors of #20C0A0
Black with #20C0A0
Text Example
Text Example
White with #20C0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C0A0; }
p { color: rgb(32,192,160); }
H1.HeaderClassName
{
color: #20C0A0;
}
.AnyTagClassName
{
color: #20C0A0;
}
</style>
background-color css
<style>
a { background-color: #20C0A0; }
a { background-color: rgb(32,192,160); }
div.DivClassName
{
background-color: #20C0A0;
}
.BgClassName
{
background-color: #20C0A0;
}
</style>
border-color css
<style>
span { border-color: #20C0A0; }
span { border-color: rgb(32,192,160); }
td.TdClassName
{
border-color: #20C0A0;
}
.TagClassName
{
border-color: #20C0A0;
}
</style>