Shades of Elm #217C6E
Tints of Elm #217C6E
RGB
CMYK
RGB Variations
Color information
#217C6E (or 0x217C6E) is known color: Elm. HEX triplet: 21, 7C and 6E. RGB value is (33,124,110). Sum of RGB (Red+Green+Blue) = 33+124+110=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 124 (48.83% from 255 or 46.44% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 124 - color contains mainly: green. Hex color #217C6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #217C6E is #DE8391. Grayscale: #5F5F5F. Windows color (decimal): -14582674 or 7240737. OLE color: 7240737.
HSL color Cylindrical-coordinate representation of color #217C6E: hue angle of 170.77º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217C6E is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 124 | 110 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.51 |
| HSL | 170.77º | 0.58% | 0.31% | - |
| HSV(B) | 170.77º | 0.73% | 0.49% | - |
| XYZ | 10.65 | 15.86 | 17.25 | - |
| YUV | 95.2 | 136.35 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 124 | 110 | 0.73 | 0 | 0.11 | 0.51 | 170.77 | 0.58 | 0.31 |
| Hex | 21 | 7C | 6E | 49 | 0 | B | 33 | AB | 3A | 1F |
| Octal | 41 | 174 | 156 | 111 | 0 | 13 | 63 | 253 | 72 | 37 |
| Binary | 100001 | 1111100 | 1101110 | 1001001 | 0 | 1011 | 110011 | 10101011 | 111010 | 11111 |
Color Harmonies of #217C6E
Complementary color
Monochromatic Colors of #217C6E
Black with #217C6E
Text Example
Text Example
White with #217C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #217C6E; }
p { color: rgb(33,124,110); }
H1.HeaderClassName
{
color: #217C6E;
}
.AnyTagClassName
{
color: #217C6E;
}
</style>
background-color css
<style>
a { background-color: #217C6E; }
a { background-color: rgb(33,124,110); }
div.DivClassName
{
background-color: #217C6E;
}
.BgClassName
{
background-color: #217C6E;
}
</style>
border-color css
<style>
span { border-color: #217C6E; }
span { border-color: rgb(33,124,110); }
td.TdClassName
{
border-color: #217C6E;
}
.TagClassName
{
border-color: #217C6E;
}
</style>