Shades of Salem #158C55
Tints of Salem #158C55
RGB
CMYK
RGB Variations
Color information
#158C55 (or 0x158C55) is known color: Salem. HEX triplet: 15, 8C and 55. RGB value is (21,140,85). Sum of RGB (Red+Green+Blue) = 21+140+85=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 140 (55.08% from 255 or 56.91% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 140 - color contains mainly: green. Hex color #158C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C55 is #EA73AA. Grayscale: #626262. Windows color (decimal): -15365035 or 5606421. OLE color: 5606421.
HSL color Cylindrical-coordinate representation of color #158C55: hue angle of 152.27º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158C55 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 140 | 85 | - |
| CMYK | 0.85 | 0 | 0.39 | 0.45 |
| HSL | 152.27º | 0.74% | 0.32% | - |
| HSV(B) | 152.27º | 0.85% | 0.55% | - |
| XYZ | 11.33 | 19.57 | 11.78 | - |
| YUV | 98.15 | 120.58 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 140 | 85 | 0.85 | 0 | 0.39 | 0.45 | 152.27 | 0.74 | 0.32 |
| Hex | 15 | 8C | 55 | 55 | 0 | 27 | 2D | 98 | 4A | 20 |
| Octal | 25 | 214 | 125 | 125 | 0 | 47 | 55 | 230 | 112 | 40 |
| Binary | 10101 | 10001100 | 1010101 | 1010101 | 0 | 100111 | 101101 | 10011000 | 1001010 | 100000 |
Color Harmonies of #158C55
Complementary color
Monochromatic Colors of #158C55
Black with #158C55
Text Example
Text Example
White with #158C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158C55; }
p { color: rgb(21,140,85); }
H1.HeaderClassName
{
color: #158C55;
}
.AnyTagClassName
{
color: #158C55;
}
</style>
background-color css
<style>
a { background-color: #158C55; }
a { background-color: rgb(21,140,85); }
div.DivClassName
{
background-color: #158C55;
}
.BgClassName
{
background-color: #158C55;
}
</style>
border-color css
<style>
span { border-color: #158C55; }
span { border-color: rgb(21,140,85); }
td.TdClassName
{
border-color: #158C55;
}
.TagClassName
{
border-color: #158C55;
}
</style>