Shades of Elm #1E6E6F
Tints of Elm #1E6E6F
RGB
CMYK
RGB Variations
Color information
#1E6E6F (or 0x1E6E6F) is known color: Elm. HEX triplet: 1E, 6E and 6F. RGB value is (30,110,111). Sum of RGB (Red+Green+Blue) = 30+110+111=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 111 - color contains mainly: blue. Hex color #1E6E6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6E6F is #E19190. Grayscale: #565656. Windows color (decimal): -14782865 or 7302686. OLE color: 7302686.
HSL color Cylindrical-coordinate representation of color #1E6E6F: hue angle of 180.74º 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 #1E6E6F is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 30 | 110 | 111 | - |
| CMYK | 0.73 | 0.01 | 0 | 0.56 |
| HSL | 180.74º | 0.57% | 0.28% | - |
| HSV(B) | 180.74º | 0.73% | 0.44% | - |
| XYZ | 8.98 | 12.58 | 16.99 | - |
| YUV | 86.19 | 142 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 110 | 111 | 0.73 | 0.01 | 0 | 0.56 | 180.74 | 0.57 | 0.28 |
| Hex | 1E | 6E | 6F | 49 | 1 | 0 | 38 | B5 | 39 | 1C |
| Octal | 36 | 156 | 157 | 111 | 1 | 0 | 70 | 265 | 71 | 34 |
| Binary | 11110 | 1101110 | 1101111 | 1001001 | 1 | 0 | 111000 | 10110101 | 111001 | 11100 |
Color Harmonies of #1E6E6F
Complementary color
Monochromatic Colors of #1E6E6F
Black with #1E6E6F
Text Example
Text Example
White with #1E6E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E6E6F; }
p { color: rgb(30,110,111); }
H1.HeaderClassName
{
color: #1E6E6F;
}
.AnyTagClassName
{
color: #1E6E6F;
}
</style>
background-color css
<style>
a { background-color: #1E6E6F; }
a { background-color: rgb(30,110,111); }
div.DivClassName
{
background-color: #1E6E6F;
}
.BgClassName
{
background-color: #1E6E6F;
}
</style>
border-color css
<style>
span { border-color: #1E6E6F; }
span { border-color: rgb(30,110,111); }
td.TdClassName
{
border-color: #1E6E6F;
}
.TagClassName
{
border-color: #1E6E6F;
}
</style>