Shades of Salem #16794B
Tints of Salem #16794B
RGB
CMYK
RGB Variations
Color information
#16794B (or 0x16794B) is known color: Salem. HEX triplet: 16, 79 and 4B. RGB value is (22,121,75). Sum of RGB (Red+Green+Blue) = 22+121+75=218 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.09% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #16794B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16794B is #E986B4. Grayscale: #565656. Windows color (decimal): -15304373 or 4946198. OLE color: 4946198.
HSL color Cylindrical-coordinate representation of color #16794B: hue angle of 152.12º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #16794B is Cyan = 0.82, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 22 | 121 | 75 | - |
| CMYK | 0.82 | 0 | 0.38 | 0.53 |
| HSL | 152.12º | 0.69% | 0.28% | - |
| HSV(B) | 152.12º | 0.82% | 0.47% | - |
| XYZ | 8.44 | 14.35 | 8.98 | - |
| YUV | 86.16 | 121.7 | 82.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 121 | 75 | 0.82 | 0 | 0.38 | 0.53 | 152.12 | 0.69 | 0.28 |
| Hex | 16 | 79 | 4B | 52 | 0 | 26 | 35 | 98 | 45 | 1C |
| Octal | 26 | 171 | 113 | 122 | 0 | 46 | 65 | 230 | 105 | 34 |
| Binary | 10110 | 1111001 | 1001011 | 1010010 | 0 | 100110 | 110101 | 10011000 | 1000101 | 11100 |
Color Harmonies of #16794B
Complementary color
Monochromatic Colors of #16794B
Black with #16794B
Text Example
Text Example
White with #16794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16794B; }
p { color: rgb(22,121,75); }
H1.HeaderClassName
{
color: #16794B;
}
.AnyTagClassName
{
color: #16794B;
}
</style>
background-color css
<style>
a { background-color: #16794B; }
a { background-color: rgb(22,121,75); }
div.DivClassName
{
background-color: #16794B;
}
.BgClassName
{
background-color: #16794B;
}
</style>
border-color css
<style>
span { border-color: #16794B; }
span { border-color: rgb(22,121,75); }
td.TdClassName
{
border-color: #16794B;
}
.TagClassName
{
border-color: #16794B;
}
</style>