Shades of Medium Sea Green #20C060
Tints of Medium Sea Green #20C060
RGB
CMYK
RGB Variations
Color information
#20C060 (or 0x20C060) is known color: Medium Sea Green. HEX triplet: 20, C0 and 60. RGB value is (32,192,96). Sum of RGB (Red+Green+Blue) = 32+192+96=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #20C060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C060 is #DF3F9F. Grayscale: #858585. Windows color (decimal): -14630816 or 6340640. OLE color: 6340640.
HSL color Cylindrical-coordinate representation of color #20C060: hue angle of 144º 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 #20C060 is Cyan = 0.83, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 96 | - |
| CMYK | 0.83 | 0 | 0.50 | 0.25 |
| HSL | 144º | 0.71% | 0.44% | - |
| HSV(B) | 144º | 0.83% | 0.75% | - |
| XYZ | 21.56 | 38.85 | 17.43 | - |
| YUV | 133.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 96 | 0.83 | 0 | 0.50 | 0.25 | 144 | 0.71 | 0.44 |
| Hex | 20 | C0 | 60 | 53 | 0 | 32 | 19 | 90 | 47 | 2C |
| Octal | 40 | 300 | 140 | 123 | 0 | 62 | 31 | 220 | 107 | 54 |
| Binary | 100000 | 11000000 | 1100000 | 1010011 | 0 | 110010 | 11001 | 10010000 | 1000111 | 101100 |
Color Harmonies of #20C060
Complementary color
Monochromatic Colors of #20C060
Black with #20C060
Text Example
Text Example
White with #20C060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C060; }
p { color: rgb(32,192,96); }
H1.HeaderClassName
{
color: #20C060;
}
.AnyTagClassName
{
color: #20C060;
}
</style>
background-color css
<style>
a { background-color: #20C060; }
a { background-color: rgb(32,192,96); }
div.DivClassName
{
background-color: #20C060;
}
.BgClassName
{
background-color: #20C060;
}
</style>
border-color css
<style>
span { border-color: #20C060; }
span { border-color: rgb(32,192,96); }
td.TdClassName
{
border-color: #20C060;
}
.TagClassName
{
border-color: #20C060;
}
</style>