Shades of Sea Green #208E5D
Tints of Sea Green #208E5D
RGB
CMYK
RGB Variations
Color information
#208E5D (or 0x208E5D) is known color: Sea Green. HEX triplet: 20, 8E and 5D. RGB value is (32,142,93). Sum of RGB (Red+Green+Blue) = 32+142+93=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 142 (55.86% from 255 or 53.18% from 267); Blue value is 93 (36.72% from 255 or 34.83% from 267); Max value from RGB is 142 - color contains mainly: green. Hex color #208E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208E5D is #DF71A2. Grayscale: #676767. Windows color (decimal): -14643619 or 6131232. OLE color: 6131232.
HSL color Cylindrical-coordinate representation of color #208E5D: hue angle of 153.27º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208E5D is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 142 | 93 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.44 |
| HSL | 153.27º | 0.63% | 0.34% | - |
| HSV(B) | 153.27º | 0.77% | 0.56% | - |
| XYZ | 12.24 | 20.44 | 13.66 | - |
| YUV | 103.52 | 122.06 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 93 | 0.77 | 0 | 0.35 | 0.44 | 153.27 | 0.63 | 0.34 |
| Hex | 20 | 8E | 5D | 4D | 0 | 23 | 2C | 99 | 3F | 22 |
| Octal | 40 | 216 | 135 | 115 | 0 | 43 | 54 | 231 | 77 | 42 |
| Binary | 100000 | 10001110 | 1011101 | 1001101 | 0 | 100011 | 101100 | 10011001 | 111111 | 100010 |
Color Harmonies of #208E5D
Complementary color
Monochromatic Colors of #208E5D
Black with #208E5D
Text Example
Text Example
White with #208E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E5D; }
p { color: rgb(32,142,93); }
H1.HeaderClassName
{
color: #208E5D;
}
.AnyTagClassName
{
color: #208E5D;
}
</style>
background-color css
<style>
a { background-color: #208E5D; }
a { background-color: rgb(32,142,93); }
div.DivClassName
{
background-color: #208E5D;
}
.BgClassName
{
background-color: #208E5D;
}
</style>
border-color css
<style>
span { border-color: #208E5D; }
span { border-color: rgb(32,142,93); }
td.TdClassName
{
border-color: #208E5D;
}
.TagClassName
{
border-color: #208E5D;
}
</style>