Shades of Sea Green #20A448
Tints of Sea Green #20A448
RGB
CMYK
RGB Variations
Color information
#20A448 (or 0x20A448) is known color: Sea Green. HEX triplet: 20, A4 and 48. RGB value is (32,164,72). Sum of RGB (Red+Green+Blue) = 32+164+72=268 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.94% from 268); Green value is 164 (64.45% from 255 or 61.19% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 164 - color contains mainly: green. Hex color #20A448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #20A448 is #DF5BB7. Grayscale: #727272. Windows color (decimal): -14638008 or 4760608. OLE color: 4760608.
HSL color Cylindrical-coordinate representation of color #20A448: hue angle of 138.18º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #20A448 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 164 | 72 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.36 |
| HSL | 138.18º | 0.67% | 0.38% | - |
| HSV(B) | 138.18º | 0.8% | 0.64% | - |
| XYZ | 15.04 | 27.33 | 10.61 | - |
| YUV | 114.04 | 104.27 | 69.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 164 | 72 | 0.80 | 0 | 0.56 | 0.36 | 138.18 | 0.67 | 0.38 |
| Hex | 20 | A4 | 48 | 50 | 0 | 38 | 24 | 8A | 43 | 26 |
| Octal | 40 | 244 | 110 | 120 | 0 | 70 | 44 | 212 | 103 | 46 |
| Binary | 100000 | 10100100 | 1001000 | 1010000 | 0 | 111000 | 100100 | 10001010 | 1000011 | 100110 |
Color Harmonies of #20A448
Complementary color
Monochromatic Colors of #20A448
Black with #20A448
Text Example
Text Example
White with #20A448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20A448; }
p { color: rgb(32,164,72); }
H1.HeaderClassName
{
color: #20A448;
}
.AnyTagClassName
{
color: #20A448;
}
</style>
background-color css
<style>
a { background-color: #20A448; }
a { background-color: rgb(32,164,72); }
div.DivClassName
{
background-color: #20A448;
}
.BgClassName
{
background-color: #20A448;
}
</style>
border-color css
<style>
span { border-color: #20A448; }
span { border-color: rgb(32,164,72); }
td.TdClassName
{
border-color: #20A448;
}
.TagClassName
{
border-color: #20A448;
}
</style>