Shades of Eden #235A54
Tints of Eden #235A54
RGB
CMYK
RGB Variations
Color information
#235A54 (or 0x235A54) is known color: Eden. HEX triplet: 23, 5A and 54. RGB value is (35,90,84). Sum of RGB (Red+Green+Blue) = 35+90+84=209 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.75% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 90 - color contains mainly: green. Hex color #235A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235A54 is #DCA5AB. Grayscale: #484848. Windows color (decimal): -14460332 or 5528099. OLE color: 5528099.
HSL color Cylindrical-coordinate representation of color #235A54: hue angle of 173.45º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #235A54 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 35 | 90 | 84 | - |
| CMYK | 0.61 | 0 | 0.07 | 0.65 |
| HSL | 173.45º | 0.44% | 0.25% | - |
| HSV(B) | 173.45º | 0.61% | 0.35% | - |
| XYZ | 5.95 | 8.31 | 9.68 | - |
| YUV | 72.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 90 | 84 | 0.61 | 0 | 0.07 | 0.65 | 173.45 | 0.44 | 0.25 |
| Hex | 23 | 5A | 54 | 3D | 0 | 7 | 41 | AD | 2C | 19 |
| Octal | 43 | 132 | 124 | 75 | 0 | 7 | 101 | 255 | 54 | 31 |
| Binary | 100011 | 1011010 | 1010100 | 111101 | 0 | 111 | 1000001 | 10101101 | 101100 | 11001 |
Color Harmonies of #235A54
Complementary color
Monochromatic Colors of #235A54
Black with #235A54
Text Example
Text Example
White with #235A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235A54; }
p { color: rgb(35,90,84); }
H1.HeaderClassName
{
color: #235A54;
}
.AnyTagClassName
{
color: #235A54;
}
</style>
background-color css
<style>
a { background-color: #235A54; }
a { background-color: rgb(35,90,84); }
div.DivClassName
{
background-color: #235A54;
}
.BgClassName
{
background-color: #235A54;
}
</style>
border-color css
<style>
span { border-color: #235A54; }
span { border-color: rgb(35,90,84); }
td.TdClassName
{
border-color: #235A54;
}
.TagClassName
{
border-color: #235A54;
}
</style>