Shades of Salem #1E6F51
Tints of Salem #1E6F51
RGB
CMYK
RGB Variations
Color information
#1E6F51 (or 0x1E6F51) is known color: Salem. HEX triplet: 1E, 6F and 51. RGB value is (30,111,81). Sum of RGB (Red+Green+Blue) = 30+111+81=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 111 (43.75% from 255 or 50% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 111 - color contains mainly: green. Hex color #1E6F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6F51 is #E190AE. Grayscale: #535353. Windows color (decimal): -14782639 or 5336862. OLE color: 5336862.
HSL color Cylindrical-coordinate representation of color #1E6F51: hue angle of 157.78º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E6F51 is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 111 | 81 | - |
| CMYK | 0.73 | 0 | 0.27 | 0.56 |
| HSL | 157.78º | 0.57% | 0.28% | - |
| HSV(B) | 157.78º | 0.73% | 0.44% | - |
| XYZ | 7.71 | 12.24 | 9.74 | - |
| YUV | 83.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 111 | 81 | 0.73 | 0 | 0.27 | 0.56 | 157.78 | 0.57 | 0.28 |
| Hex | 1E | 6F | 51 | 49 | 0 | 1B | 38 | 9E | 39 | 1C |
| Octal | 36 | 157 | 121 | 111 | 0 | 33 | 70 | 236 | 71 | 34 |
| Binary | 11110 | 1101111 | 1010001 | 1001001 | 0 | 11011 | 111000 | 10011110 | 111001 | 11100 |
Color Harmonies of #1E6F51
Complementary color
Monochromatic Colors of #1E6F51
Black with #1E6F51
Text Example
Text Example
White with #1E6F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6F51; }
p { color: rgb(30,111,81); }
H1.HeaderClassName
{
color: #1E6F51;
}
.AnyTagClassName
{
color: #1E6F51;
}
</style>
background-color css
<style>
a { background-color: #1E6F51; }
a { background-color: rgb(30,111,81); }
div.DivClassName
{
background-color: #1E6F51;
}
.BgClassName
{
background-color: #1E6F51;
}
</style>
border-color css
<style>
span { border-color: #1E6F51; }
span { border-color: rgb(30,111,81); }
td.TdClassName
{
border-color: #1E6F51;
}
.TagClassName
{
border-color: #1E6F51;
}
</style>