Shades of Salem #127E4F
Tints of Salem #127E4F
RGB
CMYK
RGB Variations
Color information
#127E4F (or 0x127E4F) is known color: Salem. HEX triplet: 12, 7E and 4F. RGB value is (18,126,79). Sum of RGB (Red+Green+Blue) = 18+126+79=223 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.07% from 223); Green value is 126 (49.61% from 255 or 56.50% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 126 - color contains mainly: green. Hex color #127E4F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E4F is #ED81B0. Grayscale: #585858. Windows color (decimal): -15565233 or 5209618. OLE color: 5209618.
HSL color Cylindrical-coordinate representation of color #127E4F: hue angle of 153.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 #127E4F is Cyan = 0.86, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 79 | - |
| CMYK | 0.86 | 0 | 0.37 | 0.51 |
| HSL | 153.89º | 0.75% | 0.28% | - |
| HSV(B) | 153.89º | 0.86% | 0.49% | - |
| XYZ | 9.12 | 15.61 | 9.93 | - |
| YUV | 88.35 | 122.72 | 77.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 79 | 0.86 | 0 | 0.37 | 0.51 | 153.89 | 0.75 | 0.28 |
| Hex | 12 | 7E | 4F | 56 | 0 | 25 | 33 | 9A | 4B | 1C |
| Octal | 22 | 176 | 117 | 126 | 0 | 45 | 63 | 232 | 113 | 34 |
| Binary | 10010 | 1111110 | 1001111 | 1010110 | 0 | 100101 | 110011 | 10011010 | 1001011 | 11100 |
Color Harmonies of #127E4F
Complementary color
Monochromatic Colors of #127E4F
Black with #127E4F
Text Example
Text Example
White with #127E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E4F; }
p { color: rgb(18,126,79); }
H1.HeaderClassName
{
color: #127E4F;
}
.AnyTagClassName
{
color: #127E4F;
}
</style>
background-color css
<style>
a { background-color: #127E4F; }
a { background-color: rgb(18,126,79); }
div.DivClassName
{
background-color: #127E4F;
}
.BgClassName
{
background-color: #127E4F;
}
</style>
border-color css
<style>
span { border-color: #127E4F; }
span { border-color: rgb(18,126,79); }
td.TdClassName
{
border-color: #127E4F;
}
.TagClassName
{
border-color: #127E4F;
}
</style>