Shades of Eden #1A6D58
Tints of Eden #1A6D58
RGB
CMYK
RGB Variations
Color information
#1A6D58 (or 0x1A6D58) is known color: Eden. HEX triplet: 1A, 6D and 58. RGB value is (26,109,88). Sum of RGB (Red+Green+Blue) = 26+109+88=223 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.66% from 223); Green value is 109 (42.97% from 255 or 48.88% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 109 - color contains mainly: green. Hex color #1A6D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A6D58 is #E592A7. Grayscale: #515151. Windows color (decimal): -15045288 or 5795098. OLE color: 5795098.
HSL color Cylindrical-coordinate representation of color #1A6D58: hue angle of 164.82º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A6D58 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 26 | 109 | 88 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.57 |
| HSL | 164.82º | 0.61% | 0.26% | - |
| HSV(B) | 164.82º | 0.76% | 0.43% | - |
| XYZ | 7.66 | 11.86 | 11.12 | - |
| YUV | 81.79 | 131.5 | 88.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 109 | 88 | 0.76 | 0 | 0.19 | 0.57 | 164.82 | 0.61 | 0.26 |
| Hex | 1A | 6D | 58 | 4C | 0 | 13 | 39 | A5 | 3D | 1A |
| Octal | 32 | 155 | 130 | 114 | 0 | 23 | 71 | 245 | 75 | 32 |
| Binary | 11010 | 1101101 | 1011000 | 1001100 | 0 | 10011 | 111001 | 10100101 | 111101 | 11010 |
Color Harmonies of #1A6D58
Complementary color
Monochromatic Colors of #1A6D58
Black with #1A6D58
Text Example
Text Example
White with #1A6D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A6D58; }
p { color: rgb(26,109,88); }
H1.HeaderClassName
{
color: #1A6D58;
}
.AnyTagClassName
{
color: #1A6D58;
}
</style>
background-color css
<style>
a { background-color: #1A6D58; }
a { background-color: rgb(26,109,88); }
div.DivClassName
{
background-color: #1A6D58;
}
.BgClassName
{
background-color: #1A6D58;
}
</style>
border-color css
<style>
span { border-color: #1A6D58; }
span { border-color: rgb(26,109,88); }
td.TdClassName
{
border-color: #1A6D58;
}
.TagClassName
{
border-color: #1A6D58;
}
</style>