Shades of Eden #225B57
Tints of Eden #225B57
RGB
CMYK
RGB Variations
Color information
#225B57 (or 0x225B57) is known color: Eden. HEX triplet: 22, 5B and 57. RGB value is (34,91,87). Sum of RGB (Red+Green+Blue) = 34+91+87=212 (28% of max value = 765). Red value is 34 (13.67% from 255 or 16.04% from 212); Green value is 91 (35.94% from 255 or 42.92% from 212); Blue value is 87 (34.38% from 255 or 41.04% from 212); Max value from RGB is 91 - color contains mainly: green. Hex color #225B57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B57 is #DDA4A8. Grayscale: #494949. Windows color (decimal): -14525609 or 5724962. OLE color: 5724962.
HSL color Cylindrical-coordinate representation of color #225B57: hue angle of 175.79º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #225B57 is Cyan = 0.63, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 87 | - |
| CMYK | 0.63 | 0 | 0.04 | 0.64 |
| HSL | 175.79º | 0.46% | 0.25% | - |
| HSV(B) | 175.79º | 0.63% | 0.36% | - |
| XYZ | 6.12 | 8.51 | 10.34 | - |
| YUV | 73.5 | 135.62 | 99.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 87 | 0.63 | 0 | 0.04 | 0.64 | 175.79 | 0.46 | 0.25 |
| Hex | 22 | 5B | 57 | 3F | 0 | 4 | 40 | B0 | 2E | 19 |
| Octal | 42 | 133 | 127 | 77 | 0 | 4 | 100 | 260 | 56 | 31 |
| Binary | 100010 | 1011011 | 1010111 | 111111 | 0 | 100 | 1000000 | 10110000 | 101110 | 11001 |
Color Harmonies of #225B57
Complementary color
Monochromatic Colors of #225B57
Black with #225B57
Text Example
Text Example
White with #225B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B57; }
p { color: rgb(34,91,87); }
H1.HeaderClassName
{
color: #225B57;
}
.AnyTagClassName
{
color: #225B57;
}
</style>
background-color css
<style>
a { background-color: #225B57; }
a { background-color: rgb(34,91,87); }
div.DivClassName
{
background-color: #225B57;
}
.BgClassName
{
background-color: #225B57;
}
</style>
border-color css
<style>
span { border-color: #225B57; }
span { border-color: rgb(34,91,87); }
td.TdClassName
{
border-color: #225B57;
}
.TagClassName
{
border-color: #225B57;
}
</style>