Shades of Elm #208D80
Tints of Elm #208D80
RGB
CMYK
RGB Variations
Color information
#208D80 (or 0x208D80) is known color: Elm. HEX triplet: 20, 8D and 80. RGB value is (32,141,128). Sum of RGB (Red+Green+Blue) = 32+141+128=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 141 (55.47% from 255 or 46.84% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 141 - color contains mainly: green. Hex color #208D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208D80 is #DF727F. Grayscale: #6A6A6A. Windows color (decimal): -14643840 or 8424736. OLE color: 8424736.
HSL color Cylindrical-coordinate representation of color #208D80: hue angle of 172.84º 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 #208D80 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 32 | 141 | 128 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.45 |
| HSL | 172.84º | 0.63% | 0.34% | - |
| HSV(B) | 172.84º | 0.77% | 0.55% | - |
| XYZ | 14.02 | 20.92 | 23.72 | - |
| YUV | 106.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 141 | 128 | 0.77 | 0 | 0.09 | 0.45 | 172.84 | 0.63 | 0.34 |
| Hex | 20 | 8D | 80 | 4D | 0 | 9 | 2D | AD | 3F | 22 |
| Octal | 40 | 215 | 200 | 115 | 0 | 11 | 55 | 255 | 77 | 42 |
| Binary | 100000 | 10001101 | 10000000 | 1001101 | 0 | 1001 | 101101 | 10101101 | 111111 | 100010 |
Color Harmonies of #208D80
Complementary color
Monochromatic Colors of #208D80
Black with #208D80
Text Example
Text Example
White with #208D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208D80; }
p { color: rgb(32,141,128); }
H1.HeaderClassName
{
color: #208D80;
}
.AnyTagClassName
{
color: #208D80;
}
</style>
background-color css
<style>
a { background-color: #208D80; }
a { background-color: rgb(32,141,128); }
div.DivClassName
{
background-color: #208D80;
}
.BgClassName
{
background-color: #208D80;
}
</style>
border-color css
<style>
span { border-color: #208D80; }
span { border-color: rgb(32,141,128); }
td.TdClassName
{
border-color: #208D80;
}
.TagClassName
{
border-color: #208D80;
}
</style>