Shades of Salem #127C57
Tints of Salem #127C57
RGB
CMYK
RGB Variations
Color information
#127C57 (or 0x127C57) is known color: Salem. HEX triplet: 12, 7C and 57. RGB value is (18,124,87). Sum of RGB (Red+Green+Blue) = 18+124+87=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 124 (48.83% from 255 or 54.15% from 229); Blue value is 87 (34.38% from 255 or 37.99% from 229); Max value from RGB is 124 - color contains mainly: green. Hex color #127C57 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127C57 is #ED83A8. Grayscale: #585858. Windows color (decimal): -15565737 or 5733394. OLE color: 5733394.
HSL color Cylindrical-coordinate representation of color #127C57: hue angle of 159.06º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127C57 is Cyan = 0.85, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 124 | 87 | - |
| CMYK | 0.85 | 0 | 0.30 | 0.51 |
| HSL | 159.06º | 0.75% | 0.28% | - |
| HSV(B) | 159.06º | 0.85% | 0.49% | - |
| XYZ | 9.18 | 15.23 | 11.47 | - |
| YUV | 88.09 | 127.38 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 124 | 87 | 0.85 | 0 | 0.30 | 0.51 | 159.06 | 0.75 | 0.28 |
| Hex | 12 | 7C | 57 | 55 | 0 | 1E | 33 | 9F | 4B | 1C |
| Octal | 22 | 174 | 127 | 125 | 0 | 36 | 63 | 237 | 113 | 34 |
| Binary | 10010 | 1111100 | 1010111 | 1010101 | 0 | 11110 | 110011 | 10011111 | 1001011 | 11100 |
Color Harmonies of #127C57
Complementary color
Monochromatic Colors of #127C57
Black with #127C57
Text Example
Text Example
White with #127C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127C57; }
p { color: rgb(18,124,87); }
H1.HeaderClassName
{
color: #127C57;
}
.AnyTagClassName
{
color: #127C57;
}
</style>
background-color css
<style>
a { background-color: #127C57; }
a { background-color: rgb(18,124,87); }
div.DivClassName
{
background-color: #127C57;
}
.BgClassName
{
background-color: #127C57;
}
</style>
border-color css
<style>
span { border-color: #127C57; }
span { border-color: rgb(18,124,87); }
td.TdClassName
{
border-color: #127C57;
}
.TagClassName
{
border-color: #127C57;
}
</style>