Shades of Salem #188C4B
Tints of Salem #188C4B
RGB
CMYK
RGB Variations
Color information
#188C4B (or 0x188C4B) is known color: Salem. HEX triplet: 18, 8C and 4B. RGB value is (24,140,75). Sum of RGB (Red+Green+Blue) = 24+140+75=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 140 (55.08% from 255 or 58.58% from 239); Blue value is 75 (29.69% from 255 or 31.38% from 239); Max value from RGB is 140 - color contains mainly: green. Hex color #188C4B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188C4B is #E773B4. Grayscale: #626262. Windows color (decimal): -15168437 or 4951064. OLE color: 4951064.
HSL color Cylindrical-coordinate representation of color #188C4B: hue angle of 146.38º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188C4B is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 24 | 140 | 75 | - |
| CMYK | 0.83 | 0 | 0.46 | 0.45 |
| HSL | 146.38º | 0.71% | 0.32% | - |
| HSV(B) | 146.38º | 0.83% | 0.55% | - |
| XYZ | 11.02 | 19.46 | 9.83 | - |
| YUV | 97.91 | 115.07 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 75 | 0.83 | 0 | 0.46 | 0.45 | 146.38 | 0.71 | 0.32 |
| Hex | 18 | 8C | 4B | 53 | 0 | 2E | 2D | 92 | 47 | 20 |
| Octal | 30 | 214 | 113 | 123 | 0 | 56 | 55 | 222 | 107 | 40 |
| Binary | 11000 | 10001100 | 1001011 | 1010011 | 0 | 101110 | 101101 | 10010010 | 1000111 | 100000 |
Color Harmonies of #188C4B
Complementary color
Monochromatic Colors of #188C4B
Black with #188C4B
Text Example
Text Example
White with #188C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188C4B; }
p { color: rgb(24,140,75); }
H1.HeaderClassName
{
color: #188C4B;
}
.AnyTagClassName
{
color: #188C4B;
}
</style>
background-color css
<style>
a { background-color: #188C4B; }
a { background-color: rgb(24,140,75); }
div.DivClassName
{
background-color: #188C4B;
}
.BgClassName
{
background-color: #188C4B;
}
</style>
border-color css
<style>
span { border-color: #188C4B; }
span { border-color: rgb(24,140,75); }
td.TdClassName
{
border-color: #188C4B;
}
.TagClassName
{
border-color: #188C4B;
}
</style>