Shades of Salem #127E54
Tints of Salem #127E54
RGB
CMYK
RGB Variations
Color information
#127E54 (or 0x127E54) is known color: Salem. HEX triplet: 12, 7E and 54. RGB value is (18,126,84). Sum of RGB (Red+Green+Blue) = 18+126+84=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 126 (49.61% from 255 or 55.26% from 228); Blue value is 84 (33.20% from 255 or 36.84% from 228); Max value from RGB is 126 - color contains mainly: green. Hex color #127E54 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E54 is #ED81AB. Grayscale: #585858. Windows color (decimal): -15565228 or 5537298. OLE color: 5537298.
HSL color Cylindrical-coordinate representation of color #127E54: hue angle of 156.67º 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 #127E54 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 84 | - |
| CMYK | 0.86 | 0 | 0.33 | 0.51 |
| HSL | 156.67º | 0.75% | 0.28% | - |
| HSV(B) | 156.67º | 0.86% | 0.49% | - |
| XYZ | 9.31 | 15.69 | 10.93 | - |
| YUV | 88.92 | 125.22 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 84 | 0.86 | 0 | 0.33 | 0.51 | 156.67 | 0.75 | 0.28 |
| Hex | 12 | 7E | 54 | 56 | 0 | 21 | 33 | 9D | 4B | 1C |
| Octal | 22 | 176 | 124 | 126 | 0 | 41 | 63 | 235 | 113 | 34 |
| Binary | 10010 | 1111110 | 1010100 | 1010110 | 0 | 100001 | 110011 | 10011101 | 1001011 | 11100 |
Color Harmonies of #127E54
Complementary color
Monochromatic Colors of #127E54
Black with #127E54
Text Example
Text Example
White with #127E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E54; }
p { color: rgb(18,126,84); }
H1.HeaderClassName
{
color: #127E54;
}
.AnyTagClassName
{
color: #127E54;
}
</style>
background-color css
<style>
a { background-color: #127E54; }
a { background-color: rgb(18,126,84); }
div.DivClassName
{
background-color: #127E54;
}
.BgClassName
{
background-color: #127E54;
}
</style>
border-color css
<style>
span { border-color: #127E54; }
span { border-color: rgb(18,126,84); }
td.TdClassName
{
border-color: #127E54;
}
.TagClassName
{
border-color: #127E54;
}
</style>