Shades of Eden #246255
Tints of Eden #246255
RGB
CMYK
RGB Variations
Color information
#246255 (or 0x246255) is known color: Eden. HEX triplet: 24, 62 and 55. RGB value is (36,98,85). Sum of RGB (Red+Green+Blue) = 36+98+85=219 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.44% from 219); Green value is 98 (38.67% from 255 or 44.75% from 219); Blue value is 85 (33.59% from 255 or 38.81% from 219); Max value from RGB is 98 - color contains mainly: green. Hex color #246255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #246255 is #DB9DAA. Grayscale: #4D4D4D. Windows color (decimal): -14392747 or 5595684. OLE color: 5595684.
HSL color Cylindrical-coordinate representation of color #246255: hue angle of 167.42º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #246255 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 36 | 98 | 85 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.62 |
| HSL | 167.42º | 0.46% | 0.26% | - |
| HSV(B) | 167.42º | 0.63% | 0.38% | - |
| XYZ | 6.73 | 9.77 | 10.12 | - |
| YUV | 77.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 98 | 85 | 0.63 | 0 | 0.13 | 0.62 | 167.42 | 0.46 | 0.26 |
| Hex | 24 | 62 | 55 | 3F | 0 | D | 3E | A7 | 2E | 1A |
| Octal | 44 | 142 | 125 | 77 | 0 | 15 | 76 | 247 | 56 | 32 |
| Binary | 100100 | 1100010 | 1010101 | 111111 | 0 | 1101 | 111110 | 10100111 | 101110 | 11010 |
Color Harmonies of #246255
Complementary color
Monochromatic Colors of #246255
Black with #246255
Text Example
Text Example
White with #246255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #246255; }
p { color: rgb(36,98,85); }
H1.HeaderClassName
{
color: #246255;
}
.AnyTagClassName
{
color: #246255;
}
</style>
background-color css
<style>
a { background-color: #246255; }
a { background-color: rgb(36,98,85); }
div.DivClassName
{
background-color: #246255;
}
.BgClassName
{
background-color: #246255;
}
</style>
border-color css
<style>
span { border-color: #246255; }
span { border-color: rgb(36,98,85); }
td.TdClassName
{
border-color: #246255;
}
.TagClassName
{
border-color: #246255;
}
</style>