Shades of Eden #1A5651
Tints of Eden #1A5651
RGB
CMYK
RGB Variations
Color information
#1A5651 (or 0x1A5651) is known color: Eden. HEX triplet: 1A, 56 and 51. RGB value is (26,86,81). Sum of RGB (Red+Green+Blue) = 26+86+81=193 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.47% from 193); Green value is 86 (33.98% from 255 or 44.56% from 193); Blue value is 81 (32.03% from 255 or 41.97% from 193); Max value from RGB is 86 - color contains mainly: green. Hex color #1A5651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5651 is #E5A9AE. Grayscale: #434343. Windows color (decimal): -15051183 or 5330458. OLE color: 5330458.
HSL color Cylindrical-coordinate representation of color #1A5651: hue angle of 175º 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 #1A5651 is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 26 | 86 | 81 | - |
| CMYK | 0.70 | 0 | 0.06 | 0.66 |
| HSL | 175º | 0.54% | 0.22% | - |
| HSV(B) | 175º | 0.7% | 0.34% | - |
| XYZ | 5.24 | 7.47 | 8.95 | - |
| YUV | 67.49 | 135.62 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 86 | 81 | 0.70 | 0 | 0.06 | 0.66 | 175 | 0.54 | 0.22 |
| Hex | 1A | 56 | 51 | 46 | 0 | 6 | 42 | AF | 36 | 16 |
| Octal | 32 | 126 | 121 | 106 | 0 | 6 | 102 | 257 | 66 | 26 |
| Binary | 11010 | 1010110 | 1010001 | 1000110 | 0 | 110 | 1000010 | 10101111 | 110110 | 10110 |
Color Harmonies of #1A5651
Complementary color
Monochromatic Colors of #1A5651
Black with #1A5651
Text Example
Text Example
White with #1A5651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5651; }
p { color: rgb(26,86,81); }
H1.HeaderClassName
{
color: #1A5651;
}
.AnyTagClassName
{
color: #1A5651;
}
</style>
background-color css
<style>
a { background-color: #1A5651; }
a { background-color: rgb(26,86,81); }
div.DivClassName
{
background-color: #1A5651;
}
.BgClassName
{
background-color: #1A5651;
}
</style>
border-color css
<style>
span { border-color: #1A5651; }
span { border-color: rgb(26,86,81); }
td.TdClassName
{
border-color: #1A5651;
}
.TagClassName
{
border-color: #1A5651;
}
</style>