Shades of Salem #188159
Tints of Salem #188159
RGB
CMYK
RGB Variations
Color information
#188159 (or 0x188159) is known color: Salem. HEX triplet: 18, 81 and 59. RGB value is (24,129,89). Sum of RGB (Red+Green+Blue) = 24+129+89=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 129 (50.78% from 255 or 53.31% from 242); Blue value is 89 (35.16% from 255 or 36.78% from 242); Max value from RGB is 129 - color contains mainly: green. Hex color #188159 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188159 is #E77EA6. Grayscale: #5D5D5D. Windows color (decimal): -15171239 or 5865752. OLE color: 5865752.
HSL color Cylindrical-coordinate representation of color #188159: hue angle of 157.14º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #188159 is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 24 | 129 | 89 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.49 |
| HSL | 157.14º | 0.69% | 0.3% | - |
| HSV(B) | 157.14º | 0.81% | 0.51% | - |
| XYZ | 10.03 | 16.62 | 12.13 | - |
| YUV | 93.05 | 125.71 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 129 | 89 | 0.81 | 0 | 0.31 | 0.49 | 157.14 | 0.69 | 0.3 |
| Hex | 18 | 81 | 59 | 51 | 0 | 1F | 31 | 9D | 45 | 1E |
| Octal | 30 | 201 | 131 | 121 | 0 | 37 | 61 | 235 | 105 | 36 |
| Binary | 11000 | 10000001 | 1011001 | 1010001 | 0 | 11111 | 110001 | 10011101 | 1000101 | 11110 |
Color Harmonies of #188159
Complementary color
Monochromatic Colors of #188159
Black with #188159
Text Example
Text Example
White with #188159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188159; }
p { color: rgb(24,129,89); }
H1.HeaderClassName
{
color: #188159;
}
.AnyTagClassName
{
color: #188159;
}
</style>
background-color css
<style>
a { background-color: #188159; }
a { background-color: rgb(24,129,89); }
div.DivClassName
{
background-color: #188159;
}
.BgClassName
{
background-color: #188159;
}
</style>
border-color css
<style>
span { border-color: #188159; }
span { border-color: rgb(24,129,89); }
td.TdClassName
{
border-color: #188159;
}
.TagClassName
{
border-color: #188159;
}
</style>