Shades of Eden #1A5A50
Tints of Eden #1A5A50
RGB
CMYK
RGB Variations
Color information
#1A5A50 (or 0x1A5A50) is known color: Eden. HEX triplet: 1A, 5A and 50. RGB value is (26,90,80). Sum of RGB (Red+Green+Blue) = 26+90+80=196 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.27% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 80 (31.64% from 255 or 40.82% from 196); Max value from RGB is 90 - color contains mainly: green. Hex color #1A5A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A5A50 is #E5A5AF. Grayscale: #454545. Windows color (decimal): -15050160 or 5265946. OLE color: 5265946.
HSL color Cylindrical-coordinate representation of color #1A5A50: hue angle of 170.62º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1A5A50 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 26 | 90 | 80 | - |
| CMYK | 0.71 | 0 | 0.11 | 0.65 |
| HSL | 170.63º | 0.55% | 0.23% | - |
| HSV(B) | 170.63º | 0.71% | 0.35% | - |
| XYZ | 5.53 | 8.11 | 8.86 | - |
| YUV | 69.72 | 133.8 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 90 | 80 | 0.71 | 0 | 0.11 | 0.65 | 170.63 | 0.55 | 0.23 |
| Hex | 1A | 5A | 50 | 47 | 0 | B | 41 | AB | 37 | 17 |
| Octal | 32 | 132 | 120 | 107 | 0 | 13 | 101 | 253 | 67 | 27 |
| Binary | 11010 | 1011010 | 1010000 | 1000111 | 0 | 1011 | 1000001 | 10101011 | 110111 | 10111 |
Color Harmonies of #1A5A50
Complementary color
Monochromatic Colors of #1A5A50
Black with #1A5A50
Text Example
Text Example
White with #1A5A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A5A50; }
p { color: rgb(26,90,80); }
H1.HeaderClassName
{
color: #1A5A50;
}
.AnyTagClassName
{
color: #1A5A50;
}
</style>
background-color css
<style>
a { background-color: #1A5A50; }
a { background-color: rgb(26,90,80); }
div.DivClassName
{
background-color: #1A5A50;
}
.BgClassName
{
background-color: #1A5A50;
}
</style>
border-color css
<style>
span { border-color: #1A5A50; }
span { border-color: rgb(26,90,80); }
td.TdClassName
{
border-color: #1A5A50;
}
.TagClassName
{
border-color: #1A5A50;
}
</style>