Shades of Elm #16797B
Tints of Elm #16797B
RGB
CMYK
RGB Variations
Color information
#16797B (or 0x16797B) is known color: Elm. HEX triplet: 16, 79 and 7B. RGB value is (22,121,123). Sum of RGB (Red+Green+Blue) = 22+121+123=266 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.27% from 266); Green value is 121 (47.66% from 255 or 45.49% from 266); Blue value is 123 (48.44% from 255 or 46.24% from 266); Max value from RGB is 123 - color contains mainly: blue. Hex color #16797B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16797B is #E98684. Grayscale: #5B5B5B. Windows color (decimal): -15304325 or 8091926. OLE color: 8091926.
HSL color Cylindrical-coordinate representation of color #16797B: hue angle of 181.19º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16797B is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 121 | 123 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.52 |
| HSL | 181.19º | 0.7% | 0.28% | - |
| HSV(B) | 181.19º | 0.82% | 0.48% | - |
| XYZ | 10.74 | 15.28 | 21.12 | - |
| YUV | 91.63 | 145.7 | 78.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 123 | 0.82 | 0.02 | 0 | 0.52 | 181.19 | 0.7 | 0.28 |
| Hex | 16 | 79 | 7B | 52 | 2 | 0 | 34 | B5 | 46 | 1C |
| Octal | 26 | 171 | 173 | 122 | 2 | 0 | 64 | 265 | 106 | 34 |
| Binary | 10110 | 1111001 | 1111011 | 1010010 | 10 | 0 | 110100 | 10110101 | 1000110 | 11100 |
Color Harmonies of #16797B
Complementary color
Monochromatic Colors of #16797B
Black with #16797B
Text Example
Text Example
White with #16797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16797B; }
p { color: rgb(22,121,123); }
H1.HeaderClassName
{
color: #16797B;
}
.AnyTagClassName
{
color: #16797B;
}
</style>
background-color css
<style>
a { background-color: #16797B; }
a { background-color: rgb(22,121,123); }
div.DivClassName
{
background-color: #16797B;
}
.BgClassName
{
background-color: #16797B;
}
</style>
border-color css
<style>
span { border-color: #16797B; }
span { border-color: rgb(22,121,123); }
td.TdClassName
{
border-color: #16797B;
}
.TagClassName
{
border-color: #16797B;
}
</style>