Shades of Salem #158E55
Tints of Salem #158E55
RGB
CMYK
RGB Variations
Color information
#158E55 (or 0x158E55) is known color: Salem. HEX triplet: 15, 8E and 55. RGB value is (21,142,85). Sum of RGB (Red+Green+Blue) = 21+142+85=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 142 (55.86% from 255 or 57.26% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 142 - color contains mainly: green. Hex color #158E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158E55 is #EA71AA. Grayscale: #636363. Windows color (decimal): -15364523 or 5606933. OLE color: 5606933.
HSL color Cylindrical-coordinate representation of color #158E55: hue angle of 151.74º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158E55 is Cyan = 0.85, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 21 | 142 | 85 | - |
| CMYK | 0.85 | 0 | 0.40 | 0.44 |
| HSL | 151.74º | 0.74% | 0.32% | - |
| HSV(B) | 151.74º | 0.85% | 0.56% | - |
| XYZ | 11.62 | 20.16 | 11.87 | - |
| YUV | 99.32 | 119.91 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 142 | 85 | 0.85 | 0 | 0.40 | 0.44 | 151.74 | 0.74 | 0.32 |
| Hex | 15 | 8E | 55 | 55 | 0 | 28 | 2C | 98 | 4A | 20 |
| Octal | 25 | 216 | 125 | 125 | 0 | 50 | 54 | 230 | 112 | 40 |
| Binary | 10101 | 10001110 | 1010101 | 1010101 | 0 | 101000 | 101100 | 10011000 | 1001010 | 100000 |
Color Harmonies of #158E55
Complementary color
Monochromatic Colors of #158E55
Black with #158E55
Text Example
Text Example
White with #158E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158E55; }
p { color: rgb(21,142,85); }
H1.HeaderClassName
{
color: #158E55;
}
.AnyTagClassName
{
color: #158E55;
}
</style>
background-color css
<style>
a { background-color: #158E55; }
a { background-color: rgb(21,142,85); }
div.DivClassName
{
background-color: #158E55;
}
.BgClassName
{
background-color: #158E55;
}
</style>
border-color css
<style>
span { border-color: #158E55; }
span { border-color: rgb(21,142,85); }
td.TdClassName
{
border-color: #158E55;
}
.TagClassName
{
border-color: #158E55;
}
</style>