Shades of Eden #115A4E
Tints of Eden #115A4E
RGB
CMYK
RGB Variations
Color information
#115A4E (or 0x115A4E) is known color: Eden. HEX triplet: 11, 5A and 4E. RGB value is (17,90,78). Sum of RGB (Red+Green+Blue) = 17+90+78=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #115A4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115A4E is #EEA5B1. Grayscale: #424242. Windows color (decimal): -15639986 or 5134865. OLE color: 5134865.
HSL color Cylindrical-coordinate representation of color #115A4E: hue angle of 170.14º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #115A4E is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 17 | 90 | 78 | - |
| CMYK | 0.81 | 0 | 0.13 | 0.65 |
| HSL | 170.14º | 0.68% | 0.21% | - |
| HSV(B) | 170.14º | 0.81% | 0.35% | - |
| XYZ | 5.26 | 7.98 | 8.47 | - |
| YUV | 66.81 | 134.32 | 92.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 90 | 78 | 0.81 | 0 | 0.13 | 0.65 | 170.14 | 0.68 | 0.21 |
| Hex | 11 | 5A | 4E | 51 | 0 | D | 41 | AA | 44 | 15 |
| Octal | 21 | 132 | 116 | 121 | 0 | 15 | 101 | 252 | 104 | 25 |
| Binary | 10001 | 1011010 | 1001110 | 1010001 | 0 | 1101 | 1000001 | 10101010 | 1000100 | 10101 |
Color Harmonies of #115A4E
Complementary color
Monochromatic Colors of #115A4E
Black with #115A4E
Text Example
Text Example
White with #115A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115A4E; }
p { color: rgb(17,90,78); }
H1.HeaderClassName
{
color: #115A4E;
}
.AnyTagClassName
{
color: #115A4E;
}
</style>
background-color css
<style>
a { background-color: #115A4E; }
a { background-color: rgb(17,90,78); }
div.DivClassName
{
background-color: #115A4E;
}
.BgClassName
{
background-color: #115A4E;
}
</style>
border-color css
<style>
span { border-color: #115A4E; }
span { border-color: rgb(17,90,78); }
td.TdClassName
{
border-color: #115A4E;
}
.TagClassName
{
border-color: #115A4E;
}
</style>