Shades of Sea Green #20A044
Tints of Sea Green #20A044
RGB
CMYK
RGB Variations
Color information
#20A044 (or 0x20A044) is known color: Sea Green. HEX triplet: 20, A0 and 44. RGB value is (32,160,68). Sum of RGB (Red+Green+Blue) = 32+160+68=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 160 (62.89% from 255 or 61.54% from 260); Blue value is 68 (26.95% from 255 or 26.15% from 260); Max value from RGB is 160 - color contains mainly: green. Hex color #20A044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A044 is #DF5FBB. Grayscale: #6F6F6F. Windows color (decimal): -14639036 or 4497440. OLE color: 4497440.
HSL color Cylindrical-coordinate representation of color #20A044: hue angle of 136.88º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A044 is Cyan = 0.80, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 160 | 68 | - |
| CMYK | 0.80 | 0 | 0.57 | 0.37 |
| HSL | 136.88º | 0.67% | 0.38% | - |
| HSV(B) | 136.88º | 0.8% | 0.63% | - |
| XYZ | 14.21 | 25.87 | 9.71 | - |
| YUV | 111.24 | 103.59 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 160 | 68 | 0.80 | 0 | 0.57 | 0.37 | 136.88 | 0.67 | 0.38 |
| Hex | 20 | A0 | 44 | 50 | 0 | 39 | 25 | 89 | 43 | 26 |
| Octal | 40 | 240 | 104 | 120 | 0 | 71 | 45 | 211 | 103 | 46 |
| Binary | 100000 | 10100000 | 1000100 | 1010000 | 0 | 111001 | 100101 | 10001001 | 1000011 | 100110 |
Color Harmonies of #20A044
Complementary color
Monochromatic Colors of #20A044
Black with #20A044
Text Example
Text Example
White with #20A044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A044; }
p { color: rgb(32,160,68); }
H1.HeaderClassName
{
color: #20A044;
}
.AnyTagClassName
{
color: #20A044;
}
</style>
background-color css
<style>
a { background-color: #20A044; }
a { background-color: rgb(32,160,68); }
div.DivClassName
{
background-color: #20A044;
}
.BgClassName
{
background-color: #20A044;
}
</style>
border-color css
<style>
span { border-color: #20A044; }
span { border-color: rgb(32,160,68); }
td.TdClassName
{
border-color: #20A044;
}
.TagClassName
{
border-color: #20A044;
}
</style>