Shades of Salem #127E58
Tints of Salem #127E58
RGB
CMYK
RGB Variations
Color information
#127E58 (or 0x127E58) is known color: Salem. HEX triplet: 12, 7E and 58. RGB value is (18,126,88). Sum of RGB (Red+Green+Blue) = 18+126+88=232 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.76% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 88 (34.77% from 255 or 37.93% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #127E58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E58 is #ED81A7. Grayscale: #595959. Windows color (decimal): -15565224 or 5799442. OLE color: 5799442.
HSL color Cylindrical-coordinate representation of color #127E58: hue angle of 158.89º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127E58 is Cyan = 0.86, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 88 | - |
| CMYK | 0.86 | 0 | 0.30 | 0.51 |
| HSL | 158.89º | 0.75% | 0.28% | - |
| HSV(B) | 158.89º | 0.86% | 0.49% | - |
| XYZ | 9.47 | 15.75 | 11.77 | - |
| YUV | 89.38 | 127.22 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 88 | 0.86 | 0 | 0.30 | 0.51 | 158.89 | 0.75 | 0.28 |
| Hex | 12 | 7E | 58 | 56 | 0 | 1E | 33 | 9F | 4B | 1C |
| Octal | 22 | 176 | 130 | 126 | 0 | 36 | 63 | 237 | 113 | 34 |
| Binary | 10010 | 1111110 | 1011000 | 1010110 | 0 | 11110 | 110011 | 10011111 | 1001011 | 11100 |
Color Harmonies of #127E58
Complementary color
Monochromatic Colors of #127E58
Black with #127E58
Text Example
Text Example
White with #127E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E58; }
p { color: rgb(18,126,88); }
H1.HeaderClassName
{
color: #127E58;
}
.AnyTagClassName
{
color: #127E58;
}
</style>
background-color css
<style>
a { background-color: #127E58; }
a { background-color: rgb(18,126,88); }
div.DivClassName
{
background-color: #127E58;
}
.BgClassName
{
background-color: #127E58;
}
</style>
border-color css
<style>
span { border-color: #127E58; }
span { border-color: rgb(18,126,88); }
td.TdClassName
{
border-color: #127E58;
}
.TagClassName
{
border-color: #127E58;
}
</style>