Shades of Eden #115C4E
Tints of Eden #115C4E
RGB
CMYK
RGB Variations
Color information
#115C4E (or 0x115C4E) is known color: Eden. HEX triplet: 11, 5C and 4E. RGB value is (17,92,78). Sum of RGB (Red+Green+Blue) = 17+92+78=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 92 (36.33% from 255 or 49.20% from 187); Blue value is 78 (30.86% from 255 or 41.71% from 187); Max value from RGB is 92 - color contains mainly: green. Hex color #115C4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #115C4E is #EEA3B1. Grayscale: #434343. Windows color (decimal): -15639474 or 5135377. OLE color: 5135377.
HSL color Cylindrical-coordinate representation of color #115C4E: hue angle of 168.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #115C4E is Cyan = 0.82, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 17 | 92 | 78 | - |
| CMYK | 0.82 | 0 | 0.15 | 0.64 |
| HSL | 168.8º | 0.69% | 0.21% | - |
| HSV(B) | 168.8º | 0.82% | 0.36% | - |
| XYZ | 5.43 | 8.32 | 8.53 | - |
| YUV | 67.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 92 | 78 | 0.82 | 0 | 0.15 | 0.64 | 168.8 | 0.69 | 0.21 |
| Hex | 11 | 5C | 4E | 52 | 0 | F | 40 | A9 | 45 | 15 |
| Octal | 21 | 134 | 116 | 122 | 0 | 17 | 100 | 251 | 105 | 25 |
| Binary | 10001 | 1011100 | 1001110 | 1010010 | 0 | 1111 | 1000000 | 10101001 | 1000101 | 10101 |
Color Harmonies of #115C4E
Complementary color
Monochromatic Colors of #115C4E
Black with #115C4E
Text Example
Text Example
White with #115C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #115C4E; }
p { color: rgb(17,92,78); }
H1.HeaderClassName
{
color: #115C4E;
}
.AnyTagClassName
{
color: #115C4E;
}
</style>
background-color css
<style>
a { background-color: #115C4E; }
a { background-color: rgb(17,92,78); }
div.DivClassName
{
background-color: #115C4E;
}
.BgClassName
{
background-color: #115C4E;
}
</style>
border-color css
<style>
span { border-color: #115C4E; }
span { border-color: rgb(17,92,78); }
td.TdClassName
{
border-color: #115C4E;
}
.TagClassName
{
border-color: #115C4E;
}
</style>