Shades of Elm #208881
Tints of Elm #208881
RGB
CMYK
RGB Variations
Color information
#208881 (or 0x208881) is known color: Elm. HEX triplet: 20, 88 and 81. RGB value is (32,136,129). Sum of RGB (Red+Green+Blue) = 32+136+129=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 129 (50.78% from 255 or 43.43% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #208881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208881 is #DF777E. Grayscale: #686868. Windows color (decimal): -14645119 or 8488992. OLE color: 8488992.
HSL color Cylindrical-coordinate representation of color #208881: hue angle of 175.96º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208881 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 136 | 129 | - |
| CMYK | 0.76 | 0 | 0.05 | 0.47 |
| HSL | 175.96º | 0.62% | 0.33% | - |
| HSV(B) | 175.96º | 0.76% | 0.53% | - |
| XYZ | 13.36 | 19.5 | 23.83 | - |
| YUV | 104.11 | 142.04 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 129 | 0.76 | 0 | 0.05 | 0.47 | 175.96 | 0.62 | 0.33 |
| Hex | 20 | 88 | 81 | 4C | 0 | 5 | 2F | B0 | 3E | 21 |
| Octal | 40 | 210 | 201 | 114 | 0 | 5 | 57 | 260 | 76 | 41 |
| Binary | 100000 | 10001000 | 10000001 | 1001100 | 0 | 101 | 101111 | 10110000 | 111110 | 100001 |
Color Harmonies of #208881
Complementary color
Monochromatic Colors of #208881
Black with #208881
Text Example
Text Example
White with #208881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208881; }
p { color: rgb(32,136,129); }
H1.HeaderClassName
{
color: #208881;
}
.AnyTagClassName
{
color: #208881;
}
</style>
background-color css
<style>
a { background-color: #208881; }
a { background-color: rgb(32,136,129); }
div.DivClassName
{
background-color: #208881;
}
.BgClassName
{
background-color: #208881;
}
</style>
border-color css
<style>
span { border-color: #208881; }
span { border-color: rgb(32,136,129); }
td.TdClassName
{
border-color: #208881;
}
.TagClassName
{
border-color: #208881;
}
</style>