Shades of Salem #117E58
Tints of Salem #117E58
RGB
CMYK
RGB Variations
Color information
#117E58 (or 0x117E58) is known color: Salem. HEX triplet: 11, 7E and 58. RGB value is (17,126,88). Sum of RGB (Red+Green+Blue) = 17+126+88=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 126 (49.61% from 255 or 54.55% from 231); Blue value is 88 (34.77% from 255 or 38.10% from 231); Max value from RGB is 126 - color contains mainly: green. Hex color #117E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117E58 is #EE81A7. Grayscale: #595959. Windows color (decimal): -15630760 or 5799441. OLE color: 5799441.
HSL color Cylindrical-coordinate representation of color #117E58: hue angle of 159.08º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117E58 is Cyan = 0.87, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 17 | 126 | 88 | - |
| CMYK | 0.87 | 0 | 0.30 | 0.51 |
| HSL | 159.08º | 0.76% | 0.28% | - |
| HSV(B) | 159.08º | 0.87% | 0.49% | - |
| XYZ | 9.45 | 15.75 | 11.77 | - |
| YUV | 89.08 | 127.39 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 88 | 0.87 | 0 | 0.30 | 0.51 | 159.08 | 0.76 | 0.28 |
| Hex | 11 | 7E | 58 | 57 | 0 | 1E | 33 | 9F | 4C | 1C |
| Octal | 21 | 176 | 130 | 127 | 0 | 36 | 63 | 237 | 114 | 34 |
| Binary | 10001 | 1111110 | 1011000 | 1010111 | 0 | 11110 | 110011 | 10011111 | 1001100 | 11100 |
Color Harmonies of #117E58
Complementary color
Monochromatic Colors of #117E58
Black with #117E58
Text Example
Text Example
White with #117E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117E58; }
p { color: rgb(17,126,88); }
H1.HeaderClassName
{
color: #117E58;
}
.AnyTagClassName
{
color: #117E58;
}
</style>
background-color css
<style>
a { background-color: #117E58; }
a { background-color: rgb(17,126,88); }
div.DivClassName
{
background-color: #117E58;
}
.BgClassName
{
background-color: #117E58;
}
</style>
border-color css
<style>
span { border-color: #117E58; }
span { border-color: rgb(17,126,88); }
td.TdClassName
{
border-color: #117E58;
}
.TagClassName
{
border-color: #117E58;
}
</style>