Shades of Eden #235C59
Tints of Eden #235C59
RGB
CMYK
RGB Variations
Color information
#235C59 (or 0x235C59) is known color: Eden. HEX triplet: 23, 5C and 59. RGB value is (35,92,89). Sum of RGB (Red+Green+Blue) = 35+92+89=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 92 (36.33% from 255 or 42.59% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 92 - color contains mainly: green. Hex color #235C59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C59 is #DCA3A6. Grayscale: #4A4A4A. Windows color (decimal): -14459815 or 5856291. OLE color: 5856291.
HSL color Cylindrical-coordinate representation of color #235C59: hue angle of 176.84º 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 #235C59 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 89 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.64 |
| HSL | 176.84º | 0.45% | 0.25% | - |
| HSV(B) | 176.84º | 0.62% | 0.36% | - |
| XYZ | 6.32 | 8.73 | 10.8 | - |
| YUV | 74.62 | 136.12 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 89 | 0.62 | 0 | 0.03 | 0.64 | 176.84 | 0.45 | 0.25 |
| Hex | 23 | 5C | 59 | 3E | 0 | 3 | 40 | B1 | 2D | 19 |
| Octal | 43 | 134 | 131 | 76 | 0 | 3 | 100 | 261 | 55 | 31 |
| Binary | 100011 | 1011100 | 1011001 | 111110 | 0 | 11 | 1000000 | 10110001 | 101101 | 11001 |
Color Harmonies of #235C59
Complementary color
Monochromatic Colors of #235C59
Black with #235C59
Text Example
Text Example
White with #235C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C59; }
p { color: rgb(35,92,89); }
H1.HeaderClassName
{
color: #235C59;
}
.AnyTagClassName
{
color: #235C59;
}
</style>
background-color css
<style>
a { background-color: #235C59; }
a { background-color: rgb(35,92,89); }
div.DivClassName
{
background-color: #235C59;
}
.BgClassName
{
background-color: #235C59;
}
</style>
border-color css
<style>
span { border-color: #235C59; }
span { border-color: rgb(35,92,89); }
td.TdClassName
{
border-color: #235C59;
}
.TagClassName
{
border-color: #235C59;
}
</style>