Shades of Salem #127151
Tints of Salem #127151
RGB
CMYK
RGB Variations
Color information
#127151 (or 0x127151) is known color: Salem. HEX triplet: 12, 71 and 51. RGB value is (18,113,81). Sum of RGB (Red+Green+Blue) = 18+113+81=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #127151 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127151 is #ED8EAE. Grayscale: #505050. Windows color (decimal): -15568559 or 5337362. OLE color: 5337362.
HSL color Cylindrical-coordinate representation of color #127151: hue angle of 159.79º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127151 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 81 | - |
| CMYK | 0.84 | 0 | 0.28 | 0.56 |
| HSL | 159.79º | 0.73% | 0.26% | - |
| HSV(B) | 159.79º | 0.84% | 0.44% | - |
| XYZ | 7.64 | 12.53 | 9.8 | - |
| YUV | 80.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 81 | 0.84 | 0 | 0.28 | 0.56 | 159.79 | 0.73 | 0.26 |
| Hex | 12 | 71 | 51 | 54 | 0 | 1C | 38 | A0 | 49 | 1A |
| Octal | 22 | 161 | 121 | 124 | 0 | 34 | 70 | 240 | 111 | 32 |
| Binary | 10010 | 1110001 | 1010001 | 1010100 | 0 | 11100 | 111000 | 10100000 | 1001001 | 11010 |
Color Harmonies of #127151
Complementary color
Monochromatic Colors of #127151
Black with #127151
Text Example
Text Example
White with #127151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127151; }
p { color: rgb(18,113,81); }
H1.HeaderClassName
{
color: #127151;
}
.AnyTagClassName
{
color: #127151;
}
</style>
background-color css
<style>
a { background-color: #127151; }
a { background-color: rgb(18,113,81); }
div.DivClassName
{
background-color: #127151;
}
.BgClassName
{
background-color: #127151;
}
</style>
border-color css
<style>
span { border-color: #127151; }
span { border-color: rgb(18,113,81); }
td.TdClassName
{
border-color: #127151;
}
.TagClassName
{
border-color: #127151;
}
</style>