Shades of Eden #235E53
Tints of Eden #235E53
RGB
CMYK
RGB Variations
Color information
#235E53 (or 0x235E53) is known color: Eden. HEX triplet: 23, 5E and 53. RGB value is (35,94,83). Sum of RGB (Red+Green+Blue) = 35+94+83=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 94 - color contains mainly: green. Hex color #235E53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235E53 is #DCA1AC. Grayscale: #4B4B4B. Windows color (decimal): -14459309 or 5463587. OLE color: 5463587.
HSL color Cylindrical-coordinate representation of color #235E53: hue angle of 168.81º 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 #235E53 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 35 | 94 | 83 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.63 |
| HSL | 168.81º | 0.46% | 0.25% | - |
| HSV(B) | 168.81º | 0.63% | 0.37% | - |
| XYZ | 6.26 | 8.99 | 9.59 | - |
| YUV | 75.11 | 132.45 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 94 | 83 | 0.63 | 0 | 0.12 | 0.63 | 168.81 | 0.46 | 0.25 |
| Hex | 23 | 5E | 53 | 3F | 0 | C | 3F | A9 | 2E | 19 |
| Octal | 43 | 136 | 123 | 77 | 0 | 14 | 77 | 251 | 56 | 31 |
| Binary | 100011 | 1011110 | 1010011 | 111111 | 0 | 1100 | 111111 | 10101001 | 101110 | 11001 |
Color Harmonies of #235E53
Complementary color
Monochromatic Colors of #235E53
Black with #235E53
Text Example
Text Example
White with #235E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235E53; }
p { color: rgb(35,94,83); }
H1.HeaderClassName
{
color: #235E53;
}
.AnyTagClassName
{
color: #235E53;
}
</style>
background-color css
<style>
a { background-color: #235E53; }
a { background-color: rgb(35,94,83); }
div.DivClassName
{
background-color: #235E53;
}
.BgClassName
{
background-color: #235E53;
}
</style>
border-color css
<style>
span { border-color: #235E53; }
span { border-color: rgb(35,94,83); }
td.TdClassName
{
border-color: #235E53;
}
.TagClassName
{
border-color: #235E53;
}
</style>