Shades of Elm #1A8982
Tints of Elm #1A8982
RGB
CMYK
RGB Variations
Color information
#1A8982 (or 0x1A8982) is known color: Elm. HEX triplet: 1A, 89 and 82. RGB value is (26,137,130). Sum of RGB (Red+Green+Blue) = 26+137+130=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 137 (53.91% from 255 or 46.76% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 137 - color contains mainly: green. Hex color #1A8982 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A8982 is #E5767D. Grayscale: #666666. Windows color (decimal): -15038078 or 8554778. OLE color: 8554778.
HSL color Cylindrical-coordinate representation of color #1A8982: hue angle of 176.22º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A8982 is Cyan = 0.81, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 26 | 137 | 130 | - |
| CMYK | 0.81 | 0 | 0.05 | 0.46 |
| HSL | 176.22º | 0.68% | 0.32% | - |
| HSV(B) | 176.22º | 0.81% | 0.54% | - |
| XYZ | 13.4 | 19.72 | 24.22 | - |
| YUV | 103.01 | 143.23 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 137 | 130 | 0.81 | 0 | 0.05 | 0.46 | 176.22 | 0.68 | 0.32 |
| Hex | 1A | 89 | 82 | 51 | 0 | 5 | 2E | B0 | 44 | 20 |
| Octal | 32 | 211 | 202 | 121 | 0 | 5 | 56 | 260 | 104 | 40 |
| Binary | 11010 | 10001001 | 10000010 | 1010001 | 0 | 101 | 101110 | 10110000 | 1000100 | 100000 |
Color Harmonies of #1A8982
Complementary color
Monochromatic Colors of #1A8982
Black with #1A8982
Text Example
Text Example
White with #1A8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A8982; }
p { color: rgb(26,137,130); }
H1.HeaderClassName
{
color: #1A8982;
}
.AnyTagClassName
{
color: #1A8982;
}
</style>
background-color css
<style>
a { background-color: #1A8982; }
a { background-color: rgb(26,137,130); }
div.DivClassName
{
background-color: #1A8982;
}
.BgClassName
{
background-color: #1A8982;
}
</style>
border-color css
<style>
span { border-color: #1A8982; }
span { border-color: rgb(26,137,130); }
td.TdClassName
{
border-color: #1A8982;
}
.TagClassName
{
border-color: #1A8982;
}
</style>