Shades of Salem #186F50
Tints of Salem #186F50
RGB
CMYK
RGB Variations
Color information
#186F50 (or 0x186F50) is known color: Salem. HEX triplet: 18, 6F and 50. RGB value is (24,111,80). Sum of RGB (Red+Green+Blue) = 24+111+80=215 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.16% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #186F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #186F50 is #E790AF. Grayscale: #515151. Windows color (decimal): -15175856 or 5271320. OLE color: 5271320.
HSL color Cylindrical-coordinate representation of color #186F50: hue angle of 158.62º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #186F50 is Cyan = 0.78, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 111 | 80 | - |
| CMYK | 0.78 | 0 | 0.28 | 0.56 |
| HSL | 158.62º | 0.64% | 0.26% | - |
| HSV(B) | 158.62º | 0.78% | 0.44% | - |
| XYZ | 7.51 | 12.14 | 9.54 | - |
| YUV | 81.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 111 | 80 | 0.78 | 0 | 0.28 | 0.56 | 158.62 | 0.64 | 0.26 |
| Hex | 18 | 6F | 50 | 4E | 0 | 1C | 38 | 9F | 40 | 1A |
| Octal | 30 | 157 | 120 | 116 | 0 | 34 | 70 | 237 | 100 | 32 |
| Binary | 11000 | 1101111 | 1010000 | 1001110 | 0 | 11100 | 111000 | 10011111 | 1000000 | 11010 |
Color Harmonies of #186F50
Complementary color
Monochromatic Colors of #186F50
Black with #186F50
Text Example
Text Example
White with #186F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #186F50; }
p { color: rgb(24,111,80); }
H1.HeaderClassName
{
color: #186F50;
}
.AnyTagClassName
{
color: #186F50;
}
</style>
background-color css
<style>
a { background-color: #186F50; }
a { background-color: rgb(24,111,80); }
div.DivClassName
{
background-color: #186F50;
}
.BgClassName
{
background-color: #186F50;
}
</style>
border-color css
<style>
span { border-color: #186F50; }
span { border-color: rgb(24,111,80); }
td.TdClassName
{
border-color: #186F50;
}
.TagClassName
{
border-color: #186F50;
}
</style>