Shades of Elm #1A8784
Tints of Elm #1A8784
RGB
CMYK
RGB Variations
Color information
#1A8784 (or 0x1A8784) is known color: Elm. HEX triplet: 1A, 87 and 84. RGB value is (26,135,132). Sum of RGB (Red+Green+Blue) = 26+135+132=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 135 (53.12% from 255 or 46.08% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 135 - color contains mainly: green. Hex color #1A8784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8784 is #E5787B. Grayscale: #656565. Windows color (decimal): -15038588 or 8685338. OLE color: 8685338.
HSL color Cylindrical-coordinate representation of color #1A8784: hue angle of 178.35º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8784 is Cyan = 0.81, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 26 | 135 | 132 | - |
| CMYK | 0.81 | 0 | 0.02 | 0.47 |
| HSL | 178.35º | 0.68% | 0.32% | - |
| HSV(B) | 178.35º | 0.81% | 0.53% | - |
| XYZ | 13.25 | 19.21 | 24.84 | - |
| YUV | 102.07 | 144.89 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 135 | 132 | 0.81 | 0 | 0.02 | 0.47 | 178.35 | 0.68 | 0.32 |
| Hex | 1A | 87 | 84 | 51 | 0 | 2 | 2F | B2 | 44 | 20 |
| Octal | 32 | 207 | 204 | 121 | 0 | 2 | 57 | 262 | 104 | 40 |
| Binary | 11010 | 10000111 | 10000100 | 1010001 | 0 | 10 | 101111 | 10110010 | 1000100 | 100000 |
Color Harmonies of #1A8784
Complementary color
Monochromatic Colors of #1A8784
Black with #1A8784
Text Example
Text Example
White with #1A8784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8784; }
p { color: rgb(26,135,132); }
H1.HeaderClassName
{
color: #1A8784;
}
.AnyTagClassName
{
color: #1A8784;
}
</style>
background-color css
<style>
a { background-color: #1A8784; }
a { background-color: rgb(26,135,132); }
div.DivClassName
{
background-color: #1A8784;
}
.BgClassName
{
background-color: #1A8784;
}
</style>
border-color css
<style>
span { border-color: #1A8784; }
span { border-color: rgb(26,135,132); }
td.TdClassName
{
border-color: #1A8784;
}
.TagClassName
{
border-color: #1A8784;
}
</style>