Shades of Elf Green #208E7B
Tints of Elf Green #208E7B
RGB
CMYK
RGB Variations
Color information
#208E7B (or 0x208E7B) is known color: Elf Green. HEX triplet: 20, 8E and 7B. RGB value is (32,142,123). Sum of RGB (Red+Green+Blue) = 32+142+123=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 142 (55.86% from 255 or 47.81% from 297); Blue value is 123 (48.44% from 255 or 41.41% from 297); Max value from RGB is 142 - color contains mainly: green. Hex color #208E7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #208E7B is #DF7184. Grayscale: #6A6A6A. Windows color (decimal): -14643589 or 8097312. OLE color: 8097312.
HSL color Cylindrical-coordinate representation of color #208E7B: hue angle of 169.64º 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 #208E7B is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 32 | 142 | 123 | - |
| CMYK | 0.77 | 0 | 0.13 | 0.44 |
| HSL | 169.64º | 0.63% | 0.34% | - |
| HSV(B) | 169.64º | 0.77% | 0.56% | - |
| XYZ | 13.84 | 21.08 | 22.08 | - |
| YUV | 106.94 | 137.06 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 142 | 123 | 0.77 | 0 | 0.13 | 0.44 | 169.64 | 0.63 | 0.34 |
| Hex | 20 | 8E | 7B | 4D | 0 | D | 2C | AA | 3F | 22 |
| Octal | 40 | 216 | 173 | 115 | 0 | 15 | 54 | 252 | 77 | 42 |
| Binary | 100000 | 10001110 | 1111011 | 1001101 | 0 | 1101 | 101100 | 10101010 | 111111 | 100010 |
Color Harmonies of #208E7B
Complementary color
Monochromatic Colors of #208E7B
Black with #208E7B
Text Example
Text Example
White with #208E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208E7B; }
p { color: rgb(32,142,123); }
H1.HeaderClassName
{
color: #208E7B;
}
.AnyTagClassName
{
color: #208E7B;
}
</style>
background-color css
<style>
a { background-color: #208E7B; }
a { background-color: rgb(32,142,123); }
div.DivClassName
{
background-color: #208E7B;
}
.BgClassName
{
background-color: #208E7B;
}
</style>
border-color css
<style>
span { border-color: #208E7B; }
span { border-color: rgb(32,142,123); }
td.TdClassName
{
border-color: #208E7B;
}
.TagClassName
{
border-color: #208E7B;
}
</style>