Shades of Eden #235E59
Tints of Eden #235E59
RGB
CMYK
RGB Variations
Color information
#235E59 (or 0x235E59) is known color: Eden. HEX triplet: 23, 5E and 59. RGB value is (35,94,89). Sum of RGB (Red+Green+Blue) = 35+94+89=218 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.06% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 89 (35.16% from 255 or 40.83% from 218); Max value from RGB is 94 - color contains mainly: green. Hex color #235E59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235E59 is #DCA1A6. Grayscale: #4B4B4B. Windows color (decimal): -14459303 or 5856803. OLE color: 5856803.
HSL color Cylindrical-coordinate representation of color #235E59: hue angle of 174.92º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #235E59 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 94 | 89 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.63 |
| HSL | 174.92º | 0.46% | 0.25% | - |
| HSV(B) | 174.92º | 0.63% | 0.37% | - |
| XYZ | 6.5 | 9.08 | 10.86 | - |
| YUV | 75.79 | 135.45 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 89 | 0.63 | 0 | 0.05 | 0.63 | 174.92 | 0.46 | 0.25 |
| Hex | 23 | 5E | 59 | 3F | 0 | 5 | 3F | AF | 2E | 19 |
| Octal | 43 | 136 | 131 | 77 | 0 | 5 | 77 | 257 | 56 | 31 |
| Binary | 100011 | 1011110 | 1011001 | 111111 | 0 | 101 | 111111 | 10101111 | 101110 | 11001 |
Color Harmonies of #235E59
Complementary color
Monochromatic Colors of #235E59
Black with #235E59
Text Example
Text Example
White with #235E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E59; }
p { color: rgb(35,94,89); }
H1.HeaderClassName
{
color: #235E59;
}
.AnyTagClassName
{
color: #235E59;
}
</style>
background-color css
<style>
a { background-color: #235E59; }
a { background-color: rgb(35,94,89); }
div.DivClassName
{
background-color: #235E59;
}
.BgClassName
{
background-color: #235E59;
}
</style>
border-color css
<style>
span { border-color: #235E59; }
span { border-color: rgb(35,94,89); }
td.TdClassName
{
border-color: #235E59;
}
.TagClassName
{
border-color: #235E59;
}
</style>