Shades of Salem #168B50
Tints of Salem #168B50
RGB
CMYK
RGB Variations
Color information
#168B50 (or 0x168B50) is known color: Salem. HEX triplet: 16, 8B and 50. RGB value is (22,139,80). Sum of RGB (Red+Green+Blue) = 22+139+80=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 80 (31.64% from 255 or 33.20% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #168B50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168B50 is #E974AF. Grayscale: #616161. Windows color (decimal): -15299760 or 5278486. OLE color: 5278486.
HSL color Cylindrical-coordinate representation of color #168B50: hue angle of 149.74º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168B50 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 22 | 139 | 80 | - |
| CMYK | 0.84 | 0 | 0.42 | 0.45 |
| HSL | 149.74º | 0.73% | 0.32% | - |
| HSV(B) | 149.74º | 0.84% | 0.55% | - |
| XYZ | 11.01 | 19.22 | 10.72 | - |
| YUV | 97.29 | 118.24 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 139 | 80 | 0.84 | 0 | 0.42 | 0.45 | 149.74 | 0.73 | 0.32 |
| Hex | 16 | 8B | 50 | 54 | 0 | 2A | 2D | 96 | 49 | 20 |
| Octal | 26 | 213 | 120 | 124 | 0 | 52 | 55 | 226 | 111 | 40 |
| Binary | 10110 | 10001011 | 1010000 | 1010100 | 0 | 101010 | 101101 | 10010110 | 1001001 | 100000 |
Color Harmonies of #168B50
Complementary color
Monochromatic Colors of #168B50
Black with #168B50
Text Example
Text Example
White with #168B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168B50; }
p { color: rgb(22,139,80); }
H1.HeaderClassName
{
color: #168B50;
}
.AnyTagClassName
{
color: #168B50;
}
</style>
background-color css
<style>
a { background-color: #168B50; }
a { background-color: rgb(22,139,80); }
div.DivClassName
{
background-color: #168B50;
}
.BgClassName
{
background-color: #168B50;
}
</style>
border-color css
<style>
span { border-color: #168B50; }
span { border-color: rgb(22,139,80); }
td.TdClassName
{
border-color: #168B50;
}
.TagClassName
{
border-color: #168B50;
}
</style>