Shades of Elm #16827E
Tints of Elm #16827E
RGB
CMYK
RGB Variations
Color information
#16827E (or 0x16827E) is known color: Elm. HEX triplet: 16, 82 and 7E. RGB value is (22,130,126). Sum of RGB (Red+Green+Blue) = 22+130+126=278 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.91% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 126 (49.61% from 255 or 45.32% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #16827E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16827E is #E97D81. Grayscale: #616161. Windows color (decimal): -15302018 or 8290838. OLE color: 8290838.
HSL color Cylindrical-coordinate representation of color #16827E: hue angle of 177.78º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #16827E is Cyan = 0.83, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 22 | 130 | 126 | - |
| CMYK | 0.83 | 0 | 0.03 | 0.49 |
| HSL | 177.78º | 0.71% | 0.3% | - |
| HSV(B) | 177.78º | 0.83% | 0.51% | - |
| XYZ | 12.08 | 17.64 | 22.51 | - |
| YUV | 97.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 130 | 126 | 0.83 | 0 | 0.03 | 0.49 | 177.78 | 0.71 | 0.3 |
| Hex | 16 | 82 | 7E | 53 | 0 | 3 | 31 | B2 | 47 | 1E |
| Octal | 26 | 202 | 176 | 123 | 0 | 3 | 61 | 262 | 107 | 36 |
| Binary | 10110 | 10000010 | 1111110 | 1010011 | 0 | 11 | 110001 | 10110010 | 1000111 | 11110 |
Color Harmonies of #16827E
Complementary color
Monochromatic Colors of #16827E
Black with #16827E
Text Example
Text Example
White with #16827E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16827E; }
p { color: rgb(22,130,126); }
H1.HeaderClassName
{
color: #16827E;
}
.AnyTagClassName
{
color: #16827E;
}
</style>
background-color css
<style>
a { background-color: #16827E; }
a { background-color: rgb(22,130,126); }
div.DivClassName
{
background-color: #16827E;
}
.BgClassName
{
background-color: #16827E;
}
</style>
border-color css
<style>
span { border-color: #16827E; }
span { border-color: rgb(22,130,126); }
td.TdClassName
{
border-color: #16827E;
}
.TagClassName
{
border-color: #16827E;
}
</style>