Shades of Light Sea Green #20C0AC
Tints of Light Sea Green #20C0AC
RGB
CMYK
RGB Variations
Color information
#20C0AC (or 0x20C0AC) is known color: Light Sea Green. HEX triplet: 20, C0 and AC. RGB value is (32,192,172). Sum of RGB (Red+Green+Blue) = 32+192+172=396 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.08% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #20C0AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #20C0AC is #DF3F53. Grayscale: #8D8D8D. Windows color (decimal): -14630740 or 11321376. OLE color: 11321376.
HSL color Cylindrical-coordinate representation of color #20C0AC: hue angle of 172.5º 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 #20C0AC is Cyan = 0.83, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 172 | - |
| CMYK | 0.83 | 0 | 0.10 | 0.25 |
| HSL | 172.5º | 0.71% | 0.44% | - |
| HSV(B) | 172.5º | 0.83% | 0.75% | - |
| XYZ | 26.89 | 40.98 | 45.52 | - |
| YUV | 141.88 | 144.99 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 172 | 0.83 | 0 | 0.10 | 0.25 | 172.5 | 0.71 | 0.44 |
| Hex | 20 | C0 | AC | 53 | 0 | A | 19 | AC | 47 | 2C |
| Octal | 40 | 300 | 254 | 123 | 0 | 12 | 31 | 254 | 107 | 54 |
| Binary | 100000 | 11000000 | 10101100 | 1010011 | 0 | 1010 | 11001 | 10101100 | 1000111 | 101100 |
Color Harmonies of #20C0AC
Complementary color
Monochromatic Colors of #20C0AC
Black with #20C0AC
Text Example
Text Example
White with #20C0AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C0AC; }
p { color: rgb(32,192,172); }
H1.HeaderClassName
{
color: #20C0AC;
}
.AnyTagClassName
{
color: #20C0AC;
}
</style>
background-color css
<style>
a { background-color: #20C0AC; }
a { background-color: rgb(32,192,172); }
div.DivClassName
{
background-color: #20C0AC;
}
.BgClassName
{
background-color: #20C0AC;
}
</style>
border-color css
<style>
span { border-color: #20C0AC; }
span { border-color: rgb(32,192,172); }
td.TdClassName
{
border-color: #20C0AC;
}
.TagClassName
{
border-color: #20C0AC;
}
</style>