Shades of Elm #206E70
Tints of Elm #206E70
RGB
CMYK
RGB Variations
Color information
#206E70 (or 0x206E70) is known color: Elm. HEX triplet: 20, 6E and 70. RGB value is (32,110,112). Sum of RGB (Red+Green+Blue) = 32+110+112=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 112 (44.14% from 255 or 44.09% from 254); Max value from RGB is 112 - color contains mainly: blue. Hex color #206E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206E70 is #DF918F. Grayscale: #565656. Windows color (decimal): -14651792 or 7368224. OLE color: 7368224.
HSL color Cylindrical-coordinate representation of color #206E70: hue angle of 181.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206E70 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 32 | 110 | 112 | - |
| CMYK | 0.71 | 0.02 | 0 | 0.56 |
| HSL | 181.5º | 0.56% | 0.28% | - |
| HSV(B) | 181.5º | 0.71% | 0.44% | - |
| XYZ | 9.1 | 12.63 | 17.29 | - |
| YUV | 86.91 | 142.16 | 88.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 110 | 112 | 0.71 | 0.02 | 0 | 0.56 | 181.5 | 0.56 | 0.28 |
| Hex | 20 | 6E | 70 | 47 | 2 | 0 | 38 | B6 | 38 | 1C |
| Octal | 40 | 156 | 160 | 107 | 2 | 0 | 70 | 266 | 70 | 34 |
| Binary | 100000 | 1101110 | 1110000 | 1000111 | 10 | 0 | 111000 | 10110110 | 111000 | 11100 |
Color Harmonies of #206E70
Complementary color
Monochromatic Colors of #206E70
Black with #206E70
Text Example
Text Example
White with #206E70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #206E70; }
p { color: rgb(32,110,112); }
H1.HeaderClassName
{
color: #206E70;
}
.AnyTagClassName
{
color: #206E70;
}
</style>
background-color css
<style>
a { background-color: #206E70; }
a { background-color: rgb(32,110,112); }
div.DivClassName
{
background-color: #206E70;
}
.BgClassName
{
background-color: #206E70;
}
</style>
border-color css
<style>
span { border-color: #206E70; }
span { border-color: rgb(32,110,112); }
td.TdClassName
{
border-color: #206E70;
}
.TagClassName
{
border-color: #206E70;
}
</style>