Shades of Salem #158A55
Tints of Salem #158A55
RGB
CMYK
RGB Variations
Color information
#158A55 (or 0x158A55) is known color: Salem. HEX triplet: 15, 8A and 55. RGB value is (21,138,85). Sum of RGB (Red+Green+Blue) = 21+138+85=244 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.61% from 244); Green value is 138 (54.30% from 255 or 56.56% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 138 - color contains mainly: green. Hex color #158A55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158A55 is #EA75AA. Grayscale: #616161. Windows color (decimal): -15365547 or 5605909. OLE color: 5605909.
HSL color Cylindrical-coordinate representation of color #158A55: hue angle of 152.82º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158A55 is Cyan = 0.85, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 21 | 138 | 85 | - |
| CMYK | 0.85 | 0 | 0.38 | 0.46 |
| HSL | 152.82º | 0.74% | 0.31% | - |
| HSV(B) | 152.82º | 0.85% | 0.54% | - |
| XYZ | 11.04 | 18.99 | 11.68 | - |
| YUV | 96.98 | 121.24 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 138 | 85 | 0.85 | 0 | 0.38 | 0.46 | 152.82 | 0.74 | 0.31 |
| Hex | 15 | 8A | 55 | 55 | 0 | 26 | 2E | 99 | 4A | 1F |
| Octal | 25 | 212 | 125 | 125 | 0 | 46 | 56 | 231 | 112 | 37 |
| Binary | 10101 | 10001010 | 1010101 | 1010101 | 0 | 100110 | 101110 | 10011001 | 1001010 | 11111 |
Color Harmonies of #158A55
Complementary color
Monochromatic Colors of #158A55
Black with #158A55
Text Example
Text Example
White with #158A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158A55; }
p { color: rgb(21,138,85); }
H1.HeaderClassName
{
color: #158A55;
}
.AnyTagClassName
{
color: #158A55;
}
</style>
background-color css
<style>
a { background-color: #158A55; }
a { background-color: rgb(21,138,85); }
div.DivClassName
{
background-color: #158A55;
}
.BgClassName
{
background-color: #158A55;
}
</style>
border-color css
<style>
span { border-color: #158A55; }
span { border-color: rgb(21,138,85); }
td.TdClassName
{
border-color: #158A55;
}
.TagClassName
{
border-color: #158A55;
}
</style>