Shades of Elm #1A857B
Tints of Elm #1A857B
RGB
CMYK
RGB Variations
Color information
#1A857B (or 0x1A857B) is known color: Elm. HEX triplet: 1A, 85 and 7B. RGB value is (26,133,123). Sum of RGB (Red+Green+Blue) = 26+133+123=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 133 (52.34% from 255 or 47.16% from 282); Blue value is 123 (48.44% from 255 or 43.62% from 282); Max value from RGB is 133 - color contains mainly: green. Hex color #1A857B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1A857B is #E57A84. Grayscale: #636363. Windows color (decimal): -15039109 or 8095002. OLE color: 8095002.
HSL color Cylindrical-coordinate representation of color #1A857B: hue angle of 174.39º 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 #1A857B is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 26 | 133 | 123 | - |
| CMYK | 0.80 | 0 | 0.08 | 0.48 |
| HSL | 174.39º | 0.67% | 0.31% | - |
| HSV(B) | 174.39º | 0.8% | 0.52% | - |
| XYZ | 12.39 | 18.42 | 21.64 | - |
| YUV | 99.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 133 | 123 | 0.80 | 0 | 0.08 | 0.48 | 174.39 | 0.67 | 0.31 |
| Hex | 1A | 85 | 7B | 50 | 0 | 8 | 30 | AE | 43 | 1F |
| Octal | 32 | 205 | 173 | 120 | 0 | 10 | 60 | 256 | 103 | 37 |
| Binary | 11010 | 10000101 | 1111011 | 1010000 | 0 | 1000 | 110000 | 10101110 | 1000011 | 11111 |
Color Harmonies of #1A857B
Complementary color
Monochromatic Colors of #1A857B
Black with #1A857B
Text Example
Text Example
White with #1A857B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A857B; }
p { color: rgb(26,133,123); }
H1.HeaderClassName
{
color: #1A857B;
}
.AnyTagClassName
{
color: #1A857B;
}
</style>
background-color css
<style>
a { background-color: #1A857B; }
a { background-color: rgb(26,133,123); }
div.DivClassName
{
background-color: #1A857B;
}
.BgClassName
{
background-color: #1A857B;
}
</style>
border-color css
<style>
span { border-color: #1A857B; }
span { border-color: rgb(26,133,123); }
td.TdClassName
{
border-color: #1A857B;
}
.TagClassName
{
border-color: #1A857B;
}
</style>