Shades of Light Sea Green #20C2AD
Tints of Light Sea Green #20C2AD
RGB
CMYK
RGB Variations
Color information
#20C2AD (or 0x20C2AD) is known color: Light Sea Green. HEX triplet: 20, C2 and AD. RGB value is (32,194,173). Sum of RGB (Red+Green+Blue) = 32+194+173=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #20C2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C2AD is #DF3D52. Grayscale: #8F8F8F. Windows color (decimal): -14630227 or 11387424. OLE color: 11387424.
HSL color Cylindrical-coordinate representation of color #20C2AD: hue angle of 172.22º 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 #20C2AD is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 194 | 173 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.24 |
| HSL | 172.22º | 0.72% | 0.44% | - |
| HSV(B) | 172.22º | 0.84% | 0.76% | - |
| XYZ | 27.43 | 41.91 | 46.18 | - |
| YUV | 143.17 | 144.83 | 48.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 194 | 173 | 0.84 | 0 | 0.11 | 0.24 | 172.22 | 0.72 | 0.44 |
| Hex | 20 | C2 | AD | 54 | 0 | B | 18 | AC | 48 | 2C |
| Octal | 40 | 302 | 255 | 124 | 0 | 13 | 30 | 254 | 110 | 54 |
| Binary | 100000 | 11000010 | 10101101 | 1010100 | 0 | 1011 | 11000 | 10101100 | 1001000 | 101100 |
Color Harmonies of #20C2AD
Complementary color
Monochromatic Colors of #20C2AD
Black with #20C2AD
Text Example
Text Example
White with #20C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C2AD; }
p { color: rgb(32,194,173); }
H1.HeaderClassName
{
color: #20C2AD;
}
.AnyTagClassName
{
color: #20C2AD;
}
</style>
background-color css
<style>
a { background-color: #20C2AD; }
a { background-color: rgb(32,194,173); }
div.DivClassName
{
background-color: #20C2AD;
}
.BgClassName
{
background-color: #20C2AD;
}
</style>
border-color css
<style>
span { border-color: #20C2AD; }
span { border-color: rgb(32,194,173); }
td.TdClassName
{
border-color: #20C2AD;
}
.TagClassName
{
border-color: #20C2AD;
}
</style>