Shades of Eden #1A6E5B
Tints of Eden #1A6E5B
RGB
CMYK
RGB Variations
Color information
#1A6E5B (or 0x1A6E5B) is known color: Eden. HEX triplet: 1A, 6E and 5B. RGB value is (26,110,91). Sum of RGB (Red+Green+Blue) = 26+110+91=227 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.45% from 227); Green value is 110 (43.36% from 255 or 48.46% from 227); Blue value is 91 (35.94% from 255 or 40.09% from 227); Max value from RGB is 110 - color contains mainly: green. Hex color #1A6E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6E5B is #E591A4. Grayscale: #525252. Windows color (decimal): -15045029 or 5991962. OLE color: 5991962.
HSL color Cylindrical-coordinate representation of color #1A6E5B: hue angle of 166.43º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6E5B is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 110 | 91 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.57 |
| HSL | 166.43º | 0.62% | 0.27% | - |
| HSV(B) | 166.43º | 0.76% | 0.43% | - |
| XYZ | 7.89 | 12.13 | 11.82 | - |
| YUV | 82.72 | 132.67 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 110 | 91 | 0.76 | 0 | 0.17 | 0.57 | 166.43 | 0.62 | 0.27 |
| Hex | 1A | 6E | 5B | 4C | 0 | 11 | 39 | A6 | 3E | 1B |
| Octal | 32 | 156 | 133 | 114 | 0 | 21 | 71 | 246 | 76 | 33 |
| Binary | 11010 | 1101110 | 1011011 | 1001100 | 0 | 10001 | 111001 | 10100110 | 111110 | 11011 |
Color Harmonies of #1A6E5B
Complementary color
Monochromatic Colors of #1A6E5B
Black with #1A6E5B
Text Example
Text Example
White with #1A6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6E5B; }
p { color: rgb(26,110,91); }
H1.HeaderClassName
{
color: #1A6E5B;
}
.AnyTagClassName
{
color: #1A6E5B;
}
</style>
background-color css
<style>
a { background-color: #1A6E5B; }
a { background-color: rgb(26,110,91); }
div.DivClassName
{
background-color: #1A6E5B;
}
.BgClassName
{
background-color: #1A6E5B;
}
</style>
border-color css
<style>
span { border-color: #1A6E5B; }
span { border-color: rgb(26,110,91); }
td.TdClassName
{
border-color: #1A6E5B;
}
.TagClassName
{
border-color: #1A6E5B;
}
</style>