Shades of Salem #178A4D
Tints of Salem #178A4D
RGB
CMYK
RGB Variations
Color information
#178A4D (or 0x178A4D) is known color: Salem. HEX triplet: 17, 8A and 4D. RGB value is (23,138,77). Sum of RGB (Red+Green+Blue) = 23+138+77=238 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.66% from 238); Green value is 138 (54.30% from 255 or 57.98% from 238); Blue value is 77 (30.47% from 255 or 32.35% from 238); Max value from RGB is 138 - color contains mainly: green. Hex color #178A4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #178A4D is #E875B2. Grayscale: #606060. Windows color (decimal): -15234483 or 5081623. OLE color: 5081623.
HSL color Cylindrical-coordinate representation of color #178A4D: hue angle of 148.17º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #178A4D is Cyan = 0.83, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 23 | 138 | 77 | - |
| CMYK | 0.83 | 0 | 0.44 | 0.46 |
| HSL | 148.17º | 0.71% | 0.32% | - |
| HSV(B) | 148.17º | 0.83% | 0.54% | - |
| XYZ | 10.78 | 18.89 | 10.1 | - |
| YUV | 96.66 | 116.9 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 138 | 77 | 0.83 | 0 | 0.44 | 0.46 | 148.17 | 0.71 | 0.32 |
| Hex | 17 | 8A | 4D | 53 | 0 | 2C | 2E | 94 | 47 | 20 |
| Octal | 27 | 212 | 115 | 123 | 0 | 54 | 56 | 224 | 107 | 40 |
| Binary | 10111 | 10001010 | 1001101 | 1010011 | 0 | 101100 | 101110 | 10010100 | 1000111 | 100000 |
Color Harmonies of #178A4D
Complementary color
Monochromatic Colors of #178A4D
Black with #178A4D
Text Example
Text Example
White with #178A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #178A4D; }
p { color: rgb(23,138,77); }
H1.HeaderClassName
{
color: #178A4D;
}
.AnyTagClassName
{
color: #178A4D;
}
</style>
background-color css
<style>
a { background-color: #178A4D; }
a { background-color: rgb(23,138,77); }
div.DivClassName
{
background-color: #178A4D;
}
.BgClassName
{
background-color: #178A4D;
}
</style>
border-color css
<style>
span { border-color: #178A4D; }
span { border-color: rgb(23,138,77); }
td.TdClassName
{
border-color: #178A4D;
}
.TagClassName
{
border-color: #178A4D;
}
</style>