Shades of Salem #127E51
Tints of Salem #127E51
RGB
CMYK
RGB Variations
Color information
#127E51 (or 0x127E51) is known color: Salem. HEX triplet: 12, 7E and 51. RGB value is (18,126,81). Sum of RGB (Red+Green+Blue) = 18+126+81=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 126 (49.61% from 255 or 56% from 225); Blue value is 81 (32.03% from 255 or 36% from 225); Max value from RGB is 126 - color contains mainly: green. Hex color #127E51 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E51 is #ED81AE. Grayscale: #585858. Windows color (decimal): -15565231 or 5340690. OLE color: 5340690.
HSL color Cylindrical-coordinate representation of color #127E51: hue angle of 155º 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 #127E51 is Cyan = 0.86, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 81 | - |
| CMYK | 0.86 | 0 | 0.36 | 0.51 |
| HSL | 155º | 0.75% | 0.28% | - |
| HSV(B) | 155º | 0.86% | 0.49% | - |
| XYZ | 9.2 | 15.64 | 10.32 | - |
| YUV | 88.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 81 | 0.86 | 0 | 0.36 | 0.51 | 155 | 0.75 | 0.28 |
| Hex | 12 | 7E | 51 | 56 | 0 | 24 | 33 | 9B | 4B | 1C |
| Octal | 22 | 176 | 121 | 126 | 0 | 44 | 63 | 233 | 113 | 34 |
| Binary | 10010 | 1111110 | 1010001 | 1010110 | 0 | 100100 | 110011 | 10011011 | 1001011 | 11100 |
Color Harmonies of #127E51
Complementary color
Monochromatic Colors of #127E51
Black with #127E51
Text Example
Text Example
White with #127E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E51; }
p { color: rgb(18,126,81); }
H1.HeaderClassName
{
color: #127E51;
}
.AnyTagClassName
{
color: #127E51;
}
</style>
background-color css
<style>
a { background-color: #127E51; }
a { background-color: rgb(18,126,81); }
div.DivClassName
{
background-color: #127E51;
}
.BgClassName
{
background-color: #127E51;
}
</style>
border-color css
<style>
span { border-color: #127E51; }
span { border-color: rgb(18,126,81); }
td.TdClassName
{
border-color: #127E51;
}
.TagClassName
{
border-color: #127E51;
}
</style>