Shades of Elm #16867C
Tints of Elm #16867C
RGB
CMYK
RGB Variations
Color information
#16867C (or 0x16867C) is known color: Elm. HEX triplet: 16, 86 and 7C. RGB value is (22,134,124). Sum of RGB (Red+Green+Blue) = 22+134+124=280 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.86% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #16867C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16867C is #E97983. Grayscale: #636363. Windows color (decimal): -15300996 or 8160790. OLE color: 8160790.
HSL color Cylindrical-coordinate representation of color #16867C: hue angle of 174.64º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #16867C is Cyan = 0.84, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 134 | 124 | - |
| CMYK | 0.84 | 0 | 0.07 | 0.47 |
| HSL | 174.64º | 0.72% | 0.31% | - |
| HSV(B) | 174.64º | 0.84% | 0.53% | - |
| XYZ | 12.49 | 18.68 | 22.02 | - |
| YUV | 99.37 | 141.89 | 72.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 134 | 124 | 0.84 | 0 | 0.07 | 0.47 | 174.64 | 0.72 | 0.31 |
| Hex | 16 | 86 | 7C | 54 | 0 | 7 | 2F | AF | 48 | 1F |
| Octal | 26 | 206 | 174 | 124 | 0 | 7 | 57 | 257 | 110 | 37 |
| Binary | 10110 | 10000110 | 1111100 | 1010100 | 0 | 111 | 101111 | 10101111 | 1001000 | 11111 |
Color Harmonies of #16867C
Complementary color
Monochromatic Colors of #16867C
Black with #16867C
Text Example
Text Example
White with #16867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16867C; }
p { color: rgb(22,134,124); }
H1.HeaderClassName
{
color: #16867C;
}
.AnyTagClassName
{
color: #16867C;
}
</style>
background-color css
<style>
a { background-color: #16867C; }
a { background-color: rgb(22,134,124); }
div.DivClassName
{
background-color: #16867C;
}
.BgClassName
{
background-color: #16867C;
}
</style>
border-color css
<style>
span { border-color: #16867C; }
span { border-color: rgb(22,134,124); }
td.TdClassName
{
border-color: #16867C;
}
.TagClassName
{
border-color: #16867C;
}
</style>