Shades of Elm #208883
Tints of Elm #208883
RGB
CMYK
RGB Variations
Color information
#208883 (or 0x208883) is known color: Elm. HEX triplet: 20, 88 and 83. RGB value is (32,136,131). Sum of RGB (Red+Green+Blue) = 32+136+131=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #208883 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208883 is #DF777C. Grayscale: #686868. Windows color (decimal): -14645117 or 8620064. OLE color: 8620064.
HSL color Cylindrical-coordinate representation of color #208883: hue angle of 177.12º 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 #208883 is Cyan = 0.76, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 32 | 136 | 131 | - |
| CMYK | 0.76 | 0 | 0.04 | 0.47 |
| HSL | 177.12º | 0.62% | 0.33% | - |
| HSV(B) | 177.12º | 0.76% | 0.53% | - |
| XYZ | 13.5 | 19.55 | 24.54 | - |
| YUV | 104.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 131 | 0.76 | 0 | 0.04 | 0.47 | 177.12 | 0.62 | 0.33 |
| Hex | 20 | 88 | 83 | 4C | 0 | 4 | 2F | B1 | 3E | 21 |
| Octal | 40 | 210 | 203 | 114 | 0 | 4 | 57 | 261 | 76 | 41 |
| Binary | 100000 | 10001000 | 10000011 | 1001100 | 0 | 100 | 101111 | 10110001 | 111110 | 100001 |
Color Harmonies of #208883
Complementary color
Monochromatic Colors of #208883
Black with #208883
Text Example
Text Example
White with #208883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208883; }
p { color: rgb(32,136,131); }
H1.HeaderClassName
{
color: #208883;
}
.AnyTagClassName
{
color: #208883;
}
</style>
background-color css
<style>
a { background-color: #208883; }
a { background-color: rgb(32,136,131); }
div.DivClassName
{
background-color: #208883;
}
.BgClassName
{
background-color: #208883;
}
</style>
border-color css
<style>
span { border-color: #208883; }
span { border-color: rgb(32,136,131); }
td.TdClassName
{
border-color: #208883;
}
.TagClassName
{
border-color: #208883;
}
</style>