Shades of Eden #1A5650
Tints of Eden #1A5650
RGB
CMYK
RGB Variations
Color information
#1A5650 (or 0x1A5650) is known color: Eden. HEX triplet: 1A, 56 and 50. RGB value is (26,86,80). Sum of RGB (Red+Green+Blue) = 26+86+80=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 86 (33.98% from 255 or 44.79% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 86 - color contains mainly: green. Hex color #1A5650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5650 is #E5A9AF. Grayscale: #434343. Windows color (decimal): -15051184 or 5264922. OLE color: 5264922.
HSL color Cylindrical-coordinate representation of color #1A5650: hue angle of 174º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1A5650 is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 86 | 80 | - |
| CMYK | 0.70 | 0 | 0.07 | 0.66 |
| HSL | 174º | 0.54% | 0.22% | - |
| HSV(B) | 174º | 0.7% | 0.34% | - |
| XYZ | 5.2 | 7.45 | 8.75 | - |
| YUV | 67.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 80 | 0.70 | 0 | 0.07 | 0.66 | 174 | 0.54 | 0.22 |
| Hex | 1A | 56 | 50 | 46 | 0 | 7 | 42 | AE | 36 | 16 |
| Octal | 32 | 126 | 120 | 106 | 0 | 7 | 102 | 256 | 66 | 26 |
| Binary | 11010 | 1010110 | 1010000 | 1000110 | 0 | 111 | 1000010 | 10101110 | 110110 | 10110 |
Color Harmonies of #1A5650
Complementary color
Monochromatic Colors of #1A5650
Black with #1A5650
Text Example
Text Example
White with #1A5650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5650; }
p { color: rgb(26,86,80); }
H1.HeaderClassName
{
color: #1A5650;
}
.AnyTagClassName
{
color: #1A5650;
}
</style>
background-color css
<style>
a { background-color: #1A5650; }
a { background-color: rgb(26,86,80); }
div.DivClassName
{
background-color: #1A5650;
}
.BgClassName
{
background-color: #1A5650;
}
</style>
border-color css
<style>
span { border-color: #1A5650; }
span { border-color: rgb(26,86,80); }
td.TdClassName
{
border-color: #1A5650;
}
.TagClassName
{
border-color: #1A5650;
}
</style>