Shades of Elm #1A867F
Tints of Elm #1A867F
RGB
CMYK
RGB Variations
Color information
#1A867F (or 0x1A867F) is known color: Elm. HEX triplet: 1A, 86 and 7F. RGB value is (26,134,127). Sum of RGB (Red+Green+Blue) = 26+134+127=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 127 (50% from 255 or 44.25% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #1A867F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A867F is #E57980. Grayscale: #646464. Windows color (decimal): -15038849 or 8357402. OLE color: 8357402.
HSL color Cylindrical-coordinate representation of color #1A867F: hue angle of 176.11º 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 #1A867F is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 134 | 127 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.47 |
| HSL | 176.11º | 0.68% | 0.31% | - |
| HSV(B) | 176.11º | 0.81% | 0.53% | - |
| XYZ | 12.78 | 18.8 | 23.03 | - |
| YUV | 100.91 | 142.72 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 134 | 127 | 0.81 | 0 | 0.05 | 0.47 | 176.11 | 0.68 | 0.31 |
| Hex | 1A | 86 | 7F | 51 | 0 | 5 | 2F | B0 | 44 | 1F |
| Octal | 32 | 206 | 177 | 121 | 0 | 5 | 57 | 260 | 104 | 37 |
| Binary | 11010 | 10000110 | 1111111 | 1010001 | 0 | 101 | 101111 | 10110000 | 1000100 | 11111 |
Color Harmonies of #1A867F
Complementary color
Monochromatic Colors of #1A867F
Black with #1A867F
Text Example
Text Example
White with #1A867F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A867F; }
p { color: rgb(26,134,127); }
H1.HeaderClassName
{
color: #1A867F;
}
.AnyTagClassName
{
color: #1A867F;
}
</style>
background-color css
<style>
a { background-color: #1A867F; }
a { background-color: rgb(26,134,127); }
div.DivClassName
{
background-color: #1A867F;
}
.BgClassName
{
background-color: #1A867F;
}
</style>
border-color css
<style>
span { border-color: #1A867F; }
span { border-color: rgb(26,134,127); }
td.TdClassName
{
border-color: #1A867F;
}
.TagClassName
{
border-color: #1A867F;
}
</style>