Shades of Salem #188659
Tints of Salem #188659
RGB
CMYK
RGB Variations
Color information
#188659 (or 0x188659) is known color: Salem. HEX triplet: 18, 86 and 59. RGB value is (24,134,89). Sum of RGB (Red+Green+Blue) = 24+134+89=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 134 (52.73% from 255 or 54.25% from 247); Blue value is 89 (35.16% from 255 or 36.03% from 247); Max value from RGB is 134 - color contains mainly: green. Hex color #188659 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188659 is #E779A6. Grayscale: #606060. Windows color (decimal): -15169959 or 5867032. OLE color: 5867032.
HSL color Cylindrical-coordinate representation of color #188659: hue angle of 155.45º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188659 is Cyan = 0.82, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 24 | 134 | 89 | - |
| CMYK | 0.82 | 0 | 0.34 | 0.47 |
| HSL | 155.45º | 0.7% | 0.31% | - |
| HSV(B) | 155.45º | 0.82% | 0.53% | - |
| XYZ | 10.7 | 17.97 | 12.35 | - |
| YUV | 95.98 | 124.06 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 134 | 89 | 0.82 | 0 | 0.34 | 0.47 | 155.45 | 0.7 | 0.31 |
| Hex | 18 | 86 | 59 | 52 | 0 | 22 | 2F | 9B | 46 | 1F |
| Octal | 30 | 206 | 131 | 122 | 0 | 42 | 57 | 233 | 106 | 37 |
| Binary | 11000 | 10000110 | 1011001 | 1010010 | 0 | 100010 | 101111 | 10011011 | 1000110 | 11111 |
Color Harmonies of #188659
Complementary color
Monochromatic Colors of #188659
Black with #188659
Text Example
Text Example
White with #188659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188659; }
p { color: rgb(24,134,89); }
H1.HeaderClassName
{
color: #188659;
}
.AnyTagClassName
{
color: #188659;
}
</style>
background-color css
<style>
a { background-color: #188659; }
a { background-color: rgb(24,134,89); }
div.DivClassName
{
background-color: #188659;
}
.BgClassName
{
background-color: #188659;
}
</style>
border-color css
<style>
span { border-color: #188659; }
span { border-color: rgb(24,134,89); }
td.TdClassName
{
border-color: #188659;
}
.TagClassName
{
border-color: #188659;
}
</style>