Shades of Medium Sea Green #20C970
Tints of Medium Sea Green #20C970
RGB
CMYK
RGB Variations
Color information
#20C970 (or 0x20C970) is known color: Medium Sea Green. HEX triplet: 20, C9 and 70. RGB value is (32,201,112). Sum of RGB (Red+Green+Blue) = 32+201+112=345 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.28% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #20C970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20C970 is #DF368F. Grayscale: #8C8C8C. Windows color (decimal): -14628496 or 7391520. OLE color: 7391520.
HSL color Cylindrical-coordinate representation of color #20C970: hue angle of 148.4º 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 #20C970 is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 112 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.21 |
| HSL | 148.4º | 0.73% | 0.46% | - |
| HSV(B) | 148.4º | 0.84% | 0.79% | - |
| XYZ | 24.41 | 43.25 | 22.39 | - |
| YUV | 140.32 | 112.01 | 50.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 112 | 0.84 | 0 | 0.44 | 0.21 | 148.4 | 0.73 | 0.46 |
| Hex | 20 | C9 | 70 | 54 | 0 | 2C | 15 | 94 | 49 | 2E |
| Octal | 40 | 311 | 160 | 124 | 0 | 54 | 25 | 224 | 111 | 56 |
| Binary | 100000 | 11001001 | 1110000 | 1010100 | 0 | 101100 | 10101 | 10010100 | 1001001 | 101110 |
Color Harmonies of #20C970
Complementary color
Monochromatic Colors of #20C970
Black with #20C970
Text Example
Text Example
White with #20C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C970; }
p { color: rgb(32,201,112); }
H1.HeaderClassName
{
color: #20C970;
}
.AnyTagClassName
{
color: #20C970;
}
</style>
background-color css
<style>
a { background-color: #20C970; }
a { background-color: rgb(32,201,112); }
div.DivClassName
{
background-color: #20C970;
}
.BgClassName
{
background-color: #20C970;
}
</style>
border-color css
<style>
span { border-color: #20C970; }
span { border-color: rgb(32,201,112); }
td.TdClassName
{
border-color: #20C970;
}
.TagClassName
{
border-color: #20C970;
}
</style>