Shades of Light Sea Green #20C0A1
Tints of Light Sea Green #20C0A1
RGB
CMYK
RGB Variations
Color information
#20C0A1 (or 0x20C0A1) is known color: Light Sea Green. HEX triplet: 20, C0 and A1. RGB value is (32,192,161). Sum of RGB (Red+Green+Blue) = 32+192+161=385 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.31% from 385); Green value is 192 (75.39% from 255 or 49.87% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 192 - color contains mainly: green. Hex color #20C0A1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C0A1 is #DF3F5E. Grayscale: #8C8C8C. Windows color (decimal): -14630751 or 10600480. OLE color: 10600480.
HSL color Cylindrical-coordinate representation of color #20C0A1: hue angle of 168.38º 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 #20C0A1 is Cyan = 0.83, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 161 | - |
| CMYK | 0.83 | 0 | 0.16 | 0.25 |
| HSL | 168.38º | 0.71% | 0.44% | - |
| HSV(B) | 168.38º | 0.83% | 0.75% | - |
| XYZ | 25.88 | 40.58 | 40.19 | - |
| YUV | 140.63 | 139.49 | 50.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 161 | 0.83 | 0 | 0.16 | 0.25 | 168.38 | 0.71 | 0.44 |
| Hex | 20 | C0 | A1 | 53 | 0 | 10 | 19 | A8 | 47 | 2C |
| Octal | 40 | 300 | 241 | 123 | 0 | 20 | 31 | 250 | 107 | 54 |
| Binary | 100000 | 11000000 | 10100001 | 1010011 | 0 | 10000 | 11001 | 10101000 | 1000111 | 101100 |
Color Harmonies of #20C0A1
Complementary color
Monochromatic Colors of #20C0A1
Black with #20C0A1
Text Example
Text Example
White with #20C0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C0A1; }
p { color: rgb(32,192,161); }
H1.HeaderClassName
{
color: #20C0A1;
}
.AnyTagClassName
{
color: #20C0A1;
}
</style>
background-color css
<style>
a { background-color: #20C0A1; }
a { background-color: rgb(32,192,161); }
div.DivClassName
{
background-color: #20C0A1;
}
.BgClassName
{
background-color: #20C0A1;
}
</style>
border-color css
<style>
span { border-color: #20C0A1; }
span { border-color: rgb(32,192,161); }
td.TdClassName
{
border-color: #20C0A1;
}
.TagClassName
{
border-color: #20C0A1;
}
</style>