Shades of Eden #245B50
Tints of Eden #245B50
RGB
CMYK
RGB Variations
Color information
#245B50 (or 0x245B50) is known color: Eden. HEX triplet: 24, 5B and 50. RGB value is (36,91,80). Sum of RGB (Red+Green+Blue) = 36+91+80=207 (27% of max value = 765). Red value is 36 (14.45% from 255 or 17.39% from 207); Green value is 91 (35.94% from 255 or 43.96% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 91 - color contains mainly: green. Hex color #245B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #245B50 is #DBA4AF. Grayscale: #494949. Windows color (decimal): -14394544 or 5266212. OLE color: 5266212.
HSL color Cylindrical-coordinate representation of color #245B50: hue angle of 168º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #245B50 is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 36 | 91 | 80 | - |
| CMYK | 0.60 | 0 | 0.12 | 0.64 |
| HSL | 168º | 0.43% | 0.25% | - |
| HSV(B) | 168º | 0.6% | 0.36% | - |
| XYZ | 5.92 | 8.44 | 8.91 | - |
| YUV | 73.3 | 131.78 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 91 | 80 | 0.60 | 0 | 0.12 | 0.64 | 168 | 0.43 | 0.25 |
| Hex | 24 | 5B | 50 | 3C | 0 | C | 40 | A8 | 2B | 19 |
| Octal | 44 | 133 | 120 | 74 | 0 | 14 | 100 | 250 | 53 | 31 |
| Binary | 100100 | 1011011 | 1010000 | 111100 | 0 | 1100 | 1000000 | 10101000 | 101011 | 11001 |
Color Harmonies of #245B50
Complementary color
Monochromatic Colors of #245B50
Black with #245B50
Text Example
Text Example
White with #245B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #245B50; }
p { color: rgb(36,91,80); }
H1.HeaderClassName
{
color: #245B50;
}
.AnyTagClassName
{
color: #245B50;
}
</style>
background-color css
<style>
a { background-color: #245B50; }
a { background-color: rgb(36,91,80); }
div.DivClassName
{
background-color: #245B50;
}
.BgClassName
{
background-color: #245B50;
}
</style>
border-color css
<style>
span { border-color: #245B50; }
span { border-color: rgb(36,91,80); }
td.TdClassName
{
border-color: #245B50;
}
.TagClassName
{
border-color: #245B50;
}
</style>