Shades of Sea Green #208D4E
Tints of Sea Green #208D4E
RGB
CMYK
RGB Variations
Color information
#208D4E (or 0x208D4E) is known color: Sea Green. HEX triplet: 20, 8D and 4E. RGB value is (32,141,78). Sum of RGB (Red+Green+Blue) = 32+141+78=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 141 (55.47% from 255 or 56.18% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 141 - color contains mainly: green. Hex color #208D4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208D4E is #DF72B1. Grayscale: #656565. Windows color (decimal): -14643890 or 5147936. OLE color: 5147936.
HSL color Cylindrical-coordinate representation of color #208D4E: hue angle of 145.32º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208D4E is Cyan = 0.77, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 141 | 78 | - |
| CMYK | 0.77 | 0 | 0.45 | 0.45 |
| HSL | 145.32º | 0.63% | 0.34% | - |
| HSV(B) | 145.32º | 0.77% | 0.55% | - |
| XYZ | 11.5 | 19.91 | 10.44 | - |
| YUV | 101.23 | 114.89 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 78 | 0.77 | 0 | 0.45 | 0.45 | 145.32 | 0.63 | 0.34 |
| Hex | 20 | 8D | 4E | 4D | 0 | 2D | 2D | 91 | 3F | 22 |
| Octal | 40 | 215 | 116 | 115 | 0 | 55 | 55 | 221 | 77 | 42 |
| Binary | 100000 | 10001101 | 1001110 | 1001101 | 0 | 101101 | 101101 | 10010001 | 111111 | 100010 |
Color Harmonies of #208D4E
Complementary color
Monochromatic Colors of #208D4E
Black with #208D4E
Text Example
Text Example
White with #208D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208D4E; }
p { color: rgb(32,141,78); }
H1.HeaderClassName
{
color: #208D4E;
}
.AnyTagClassName
{
color: #208D4E;
}
</style>
background-color css
<style>
a { background-color: #208D4E; }
a { background-color: rgb(32,141,78); }
div.DivClassName
{
background-color: #208D4E;
}
.BgClassName
{
background-color: #208D4E;
}
</style>
border-color css
<style>
span { border-color: #208D4E; }
span { border-color: rgb(32,141,78); }
td.TdClassName
{
border-color: #208D4E;
}
.TagClassName
{
border-color: #208D4E;
}
</style>