Shades of Salem #177E50
Tints of Salem #177E50
RGB
CMYK
RGB Variations
Color information
#177E50 (or 0x177E50) is known color: Salem. HEX triplet: 17, 7E and 50. RGB value is (23,126,80). Sum of RGB (Red+Green+Blue) = 23+126+80=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 126 (49.61% from 255 or 55.02% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 126 - color contains mainly: green. Hex color #177E50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177E50 is #E881AF. Grayscale: #5A5A5A. Windows color (decimal): -15237552 or 5275159. OLE color: 5275159.
HSL color Cylindrical-coordinate representation of color #177E50: hue angle of 153.2º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177E50 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 23 | 126 | 80 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.51 |
| HSL | 153.2º | 0.69% | 0.29% | - |
| HSV(B) | 153.2º | 0.82% | 0.49% | - |
| XYZ | 9.26 | 15.68 | 10.13 | - |
| YUV | 89.96 | 122.38 | 80.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 126 | 80 | 0.82 | 0 | 0.37 | 0.51 | 153.2 | 0.69 | 0.29 |
| Hex | 17 | 7E | 50 | 52 | 0 | 25 | 33 | 99 | 45 | 1D |
| Octal | 27 | 176 | 120 | 122 | 0 | 45 | 63 | 231 | 105 | 35 |
| Binary | 10111 | 1111110 | 1010000 | 1010010 | 0 | 100101 | 110011 | 10011001 | 1000101 | 11101 |
Color Harmonies of #177E50
Complementary color
Monochromatic Colors of #177E50
Black with #177E50
Text Example
Text Example
White with #177E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177E50; }
p { color: rgb(23,126,80); }
H1.HeaderClassName
{
color: #177E50;
}
.AnyTagClassName
{
color: #177E50;
}
</style>
background-color css
<style>
a { background-color: #177E50; }
a { background-color: rgb(23,126,80); }
div.DivClassName
{
background-color: #177E50;
}
.BgClassName
{
background-color: #177E50;
}
</style>
border-color css
<style>
span { border-color: #177E50; }
span { border-color: rgb(23,126,80); }
td.TdClassName
{
border-color: #177E50;
}
.TagClassName
{
border-color: #177E50;
}
</style>