Shades of Salem #177F50
Tints of Salem #177F50
RGB
CMYK
RGB Variations
Color information
#177F50 (or 0x177F50) is known color: Salem. HEX triplet: 17, 7F and 50. RGB value is (23,127,80). Sum of RGB (Red+Green+Blue) = 23+127+80=230 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10% from 230); Green value is 127 (50% from 255 or 55.22% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 127 - color contains mainly: green. Hex color #177F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177F50 is #E880AF. Grayscale: #5A5A5A. Windows color (decimal): -15237296 or 5275415. OLE color: 5275415.
HSL color Cylindrical-coordinate representation of color #177F50: hue angle of 152.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #177F50 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 23 | 127 | 80 | - |
| CMYK | 0.82 | 0 | 0.37 | 0.50 |
| HSL | 152.88º | 0.69% | 0.29% | - |
| HSV(B) | 152.88º | 0.82% | 0.5% | - |
| XYZ | 9.39 | 15.94 | 10.17 | - |
| YUV | 90.55 | 122.04 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 127 | 80 | 0.82 | 0 | 0.37 | 0.50 | 152.88 | 0.69 | 0.29 |
| Hex | 17 | 7F | 50 | 52 | 0 | 25 | 32 | 99 | 45 | 1D |
| Octal | 27 | 177 | 120 | 122 | 0 | 45 | 62 | 231 | 105 | 35 |
| Binary | 10111 | 1111111 | 1010000 | 1010010 | 0 | 100101 | 110010 | 10011001 | 1000101 | 11101 |
Color Harmonies of #177F50
Complementary color
Monochromatic Colors of #177F50
Black with #177F50
Text Example
Text Example
White with #177F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #177F50; }
p { color: rgb(23,127,80); }
H1.HeaderClassName
{
color: #177F50;
}
.AnyTagClassName
{
color: #177F50;
}
</style>
background-color css
<style>
a { background-color: #177F50; }
a { background-color: rgb(23,127,80); }
div.DivClassName
{
background-color: #177F50;
}
.BgClassName
{
background-color: #177F50;
}
</style>
border-color css
<style>
span { border-color: #177F50; }
span { border-color: rgb(23,127,80); }
td.TdClassName
{
border-color: #177F50;
}
.TagClassName
{
border-color: #177F50;
}
</style>