Shades of Salem #167C50
Tints of Salem #167C50
RGB
CMYK
RGB Variations
Color information
#167C50 (or 0x167C50) is known color: Salem. HEX triplet: 16, 7C and 50. RGB value is (22,124,80). Sum of RGB (Red+Green+Blue) = 22+124+80=226 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.73% from 226); Green value is 124 (48.83% from 255 or 54.87% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 124 - color contains mainly: green. Hex color #167C50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C50 is #E983AF. Grayscale: #585858. Windows color (decimal): -15303600 or 5274646. OLE color: 5274646.
HSL color Cylindrical-coordinate representation of color #167C50: hue angle of 154.12º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167C50 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 22 | 124 | 80 | - |
| CMYK | 0.82 | 0 | 0.35 | 0.51 |
| HSL | 154.12º | 0.7% | 0.29% | - |
| HSV(B) | 154.12º | 0.82% | 0.49% | - |
| XYZ | 8.99 | 15.17 | 10.04 | - |
| YUV | 88.49 | 123.21 | 80.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 124 | 80 | 0.82 | 0 | 0.35 | 0.51 | 154.12 | 0.7 | 0.29 |
| Hex | 16 | 7C | 50 | 52 | 0 | 23 | 33 | 9A | 46 | 1D |
| Octal | 26 | 174 | 120 | 122 | 0 | 43 | 63 | 232 | 106 | 35 |
| Binary | 10110 | 1111100 | 1010000 | 1010010 | 0 | 100011 | 110011 | 10011010 | 1000110 | 11101 |
Color Harmonies of #167C50
Complementary color
Monochromatic Colors of #167C50
Black with #167C50
Text Example
Text Example
White with #167C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #167C50; }
p { color: rgb(22,124,80); }
H1.HeaderClassName
{
color: #167C50;
}
.AnyTagClassName
{
color: #167C50;
}
</style>
background-color css
<style>
a { background-color: #167C50; }
a { background-color: rgb(22,124,80); }
div.DivClassName
{
background-color: #167C50;
}
.BgClassName
{
background-color: #167C50;
}
</style>
border-color css
<style>
span { border-color: #167C50; }
span { border-color: rgb(22,124,80); }
td.TdClassName
{
border-color: #167C50;
}
.TagClassName
{
border-color: #167C50;
}
</style>