Shades of Eden #225C57
Tints of Eden #225C57
RGB
CMYK
RGB Variations
Color information
#225C57 (or 0x225C57) is known color: Eden. HEX triplet: 22, 5C and 57. RGB value is (34,92,87). Sum of RGB (Red+Green+Blue) = 34+92+87=213 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.96% from 213); Green value is 92 (36.33% from 255 or 43.19% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 92 - color contains mainly: green. Hex color #225C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225C57 is #DDA3A8. Grayscale: #4A4A4A. Windows color (decimal): -14525353 or 5725218. OLE color: 5725218.
HSL color Cylindrical-coordinate representation of color #225C57: hue angle of 174.83º 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 #225C57 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 92 | 87 | - |
| CMYK | 0.63 | 0 | 0.05 | 0.64 |
| HSL | 174.83º | 0.46% | 0.25% | - |
| HSV(B) | 174.83º | 0.63% | 0.36% | - |
| XYZ | 6.21 | 8.68 | 10.37 | - |
| YUV | 74.09 | 135.28 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 92 | 87 | 0.63 | 0 | 0.05 | 0.64 | 174.83 | 0.46 | 0.25 |
| Hex | 22 | 5C | 57 | 3F | 0 | 5 | 40 | AF | 2E | 19 |
| Octal | 42 | 134 | 127 | 77 | 0 | 5 | 100 | 257 | 56 | 31 |
| Binary | 100010 | 1011100 | 1010111 | 111111 | 0 | 101 | 1000000 | 10101111 | 101110 | 11001 |
Color Harmonies of #225C57
Complementary color
Monochromatic Colors of #225C57
Black with #225C57
Text Example
Text Example
White with #225C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225C57; }
p { color: rgb(34,92,87); }
H1.HeaderClassName
{
color: #225C57;
}
.AnyTagClassName
{
color: #225C57;
}
</style>
background-color css
<style>
a { background-color: #225C57; }
a { background-color: rgb(34,92,87); }
div.DivClassName
{
background-color: #225C57;
}
.BgClassName
{
background-color: #225C57;
}
</style>
border-color css
<style>
span { border-color: #225C57; }
span { border-color: rgb(34,92,87); }
td.TdClassName
{
border-color: #225C57;
}
.TagClassName
{
border-color: #225C57;
}
</style>