Shades of Eden #235C51
Tints of Eden #235C51
RGB
CMYK
RGB Variations
Color information
#235C51 (or 0x235C51) is known color: Eden. HEX triplet: 23, 5C and 51. RGB value is (35,92,81). Sum of RGB (Red+Green+Blue) = 35+92+81=208 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.83% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 81 (32.03% from 255 or 38.94% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #235C51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #235C51 is #DCA3AE. Grayscale: #494949. Windows color (decimal): -14459823 or 5332003. OLE color: 5332003.
HSL color Cylindrical-coordinate representation of color #235C51: hue angle of 168.42º 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 #235C51 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 35 | 92 | 81 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.64 |
| HSL | 168.42º | 0.45% | 0.25% | - |
| HSV(B) | 168.42º | 0.62% | 0.36% | - |
| XYZ | 6.01 | 8.61 | 9.13 | - |
| YUV | 73.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 92 | 81 | 0.62 | 0 | 0.12 | 0.64 | 168.42 | 0.45 | 0.25 |
| Hex | 23 | 5C | 51 | 3E | 0 | C | 40 | A8 | 2D | 19 |
| Octal | 43 | 134 | 121 | 76 | 0 | 14 | 100 | 250 | 55 | 31 |
| Binary | 100011 | 1011100 | 1010001 | 111110 | 0 | 1100 | 1000000 | 10101000 | 101101 | 11001 |
Color Harmonies of #235C51
Complementary color
Monochromatic Colors of #235C51
Black with #235C51
Text Example
Text Example
White with #235C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #235C51; }
p { color: rgb(35,92,81); }
H1.HeaderClassName
{
color: #235C51;
}
.AnyTagClassName
{
color: #235C51;
}
</style>
background-color css
<style>
a { background-color: #235C51; }
a { background-color: rgb(35,92,81); }
div.DivClassName
{
background-color: #235C51;
}
.BgClassName
{
background-color: #235C51;
}
</style>
border-color css
<style>
span { border-color: #235C51; }
span { border-color: rgb(35,92,81); }
td.TdClassName
{
border-color: #235C51;
}
.TagClassName
{
border-color: #235C51;
}
</style>