Shades of Eden #225B50
Tints of Eden #225B50
RGB
CMYK
RGB Variations
Color information
#225B50 (or 0x225B50) is known color: Eden. HEX triplet: 22, 5B and 50. RGB value is (34,91,80). Sum of RGB (Red+Green+Blue) = 34+91+80=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #225B50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225B50 is #DDA4AF. Grayscale: #484848. Windows color (decimal): -14525616 or 5266210. OLE color: 5266210.
HSL color Cylindrical-coordinate representation of color #225B50: hue angle of 168.42º 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 #225B50 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 91 | 80 | - |
| CMYK | 0.63 | 0 | 0.12 | 0.64 |
| HSL | 168.42º | 0.46% | 0.25% | - |
| HSV(B) | 168.42º | 0.63% | 0.36% | - |
| XYZ | 5.85 | 8.4 | 8.9 | - |
| YUV | 72.7 | 132.12 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 91 | 80 | 0.63 | 0 | 0.12 | 0.64 | 168.42 | 0.46 | 0.25 |
| Hex | 22 | 5B | 50 | 3F | 0 | C | 40 | A8 | 2E | 19 |
| Octal | 42 | 133 | 120 | 77 | 0 | 14 | 100 | 250 | 56 | 31 |
| Binary | 100010 | 1011011 | 1010000 | 111111 | 0 | 1100 | 1000000 | 10101000 | 101110 | 11001 |
Color Harmonies of #225B50
Complementary color
Monochromatic Colors of #225B50
Black with #225B50
Text Example
Text Example
White with #225B50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225B50; }
p { color: rgb(34,91,80); }
H1.HeaderClassName
{
color: #225B50;
}
.AnyTagClassName
{
color: #225B50;
}
</style>
background-color css
<style>
a { background-color: #225B50; }
a { background-color: rgb(34,91,80); }
div.DivClassName
{
background-color: #225B50;
}
.BgClassName
{
background-color: #225B50;
}
</style>
border-color css
<style>
span { border-color: #225B50; }
span { border-color: rgb(34,91,80); }
td.TdClassName
{
border-color: #225B50;
}
.TagClassName
{
border-color: #225B50;
}
</style>