Shades of Salem #158B58
Tints of Salem #158B58
RGB
CMYK
RGB Variations
Color information
#158B58 (or 0x158B58) is known color: Salem. HEX triplet: 15, 8B and 58. RGB value is (21,139,88). Sum of RGB (Red+Green+Blue) = 21+139+88=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 139 (54.69% from 255 or 56.05% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 139 - color contains mainly: green. Hex color #158B58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B58 is #EA74A7. Grayscale: #616161. Windows color (decimal): -15365288 or 5802773. OLE color: 5802773.
HSL color Cylindrical-coordinate representation of color #158B58: hue angle of 154.07º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B58 is Cyan = 0.85, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 139 | 88 | - |
| CMYK | 0.85 | 0 | 0.37 | 0.45 |
| HSL | 154.07º | 0.74% | 0.31% | - |
| HSV(B) | 154.07º | 0.85% | 0.55% | - |
| XYZ | 11.3 | 19.33 | 12.37 | - |
| YUV | 97.9 | 122.41 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 139 | 88 | 0.85 | 0 | 0.37 | 0.45 | 154.07 | 0.74 | 0.31 |
| Hex | 15 | 8B | 58 | 55 | 0 | 25 | 2D | 9A | 4A | 1F |
| Octal | 25 | 213 | 130 | 125 | 0 | 45 | 55 | 232 | 112 | 37 |
| Binary | 10101 | 10001011 | 1011000 | 1010101 | 0 | 100101 | 101101 | 10011010 | 1001010 | 11111 |
Color Harmonies of #158B58
Complementary color
Monochromatic Colors of #158B58
Black with #158B58
Text Example
Text Example
White with #158B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #158B58; }
p { color: rgb(21,139,88); }
H1.HeaderClassName
{
color: #158B58;
}
.AnyTagClassName
{
color: #158B58;
}
</style>
background-color css
<style>
a { background-color: #158B58; }
a { background-color: rgb(21,139,88); }
div.DivClassName
{
background-color: #158B58;
}
.BgClassName
{
background-color: #158B58;
}
</style>
border-color css
<style>
span { border-color: #158B58; }
span { border-color: rgb(21,139,88); }
td.TdClassName
{
border-color: #158B58;
}
.TagClassName
{
border-color: #158B58;
}
</style>