Shades of Salem #187E4F
Tints of Salem #187E4F
RGB
CMYK
RGB Variations
Color information
#187E4F (or 0x187E4F) is known color: Salem. HEX triplet: 18, 7E and 4F. RGB value is (24,126,79). Sum of RGB (Red+Green+Blue) = 24+126+79=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 126 (49.61% from 255 or 55.02% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 126 - color contains mainly: green. Hex color #187E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #187E4F is #E781B0. Grayscale: #5A5A5A. Windows color (decimal): -15172017 or 5209624. OLE color: 5209624.
HSL color Cylindrical-coordinate representation of color #187E4F: hue angle of 152.35º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #187E4F is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 126 | 79 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.51 |
| HSL | 152.35º | 0.68% | 0.29% | - |
| HSV(B) | 152.35º | 0.81% | 0.49% | - |
| XYZ | 9.25 | 15.68 | 9.94 | - |
| YUV | 90.14 | 121.71 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 126 | 79 | 0.81 | 0 | 0.37 | 0.51 | 152.35 | 0.68 | 0.29 |
| Hex | 18 | 7E | 4F | 51 | 0 | 25 | 33 | 98 | 44 | 1D |
| Octal | 30 | 176 | 117 | 121 | 0 | 45 | 63 | 230 | 104 | 35 |
| Binary | 11000 | 1111110 | 1001111 | 1010001 | 0 | 100101 | 110011 | 10011000 | 1000100 | 11101 |
Color Harmonies of #187E4F
Complementary color
Monochromatic Colors of #187E4F
Black with #187E4F
Text Example
Text Example
White with #187E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #187E4F; }
p { color: rgb(24,126,79); }
H1.HeaderClassName
{
color: #187E4F;
}
.AnyTagClassName
{
color: #187E4F;
}
</style>
background-color css
<style>
a { background-color: #187E4F; }
a { background-color: rgb(24,126,79); }
div.DivClassName
{
background-color: #187E4F;
}
.BgClassName
{
background-color: #187E4F;
}
</style>
border-color css
<style>
span { border-color: #187E4F; }
span { border-color: rgb(24,126,79); }
td.TdClassName
{
border-color: #187E4F;
}
.TagClassName
{
border-color: #187E4F;
}
</style>