Shades of Elm #1A857A
Tints of Elm #1A857A
RGB
CMYK
RGB Variations
Color information
#1A857A (or 0x1A857A) is known color: Elm. HEX triplet: 1A, 85 and 7A. RGB value is (26,133,122). Sum of RGB (Red+Green+Blue) = 26+133+122=281 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.25% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #1A857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A857A is #E57A85. Grayscale: #636363. Windows color (decimal): -15039110 or 8029466. OLE color: 8029466.
HSL color Cylindrical-coordinate representation of color #1A857A: hue angle of 173.83º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A857A is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 133 | 122 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.48 |
| HSL | 173.83º | 0.67% | 0.31% | - |
| HSV(B) | 173.83º | 0.8% | 0.52% | - |
| XYZ | 12.33 | 18.4 | 21.31 | - |
| YUV | 99.75 | 140.55 | 75.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 122 | 0.80 | 0 | 0.08 | 0.48 | 173.83 | 0.67 | 0.31 |
| Hex | 1A | 85 | 7A | 50 | 0 | 8 | 30 | AE | 43 | 1F |
| Octal | 32 | 205 | 172 | 120 | 0 | 10 | 60 | 256 | 103 | 37 |
| Binary | 11010 | 10000101 | 1111010 | 1010000 | 0 | 1000 | 110000 | 10101110 | 1000011 | 11111 |
Color Harmonies of #1A857A
Complementary color
Monochromatic Colors of #1A857A
Black with #1A857A
Text Example
Text Example
White with #1A857A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A857A; }
p { color: rgb(26,133,122); }
H1.HeaderClassName
{
color: #1A857A;
}
.AnyTagClassName
{
color: #1A857A;
}
</style>
background-color css
<style>
a { background-color: #1A857A; }
a { background-color: rgb(26,133,122); }
div.DivClassName
{
background-color: #1A857A;
}
.BgClassName
{
background-color: #1A857A;
}
</style>
border-color css
<style>
span { border-color: #1A857A; }
span { border-color: rgb(26,133,122); }
td.TdClassName
{
border-color: #1A857A;
}
.TagClassName
{
border-color: #1A857A;
}
</style>