Shades of Eden #245C59
Tints of Eden #245C59
RGB
CMYK
RGB Variations
Color information
#245C59 (or 0x245C59) is known color: Eden. HEX triplet: 24, 5C and 59. RGB value is (36,92,89). Sum of RGB (Red+Green+Blue) = 36+92+89=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 92 (36.33% from 255 or 42.40% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 92 - color contains mainly: green. Hex color #245C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245C59 is #DBA3A6. Grayscale: #4A4A4A. Windows color (decimal): -14394279 or 5856292. OLE color: 5856292.
HSL color Cylindrical-coordinate representation of color #245C59: hue angle of 176.79º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245C59 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 92 | 89 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.64 |
| HSL | 176.79º | 0.44% | 0.25% | - |
| HSV(B) | 176.79º | 0.61% | 0.36% | - |
| XYZ | 6.36 | 8.75 | 10.81 | - |
| YUV | 74.91 | 135.95 | 100.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 92 | 89 | 0.61 | 0 | 0.03 | 0.64 | 176.79 | 0.44 | 0.25 |
| Hex | 24 | 5C | 59 | 3D | 0 | 3 | 40 | B1 | 2C | 19 |
| Octal | 44 | 134 | 131 | 75 | 0 | 3 | 100 | 261 | 54 | 31 |
| Binary | 100100 | 1011100 | 1011001 | 111101 | 0 | 11 | 1000000 | 10110001 | 101100 | 11001 |
Color Harmonies of #245C59
Complementary color
Monochromatic Colors of #245C59
Black with #245C59
Text Example
Text Example
White with #245C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245C59; }
p { color: rgb(36,92,89); }
H1.HeaderClassName
{
color: #245C59;
}
.AnyTagClassName
{
color: #245C59;
}
</style>
background-color css
<style>
a { background-color: #245C59; }
a { background-color: rgb(36,92,89); }
div.DivClassName
{
background-color: #245C59;
}
.BgClassName
{
background-color: #245C59;
}
</style>
border-color css
<style>
span { border-color: #245C59; }
span { border-color: rgb(36,92,89); }
td.TdClassName
{
border-color: #245C59;
}
.TagClassName
{
border-color: #245C59;
}
</style>