Shades of Elm #1A867E
Tints of Elm #1A867E
RGB
CMYK
RGB Variations
Color information
#1A867E (or 0x1A867E) is known color: Elm. HEX triplet: 1A, 86 and 7E. RGB value is (26,134,126). Sum of RGB (Red+Green+Blue) = 26+134+126=286 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.09% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 126 (49.61% from 255 or 44.06% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #1A867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A867E is #E57981. Grayscale: #646464. Windows color (decimal): -15038850 or 8291866. OLE color: 8291866.
HSL color Cylindrical-coordinate representation of color #1A867E: hue angle of 175.56º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A867E is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 126 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.47 |
| HSL | 175.56º | 0.68% | 0.31% | - |
| HSV(B) | 175.56º | 0.81% | 0.53% | - |
| XYZ | 12.72 | 18.78 | 22.69 | - |
| YUV | 100.8 | 142.22 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 126 | 0.81 | 0 | 0.06 | 0.47 | 175.56 | 0.68 | 0.31 |
| Hex | 1A | 86 | 7E | 51 | 0 | 6 | 2F | B0 | 44 | 1F |
| Octal | 32 | 206 | 176 | 121 | 0 | 6 | 57 | 260 | 104 | 37 |
| Binary | 11010 | 10000110 | 1111110 | 1010001 | 0 | 110 | 101111 | 10110000 | 1000100 | 11111 |
Color Harmonies of #1A867E
Complementary color
Monochromatic Colors of #1A867E
Black with #1A867E
Text Example
Text Example
White with #1A867E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A867E; }
p { color: rgb(26,134,126); }
H1.HeaderClassName
{
color: #1A867E;
}
.AnyTagClassName
{
color: #1A867E;
}
</style>
background-color css
<style>
a { background-color: #1A867E; }
a { background-color: rgb(26,134,126); }
div.DivClassName
{
background-color: #1A867E;
}
.BgClassName
{
background-color: #1A867E;
}
</style>
border-color css
<style>
span { border-color: #1A867E; }
span { border-color: rgb(26,134,126); }
td.TdClassName
{
border-color: #1A867E;
}
.TagClassName
{
border-color: #1A867E;
}
</style>