Shades of Sea Green #208E46
Tints of Sea Green #208E46
RGB
CMYK
RGB Variations
Color information
#208E46 (or 0x208E46) is known color: Sea Green. HEX triplet: 20, 8E and 46. RGB value is (32,142,70). Sum of RGB (Red+Green+Blue) = 32+142+70=244 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.11% from 244); Green value is 142 (55.86% from 255 or 58.20% from 244); Blue value is 70 (27.73% from 255 or 28.69% from 244); Max value from RGB is 142 - color contains mainly: green. Hex color #208E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208E46 is #DF71B9. Grayscale: #656565. Windows color (decimal): -14643642 or 4623904. OLE color: 4623904.
HSL color Cylindrical-coordinate representation of color #208E46: hue angle of 140.73º 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 #208E46 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 142 | 70 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.44 |
| HSL | 140.73º | 0.63% | 0.34% | - |
| HSV(B) | 140.73º | 0.77% | 0.56% | - |
| XYZ | 11.37 | 20.1 | 9.07 | - |
| YUV | 100.9 | 110.56 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 70 | 0.77 | 0 | 0.51 | 0.44 | 140.73 | 0.63 | 0.34 |
| Hex | 20 | 8E | 46 | 4D | 0 | 33 | 2C | 8D | 3F | 22 |
| Octal | 40 | 216 | 106 | 115 | 0 | 63 | 54 | 215 | 77 | 42 |
| Binary | 100000 | 10001110 | 1000110 | 1001101 | 0 | 110011 | 101100 | 10001101 | 111111 | 100010 |
Color Harmonies of #208E46
Complementary color
Monochromatic Colors of #208E46
Black with #208E46
Text Example
Text Example
White with #208E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E46; }
p { color: rgb(32,142,70); }
H1.HeaderClassName
{
color: #208E46;
}
.AnyTagClassName
{
color: #208E46;
}
</style>
background-color css
<style>
a { background-color: #208E46; }
a { background-color: rgb(32,142,70); }
div.DivClassName
{
background-color: #208E46;
}
.BgClassName
{
background-color: #208E46;
}
</style>
border-color css
<style>
span { border-color: #208E46; }
span { border-color: rgb(32,142,70); }
td.TdClassName
{
border-color: #208E46;
}
.TagClassName
{
border-color: #208E46;
}
</style>