Shades of Salem #168859
Tints of Salem #168859
RGB
CMYK
RGB Variations
Color information
#168859 (or 0x168859) is known color: Salem. HEX triplet: 16, 88 and 59. RGB value is (22,136,89). Sum of RGB (Red+Green+Blue) = 22+136+89=247 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.91% from 247); Green value is 136 (53.52% from 255 or 55.06% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 136 - color contains mainly: green. Hex color #168859 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #168859 is #E977A6. Grayscale: #606060. Windows color (decimal): -15300519 or 5867542. OLE color: 5867542.
HSL color Cylindrical-coordinate representation of color #168859: hue angle of 155.26º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #168859 is Cyan = 0.84, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 22 | 136 | 89 | - |
| CMYK | 0.84 | 0 | 0.35 | 0.47 |
| HSL | 155.26º | 0.72% | 0.31% | - |
| HSV(B) | 155.26º | 0.84% | 0.53% | - |
| XYZ | 10.94 | 18.5 | 12.45 | - |
| YUV | 96.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 136 | 89 | 0.84 | 0 | 0.35 | 0.47 | 155.26 | 0.72 | 0.31 |
| Hex | 16 | 88 | 59 | 54 | 0 | 23 | 2F | 9B | 48 | 1F |
| Octal | 26 | 210 | 131 | 124 | 0 | 43 | 57 | 233 | 110 | 37 |
| Binary | 10110 | 10001000 | 1011001 | 1010100 | 0 | 100011 | 101111 | 10011011 | 1001000 | 11111 |
Color Harmonies of #168859
Complementary color
Monochromatic Colors of #168859
Black with #168859
Text Example
Text Example
White with #168859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168859; }
p { color: rgb(22,136,89); }
H1.HeaderClassName
{
color: #168859;
}
.AnyTagClassName
{
color: #168859;
}
</style>
background-color css
<style>
a { background-color: #168859; }
a { background-color: rgb(22,136,89); }
div.DivClassName
{
background-color: #168859;
}
.BgClassName
{
background-color: #168859;
}
</style>
border-color css
<style>
span { border-color: #168859; }
span { border-color: rgb(22,136,89); }
td.TdClassName
{
border-color: #168859;
}
.TagClassName
{
border-color: #168859;
}
</style>