Shades of Eden #245A56
Tints of Eden #245A56
RGB
CMYK
RGB Variations
Color information
#245A56 (or 0x245A56) is known color: Eden. HEX triplet: 24, 5A and 56. RGB value is (36,90,86). Sum of RGB (Red+Green+Blue) = 36+90+86=212 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.98% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 86 (33.98% from 255 or 40.57% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #245A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245A56 is #DBA5A9. Grayscale: #494949. Windows color (decimal): -14394794 or 5659172. OLE color: 5659172.
HSL color Cylindrical-coordinate representation of color #245A56: hue angle of 175.56º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245A56 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 36 | 90 | 86 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.65 |
| HSL | 175.56º | 0.43% | 0.25% | - |
| HSV(B) | 175.56º | 0.6% | 0.35% | - |
| XYZ | 6.06 | 8.36 | 10.1 | - |
| YUV | 73.4 | 135.11 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 90 | 86 | 0.60 | 0 | 0.04 | 0.65 | 175.56 | 0.43 | 0.25 |
| Hex | 24 | 5A | 56 | 3C | 0 | 4 | 41 | B0 | 2B | 19 |
| Octal | 44 | 132 | 126 | 74 | 0 | 4 | 101 | 260 | 53 | 31 |
| Binary | 100100 | 1011010 | 1010110 | 111100 | 0 | 100 | 1000001 | 10110000 | 101011 | 11001 |
Color Harmonies of #245A56
Complementary color
Monochromatic Colors of #245A56
Black with #245A56
Text Example
Text Example
White with #245A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245A56; }
p { color: rgb(36,90,86); }
H1.HeaderClassName
{
color: #245A56;
}
.AnyTagClassName
{
color: #245A56;
}
</style>
background-color css
<style>
a { background-color: #245A56; }
a { background-color: rgb(36,90,86); }
div.DivClassName
{
background-color: #245A56;
}
.BgClassName
{
background-color: #245A56;
}
</style>
border-color css
<style>
span { border-color: #245A56; }
span { border-color: rgb(36,90,86); }
td.TdClassName
{
border-color: #245A56;
}
.TagClassName
{
border-color: #245A56;
}
</style>