Shades of Elf Green #208E6F
Tints of Elf Green #208E6F
RGB
CMYK
RGB Variations
Color information
#208E6F (or 0x208E6F) is known color: Elf Green. HEX triplet: 20, 8E and 6F. RGB value is (32,142,111). Sum of RGB (Red+Green+Blue) = 32+142+111=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 142 (55.86% from 255 or 49.82% from 285); Blue value is 111 (43.75% from 255 or 38.95% from 285); Max value from RGB is 142 - color contains mainly: green. Hex color #208E6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208E6F is #DF7190. Grayscale: #696969. Windows color (decimal): -14643601 or 7310880. OLE color: 7310880.
HSL color Cylindrical-coordinate representation of color #208E6F: hue angle of 163.09º 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 #208E6F is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 142 | 111 | - |
| CMYK | 0.77 | 0 | 0.22 | 0.44 |
| HSL | 163.09º | 0.63% | 0.34% | - |
| HSV(B) | 163.09º | 0.77% | 0.56% | - |
| XYZ | 13.14 | 20.8 | 18.36 | - |
| YUV | 105.58 | 131.06 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 111 | 0.77 | 0 | 0.22 | 0.44 | 163.09 | 0.63 | 0.34 |
| Hex | 20 | 8E | 6F | 4D | 0 | 16 | 2C | A3 | 3F | 22 |
| Octal | 40 | 216 | 157 | 115 | 0 | 26 | 54 | 243 | 77 | 42 |
| Binary | 100000 | 10001110 | 1101111 | 1001101 | 0 | 10110 | 101100 | 10100011 | 111111 | 100010 |
Color Harmonies of #208E6F
Complementary color
Monochromatic Colors of #208E6F
Black with #208E6F
Text Example
Text Example
White with #208E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E6F; }
p { color: rgb(32,142,111); }
H1.HeaderClassName
{
color: #208E6F;
}
.AnyTagClassName
{
color: #208E6F;
}
</style>
background-color css
<style>
a { background-color: #208E6F; }
a { background-color: rgb(32,142,111); }
div.DivClassName
{
background-color: #208E6F;
}
.BgClassName
{
background-color: #208E6F;
}
</style>
border-color css
<style>
span { border-color: #208E6F; }
span { border-color: rgb(32,142,111); }
td.TdClassName
{
border-color: #208E6F;
}
.TagClassName
{
border-color: #208E6F;
}
</style>