Shades of Salem #188A58
Tints of Salem #188A58
RGB
CMYK
RGB Variations
Color information
#188A58 (or 0x188A58) is known color: Salem. HEX triplet: 18, 8A and 58. RGB value is (24,138,88). Sum of RGB (Red+Green+Blue) = 24+138+88=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 138 (54.30% from 255 or 55.2% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 138 - color contains mainly: green. Hex color #188A58 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188A58 is #E775A7. Grayscale: #626262. Windows color (decimal): -15168936 or 5802520. OLE color: 5802520.
HSL color Cylindrical-coordinate representation of color #188A58: hue angle of 153.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #188A58 is Cyan = 0.83, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 24 | 138 | 88 | - |
| CMYK | 0.83 | 0 | 0.36 | 0.46 |
| HSL | 153.68º | 0.7% | 0.32% | - |
| HSV(B) | 153.68º | 0.83% | 0.54% | - |
| XYZ | 11.23 | 19.08 | 12.32 | - |
| YUV | 98.21 | 122.23 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 88 | 0.83 | 0 | 0.36 | 0.46 | 153.68 | 0.7 | 0.32 |
| Hex | 18 | 8A | 58 | 53 | 0 | 24 | 2E | 9A | 46 | 20 |
| Octal | 30 | 212 | 130 | 123 | 0 | 44 | 56 | 232 | 106 | 40 |
| Binary | 11000 | 10001010 | 1011000 | 1010011 | 0 | 100100 | 101110 | 10011010 | 1000110 | 100000 |
Color Harmonies of #188A58
Complementary color
Monochromatic Colors of #188A58
Black with #188A58
Text Example
Text Example
White with #188A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188A58; }
p { color: rgb(24,138,88); }
H1.HeaderClassName
{
color: #188A58;
}
.AnyTagClassName
{
color: #188A58;
}
</style>
background-color css
<style>
a { background-color: #188A58; }
a { background-color: rgb(24,138,88); }
div.DivClassName
{
background-color: #188A58;
}
.BgClassName
{
background-color: #188A58;
}
</style>
border-color css
<style>
span { border-color: #188A58; }
span { border-color: rgb(24,138,88); }
td.TdClassName
{
border-color: #188A58;
}
.TagClassName
{
border-color: #188A58;
}
</style>