Shades of Medium Sea Green #20CA6A
Tints of Medium Sea Green #20CA6A
RGB
CMYK
RGB Variations
Color information
#20CA6A (or 0x20CA6A) is known color: Medium Sea Green. HEX triplet: 20, CA and 6A. RGB value is (32,202,106). Sum of RGB (Red+Green+Blue) = 32+202+106=340 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.41% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20CA6A is #DF3595. Grayscale: #8C8C8C. Windows color (decimal): -14628246 or 6998560. OLE color: 6998560.
HSL color Cylindrical-coordinate representation of color #20CA6A: hue angle of 146.12º 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 #20CA6A is Cyan = 0.84, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 106 | - |
| CMYK | 0.84 | 0 | 0.48 | 0.21 |
| HSL | 146.12º | 0.73% | 0.46% | - |
| HSV(B) | 146.12º | 0.84% | 0.79% | - |
| XYZ | 24.32 | 43.59 | 20.77 | - |
| YUV | 140.23 | 108.68 | 50.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 106 | 0.84 | 0 | 0.48 | 0.21 | 146.12 | 0.73 | 0.46 |
| Hex | 20 | CA | 6A | 54 | 0 | 30 | 15 | 92 | 49 | 2E |
| Octal | 40 | 312 | 152 | 124 | 0 | 60 | 25 | 222 | 111 | 56 |
| Binary | 100000 | 11001010 | 1101010 | 1010100 | 0 | 110000 | 10101 | 10010010 | 1001001 | 101110 |
Color Harmonies of #20CA6A
Complementary color
Monochromatic Colors of #20CA6A
Black with #20CA6A
Text Example
Text Example
White with #20CA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA6A; }
p { color: rgb(32,202,106); }
H1.HeaderClassName
{
color: #20CA6A;
}
.AnyTagClassName
{
color: #20CA6A;
}
</style>
background-color css
<style>
a { background-color: #20CA6A; }
a { background-color: rgb(32,202,106); }
div.DivClassName
{
background-color: #20CA6A;
}
.BgClassName
{
background-color: #20CA6A;
}
</style>
border-color css
<style>
span { border-color: #20CA6A; }
span { border-color: rgb(32,202,106); }
td.TdClassName
{
border-color: #20CA6A;
}
.TagClassName
{
border-color: #20CA6A;
}
</style>