Shades of Salem #127053
Tints of Salem #127053
RGB
CMYK
RGB Variations
Color information
#127053 (or 0x127053) is known color: Salem. HEX triplet: 12, 70 and 53. RGB value is (18,112,83). Sum of RGB (Red+Green+Blue) = 18+112+83=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #127053 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127053 is #ED8FAC. Grayscale: #505050. Windows color (decimal): -15568813 or 5468178. OLE color: 5468178.
HSL color Cylindrical-coordinate representation of color #127053: hue angle of 161.49º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127053 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 112 | 83 | - |
| CMYK | 0.84 | 0 | 0.26 | 0.56 |
| HSL | 161.49º | 0.72% | 0.25% | - |
| HSV(B) | 161.49º | 0.84% | 0.44% | - |
| XYZ | 7.6 | 12.34 | 10.16 | - |
| YUV | 80.59 | 129.36 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 112 | 83 | 0.84 | 0 | 0.26 | 0.56 | 161.49 | 0.72 | 0.25 |
| Hex | 12 | 70 | 53 | 54 | 0 | 1A | 38 | A1 | 48 | 19 |
| Octal | 22 | 160 | 123 | 124 | 0 | 32 | 70 | 241 | 110 | 31 |
| Binary | 10010 | 1110000 | 1010011 | 1010100 | 0 | 11010 | 111000 | 10100001 | 1001000 | 11001 |
Color Harmonies of #127053
Complementary color
Monochromatic Colors of #127053
Black with #127053
Text Example
Text Example
White with #127053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127053; }
p { color: rgb(18,112,83); }
H1.HeaderClassName
{
color: #127053;
}
.AnyTagClassName
{
color: #127053;
}
</style>
background-color css
<style>
a { background-color: #127053; }
a { background-color: rgb(18,112,83); }
div.DivClassName
{
background-color: #127053;
}
.BgClassName
{
background-color: #127053;
}
</style>
border-color css
<style>
span { border-color: #127053; }
span { border-color: rgb(18,112,83); }
td.TdClassName
{
border-color: #127053;
}
.TagClassName
{
border-color: #127053;
}
</style>