Shades of Light Sea Green #20C9A8
Tints of Light Sea Green #20C9A8
RGB
CMYK
RGB Variations
Color information
#20C9A8 (or 0x20C9A8) is known color: Light Sea Green. HEX triplet: 20, C9 and A8. RGB value is (32,201,168). Sum of RGB (Red+Green+Blue) = 32+201+168=401 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.98% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #20C9A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C9A8 is #DF3657. Grayscale: #929292. Windows color (decimal): -14628440 or 11061536. OLE color: 11061536.
HSL color Cylindrical-coordinate representation of color #20C9A8: hue angle of 168.28º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C9A8 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 168 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.21 |
| HSL | 168.28º | 0.73% | 0.46% | - |
| HSV(B) | 168.28º | 0.84% | 0.79% | - |
| XYZ | 28.55 | 44.91 | 44.21 | - |
| YUV | 146.71 | 140.01 | 46.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 168 | 0.84 | 0 | 0.16 | 0.21 | 168.28 | 0.73 | 0.46 |
| Hex | 20 | C9 | A8 | 54 | 0 | 10 | 15 | A8 | 49 | 2E |
| Octal | 40 | 311 | 250 | 124 | 0 | 20 | 25 | 250 | 111 | 56 |
| Binary | 100000 | 11001001 | 10101000 | 1010100 | 0 | 10000 | 10101 | 10101000 | 1001001 | 101110 |
Color Harmonies of #20C9A8
Complementary color
Monochromatic Colors of #20C9A8
Black with #20C9A8
Text Example
Text Example
White with #20C9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C9A8; }
p { color: rgb(32,201,168); }
H1.HeaderClassName
{
color: #20C9A8;
}
.AnyTagClassName
{
color: #20C9A8;
}
</style>
background-color css
<style>
a { background-color: #20C9A8; }
a { background-color: rgb(32,201,168); }
div.DivClassName
{
background-color: #20C9A8;
}
.BgClassName
{
background-color: #20C9A8;
}
</style>
border-color css
<style>
span { border-color: #20C9A8; }
span { border-color: rgb(32,201,168); }
td.TdClassName
{
border-color: #20C9A8;
}
.TagClassName
{
border-color: #20C9A8;
}
</style>