Shades of Eden #235D59
Tints of Eden #235D59
RGB
CMYK
RGB Variations
Color information
#235D59 (or 0x235D59) is known color: Eden. HEX triplet: 23, 5D and 59. RGB value is (35,93,89). Sum of RGB (Red+Green+Blue) = 35+93+89=217 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.13% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #235D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235D59 is #DCA2A6. Grayscale: #4B4B4B. Windows color (decimal): -14459559 or 5856547. OLE color: 5856547.
HSL color Cylindrical-coordinate representation of color #235D59: hue angle of 175.86º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #235D59 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 93 | 89 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.64 |
| HSL | 175.86º | 0.45% | 0.25% | - |
| HSV(B) | 175.86º | 0.62% | 0.36% | - |
| XYZ | 6.41 | 8.91 | 10.83 | - |
| YUV | 75.2 | 135.78 | 99.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 93 | 89 | 0.62 | 0 | 0.04 | 0.64 | 175.86 | 0.45 | 0.25 |
| Hex | 23 | 5D | 59 | 3E | 0 | 4 | 40 | B0 | 2D | 19 |
| Octal | 43 | 135 | 131 | 76 | 0 | 4 | 100 | 260 | 55 | 31 |
| Binary | 100011 | 1011101 | 1011001 | 111110 | 0 | 100 | 1000000 | 10110000 | 101101 | 11001 |
Color Harmonies of #235D59
Complementary color
Monochromatic Colors of #235D59
Black with #235D59
Text Example
Text Example
White with #235D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235D59; }
p { color: rgb(35,93,89); }
H1.HeaderClassName
{
color: #235D59;
}
.AnyTagClassName
{
color: #235D59;
}
</style>
background-color css
<style>
a { background-color: #235D59; }
a { background-color: rgb(35,93,89); }
div.DivClassName
{
background-color: #235D59;
}
.BgClassName
{
background-color: #235D59;
}
</style>
border-color css
<style>
span { border-color: #235D59; }
span { border-color: rgb(35,93,89); }
td.TdClassName
{
border-color: #235D59;
}
.TagClassName
{
border-color: #235D59;
}
</style>