Shades of Salem #127152
Tints of Salem #127152
RGB
CMYK
RGB Variations
Color information
#127152 (or 0x127152) is known color: Salem. HEX triplet: 12, 71 and 52. RGB value is (18,113,82). Sum of RGB (Red+Green+Blue) = 18+113+82=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 113 (44.53% from 255 or 53.05% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 113 - color contains mainly: green. Hex color #127152 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #127152 is #ED8EAD. Grayscale: #515151. Windows color (decimal): -15568558 or 5402898. OLE color: 5402898.
HSL color Cylindrical-coordinate representation of color #127152: hue angle of 160.42º 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 #127152 is Cyan = 0.84, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 113 | 82 | - |
| CMYK | 0.84 | 0 | 0.27 | 0.56 |
| HSL | 160.42º | 0.73% | 0.26% | - |
| HSV(B) | 160.42º | 0.84% | 0.44% | - |
| XYZ | 7.68 | 12.55 | 10 | - |
| YUV | 81.06 | 128.53 | 83.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 113 | 82 | 0.84 | 0 | 0.27 | 0.56 | 160.42 | 0.73 | 0.26 |
| Hex | 12 | 71 | 52 | 54 | 0 | 1B | 38 | A0 | 49 | 1A |
| Octal | 22 | 161 | 122 | 124 | 0 | 33 | 70 | 240 | 111 | 32 |
| Binary | 10010 | 1110001 | 1010010 | 1010100 | 0 | 11011 | 111000 | 10100000 | 1001001 | 11010 |
Color Harmonies of #127152
Complementary color
Monochromatic Colors of #127152
Black with #127152
Text Example
Text Example
White with #127152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #127152; }
p { color: rgb(18,113,82); }
H1.HeaderClassName
{
color: #127152;
}
.AnyTagClassName
{
color: #127152;
}
</style>
background-color css
<style>
a { background-color: #127152; }
a { background-color: rgb(18,113,82); }
div.DivClassName
{
background-color: #127152;
}
.BgClassName
{
background-color: #127152;
}
</style>
border-color css
<style>
span { border-color: #127152; }
span { border-color: rgb(18,113,82); }
td.TdClassName
{
border-color: #127152;
}
.TagClassName
{
border-color: #127152;
}
</style>