Shades of Salem #168E59
Tints of Salem #168E59
RGB
CMYK
RGB Variations
Color information
#168E59 (or 0x168E59) is known color: Salem. HEX triplet: 16, 8E and 59. RGB value is (22,142,89). Sum of RGB (Red+Green+Blue) = 22+142+89=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 142 (55.86% from 255 or 56.13% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 142 - color contains mainly: green. Hex color #168E59 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168E59 is #E971A6. Grayscale: #646464. Windows color (decimal): -15298983 or 5869078. OLE color: 5869078.
HSL color Cylindrical-coordinate representation of color #168E59: hue angle of 153.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #168E59 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 22 | 142 | 89 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.44 |
| HSL | 153.5º | 0.73% | 0.32% | - |
| HSV(B) | 153.5º | 0.85% | 0.56% | - |
| XYZ | 11.81 | 20.24 | 12.74 | - |
| YUV | 100.08 | 121.74 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 142 | 89 | 0.85 | 0 | 0.37 | 0.44 | 153.5 | 0.73 | 0.32 |
| Hex | 16 | 8E | 59 | 55 | 0 | 25 | 2C | 9A | 49 | 20 |
| Octal | 26 | 216 | 131 | 125 | 0 | 45 | 54 | 232 | 111 | 40 |
| Binary | 10110 | 10001110 | 1011001 | 1010101 | 0 | 100101 | 101100 | 10011010 | 1001001 | 100000 |
Color Harmonies of #168E59
Complementary color
Monochromatic Colors of #168E59
Black with #168E59
Text Example
Text Example
White with #168E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168E59; }
p { color: rgb(22,142,89); }
H1.HeaderClassName
{
color: #168E59;
}
.AnyTagClassName
{
color: #168E59;
}
</style>
background-color css
<style>
a { background-color: #168E59; }
a { background-color: rgb(22,142,89); }
div.DivClassName
{
background-color: #168E59;
}
.BgClassName
{
background-color: #168E59;
}
</style>
border-color css
<style>
span { border-color: #168E59; }
span { border-color: rgb(22,142,89); }
td.TdClassName
{
border-color: #168E59;
}
.TagClassName
{
border-color: #168E59;
}
</style>