Shades of Salem #127555
Tints of Salem #127555
RGB
CMYK
RGB Variations
Color information
#127555 (or 0x127555) is known color: Salem. HEX triplet: 12, 75 and 55. RGB value is (18,117,85). Sum of RGB (Red+Green+Blue) = 18+117+85=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 85 (33.59% from 255 or 38.64% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #127555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127555 is #ED8AAA. Grayscale: #535353. Windows color (decimal): -15567531 or 5600530. OLE color: 5600530.
HSL color Cylindrical-coordinate representation of color #127555: hue angle of 160.61º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127555 is Cyan = 0.85, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 117 | 85 | - |
| CMYK | 0.85 | 0 | 0.27 | 0.54 |
| HSL | 160.61º | 0.73% | 0.26% | - |
| HSV(B) | 160.61º | 0.85% | 0.46% | - |
| XYZ | 8.25 | 13.51 | 10.77 | - |
| YUV | 83.75 | 128.7 | 81.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 117 | 85 | 0.85 | 0 | 0.27 | 0.54 | 160.61 | 0.73 | 0.26 |
| Hex | 12 | 75 | 55 | 55 | 0 | 1B | 36 | A1 | 49 | 1A |
| Octal | 22 | 165 | 125 | 125 | 0 | 33 | 66 | 241 | 111 | 32 |
| Binary | 10010 | 1110101 | 1010101 | 1010101 | 0 | 11011 | 110110 | 10100001 | 1001001 | 11010 |
Color Harmonies of #127555
Complementary color
Monochromatic Colors of #127555
Black with #127555
Text Example
Text Example
White with #127555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127555; }
p { color: rgb(18,117,85); }
H1.HeaderClassName
{
color: #127555;
}
.AnyTagClassName
{
color: #127555;
}
</style>
background-color css
<style>
a { background-color: #127555; }
a { background-color: rgb(18,117,85); }
div.DivClassName
{
background-color: #127555;
}
.BgClassName
{
background-color: #127555;
}
</style>
border-color css
<style>
span { border-color: #127555; }
span { border-color: rgb(18,117,85); }
td.TdClassName
{
border-color: #127555;
}
.TagClassName
{
border-color: #127555;
}
</style>