Shades of Salem #178D4F
Tints of Salem #178D4F
RGB
CMYK
RGB Variations
Color information
#178D4F (or 0x178D4F) is known color: Salem. HEX triplet: 17, 8D and 4F. RGB value is (23,141,79). Sum of RGB (Red+Green+Blue) = 23+141+79=243 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.47% from 243); Green value is 141 (55.47% from 255 or 58.02% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 141 - color contains mainly: green. Hex color #178D4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #178D4F is #E872B0. Grayscale: #626262. Windows color (decimal): -15233713 or 5213463. OLE color: 5213463.
HSL color Cylindrical-coordinate representation of color #178D4F: hue angle of 148.47º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #178D4F is Cyan = 0.84, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 141 | 79 | - |
| CMYK | 0.84 | 0 | 0.44 | 0.45 |
| HSL | 148.47º | 0.72% | 0.32% | - |
| HSV(B) | 148.47º | 0.84% | 0.55% | - |
| XYZ | 11.29 | 19.8 | 10.62 | - |
| YUV | 98.65 | 116.91 | 74.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 141 | 79 | 0.84 | 0 | 0.44 | 0.45 | 148.47 | 0.72 | 0.32 |
| Hex | 17 | 8D | 4F | 54 | 0 | 2C | 2D | 94 | 48 | 20 |
| Octal | 27 | 215 | 117 | 124 | 0 | 54 | 55 | 224 | 110 | 40 |
| Binary | 10111 | 10001101 | 1001111 | 1010100 | 0 | 101100 | 101101 | 10010100 | 1001000 | 100000 |
Color Harmonies of #178D4F
Complementary color
Monochromatic Colors of #178D4F
Black with #178D4F
Text Example
Text Example
White with #178D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178D4F; }
p { color: rgb(23,141,79); }
H1.HeaderClassName
{
color: #178D4F;
}
.AnyTagClassName
{
color: #178D4F;
}
</style>
background-color css
<style>
a { background-color: #178D4F; }
a { background-color: rgb(23,141,79); }
div.DivClassName
{
background-color: #178D4F;
}
.BgClassName
{
background-color: #178D4F;
}
</style>
border-color css
<style>
span { border-color: #178D4F; }
span { border-color: rgb(23,141,79); }
td.TdClassName
{
border-color: #178D4F;
}
.TagClassName
{
border-color: #178D4F;
}
</style>