Shades of Elm #16787A
Tints of Elm #16787A
RGB
CMYK
RGB Variations
Color information
#16787A (or 0x16787A) is known color: Elm. HEX triplet: 16, 78 and 7A. RGB value is (22,120,122). Sum of RGB (Red+Green+Blue) = 22+120+122=264 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.33% from 264); Green value is 120 (47.27% from 255 or 45.45% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #16787A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16787A is #E98785. Grayscale: #5A5A5A. Windows color (decimal): -15304582 or 8026134. OLE color: 8026134.
HSL color Cylindrical-coordinate representation of color #16787A: hue angle of 181.2º degrees, saturation: 0.69, 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 #16787A is Cyan = 0.82, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 22 | 120 | 122 | - |
| CMYK | 0.82 | 0.02 | 0 | 0.52 |
| HSL | 181.2º | 0.69% | 0.28% | - |
| HSV(B) | 181.2º | 0.82% | 0.48% | - |
| XYZ | 10.56 | 15.01 | 20.75 | - |
| YUV | 90.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 120 | 122 | 0.82 | 0.02 | 0 | 0.52 | 181.2 | 0.69 | 0.28 |
| Hex | 16 | 78 | 7A | 52 | 2 | 0 | 34 | B5 | 45 | 1C |
| Octal | 26 | 170 | 172 | 122 | 2 | 0 | 64 | 265 | 105 | 34 |
| Binary | 10110 | 1111000 | 1111010 | 1010010 | 10 | 0 | 110100 | 10110101 | 1000101 | 11100 |
Color Harmonies of #16787A
Complementary color
Monochromatic Colors of #16787A
Black with #16787A
Text Example
Text Example
White with #16787A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16787A; }
p { color: rgb(22,120,122); }
H1.HeaderClassName
{
color: #16787A;
}
.AnyTagClassName
{
color: #16787A;
}
</style>
background-color css
<style>
a { background-color: #16787A; }
a { background-color: rgb(22,120,122); }
div.DivClassName
{
background-color: #16787A;
}
.BgClassName
{
background-color: #16787A;
}
</style>
border-color css
<style>
span { border-color: #16787A; }
span { border-color: rgb(22,120,122); }
td.TdClassName
{
border-color: #16787A;
}
.TagClassName
{
border-color: #16787A;
}
</style>