Shades of Salem #127E4E
Tints of Salem #127E4E
RGB
CMYK
RGB Variations
Color information
#127E4E (or 0x127E4E) is known color: Salem. HEX triplet: 12, 7E and 4E. RGB value is (18,126,78). Sum of RGB (Red+Green+Blue) = 18+126+78=222 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.11% from 222); Green value is 126 (49.61% from 255 or 56.76% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 126 - color contains mainly: green. Hex color #127E4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127E4E is #ED81B1. Grayscale: #585858. Windows color (decimal): -15565234 or 5144082. OLE color: 5144082.
HSL color Cylindrical-coordinate representation of color #127E4E: hue angle of 153.33º 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 #127E4E is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 126 | 78 | - |
| CMYK | 0.86 | 0 | 0.38 | 0.51 |
| HSL | 153.33º | 0.75% | 0.28% | - |
| HSV(B) | 153.33º | 0.86% | 0.49% | - |
| XYZ | 9.09 | 15.6 | 9.74 | - |
| YUV | 88.24 | 122.22 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 126 | 78 | 0.86 | 0 | 0.38 | 0.51 | 153.33 | 0.75 | 0.28 |
| Hex | 12 | 7E | 4E | 56 | 0 | 26 | 33 | 99 | 4B | 1C |
| Octal | 22 | 176 | 116 | 126 | 0 | 46 | 63 | 231 | 113 | 34 |
| Binary | 10010 | 1111110 | 1001110 | 1010110 | 0 | 100110 | 110011 | 10011001 | 1001011 | 11100 |
Color Harmonies of #127E4E
Complementary color
Monochromatic Colors of #127E4E
Black with #127E4E
Text Example
Text Example
White with #127E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127E4E; }
p { color: rgb(18,126,78); }
H1.HeaderClassName
{
color: #127E4E;
}
.AnyTagClassName
{
color: #127E4E;
}
</style>
background-color css
<style>
a { background-color: #127E4E; }
a { background-color: rgb(18,126,78); }
div.DivClassName
{
background-color: #127E4E;
}
.BgClassName
{
background-color: #127E4E;
}
</style>
border-color css
<style>
span { border-color: #127E4E; }
span { border-color: rgb(18,126,78); }
td.TdClassName
{
border-color: #127E4E;
}
.TagClassName
{
border-color: #127E4E;
}
</style>