Shades of Medium Sea Green #20CE70
Tints of Medium Sea Green #20CE70
RGB
CMYK
RGB Variations
Color information
#20CE70 (or 0x20CE70) is known color: Medium Sea Green. HEX triplet: 20, CE and 70. RGB value is (32,206,112). Sum of RGB (Red+Green+Blue) = 32+206+112=350 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.14% from 350); Green value is 206 (80.86% from 255 or 58.86% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 206 - color contains mainly: green. Hex color #20CE70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CE70 is #DF318F. Grayscale: #8F8F8F. Windows color (decimal): -14627216 or 7392800. OLE color: 7392800.
HSL color Cylindrical-coordinate representation of color #20CE70: hue angle of 147.59º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CE70 is Cyan = 0.84, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 206 | 112 | - |
| CMYK | 0.84 | 0 | 0.46 | 0.19 |
| HSL | 147.59º | 0.73% | 0.47% | - |
| HSV(B) | 147.59º | 0.84% | 0.81% | - |
| XYZ | 25.59 | 45.62 | 22.79 | - |
| YUV | 143.26 | 110.35 | 48.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 206 | 112 | 0.84 | 0 | 0.46 | 0.19 | 147.59 | 0.73 | 0.47 |
| Hex | 20 | CE | 70 | 54 | 0 | 2E | 13 | 94 | 49 | 2F |
| Octal | 40 | 316 | 160 | 124 | 0 | 56 | 23 | 224 | 111 | 57 |
| Binary | 100000 | 11001110 | 1110000 | 1010100 | 0 | 101110 | 10011 | 10010100 | 1001001 | 101111 |
Color Harmonies of #20CE70
Complementary color
Monochromatic Colors of #20CE70
Black with #20CE70
Text Example
Text Example
White with #20CE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CE70; }
p { color: rgb(32,206,112); }
H1.HeaderClassName
{
color: #20CE70;
}
.AnyTagClassName
{
color: #20CE70;
}
</style>
background-color css
<style>
a { background-color: #20CE70; }
a { background-color: rgb(32,206,112); }
div.DivClassName
{
background-color: #20CE70;
}
.BgClassName
{
background-color: #20CE70;
}
</style>
border-color css
<style>
span { border-color: #20CE70; }
span { border-color: rgb(32,206,112); }
td.TdClassName
{
border-color: #20CE70;
}
.TagClassName
{
border-color: #20CE70;
}
</style>