Shades of Salem #148E4E
Tints of Salem #148E4E
RGB
CMYK
RGB Variations
Color information
#148E4E (or 0x148E4E) is known color: Salem. HEX triplet: 14, 8E and 4E. RGB value is (20,142,78). Sum of RGB (Red+Green+Blue) = 20+142+78=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 142 (55.86% from 255 or 59.17% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 142 - color contains mainly: green. Hex color #148E4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #148E4E is #EB71B1. Grayscale: #626262. Windows color (decimal): -15430066 or 5148180. OLE color: 5148180.
HSL color Cylindrical-coordinate representation of color #148E4E: hue angle of 148.52º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #148E4E is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 20 | 142 | 78 | - |
| CMYK | 0.86 | 0 | 0.45 | 0.44 |
| HSL | 148.52º | 0.75% | 0.32% | - |
| HSV(B) | 148.52º | 0.86% | 0.56% | - |
| XYZ | 11.34 | 20.04 | 10.48 | - |
| YUV | 98.23 | 116.58 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 142 | 78 | 0.86 | 0 | 0.45 | 0.44 | 148.52 | 0.75 | 0.32 |
| Hex | 14 | 8E | 4E | 56 | 0 | 2D | 2C | 95 | 4B | 20 |
| Octal | 24 | 216 | 116 | 126 | 0 | 55 | 54 | 225 | 113 | 40 |
| Binary | 10100 | 10001110 | 1001110 | 1010110 | 0 | 101101 | 101100 | 10010101 | 1001011 | 100000 |
Color Harmonies of #148E4E
Complementary color
Monochromatic Colors of #148E4E
Black with #148E4E
Text Example
Text Example
White with #148E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #148E4E; }
p { color: rgb(20,142,78); }
H1.HeaderClassName
{
color: #148E4E;
}
.AnyTagClassName
{
color: #148E4E;
}
</style>
background-color css
<style>
a { background-color: #148E4E; }
a { background-color: rgb(20,142,78); }
div.DivClassName
{
background-color: #148E4E;
}
.BgClassName
{
background-color: #148E4E;
}
</style>
border-color css
<style>
span { border-color: #148E4E; }
span { border-color: rgb(20,142,78); }
td.TdClassName
{
border-color: #148E4E;
}
.TagClassName
{
border-color: #148E4E;
}
</style>