Shades of Evening Sea #225D50
Tints of Evening Sea #225D50
RGB
CMYK
RGB Variations
Color information
#225D50 (or 0x225D50) is known color: Evening Sea. HEX triplet: 22, 5D and 50. RGB value is (34,93,80). Sum of RGB (Red+Green+Blue) = 34+93+80=207 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.43% from 207); Green value is 93 (36.72% from 255 or 44.93% from 207); Blue value is 80 (31.64% from 255 or 38.65% from 207); Max value from RGB is 93 - color contains mainly: green. Hex color #225D50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225D50 is #DDA2AF. Grayscale: #494949. Windows color (decimal): -14525104 or 5266722. OLE color: 5266722.
HSL color Cylindrical-coordinate representation of color #225D50: hue angle of 166.78º 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 #225D50 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 34 | 93 | 80 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.64 |
| HSL | 166.78º | 0.46% | 0.25% | - |
| HSV(B) | 166.78º | 0.63% | 0.36% | - |
| XYZ | 6.02 | 8.75 | 8.96 | - |
| YUV | 73.88 | 131.45 | 99.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 93 | 80 | 0.63 | 0 | 0.14 | 0.64 | 166.78 | 0.46 | 0.25 |
| Hex | 22 | 5D | 50 | 3F | 0 | E | 40 | A7 | 2E | 19 |
| Octal | 42 | 135 | 120 | 77 | 0 | 16 | 100 | 247 | 56 | 31 |
| Binary | 100010 | 1011101 | 1010000 | 111111 | 0 | 1110 | 1000000 | 10100111 | 101110 | 11001 |
Color Harmonies of #225D50
Complementary color
Monochromatic Colors of #225D50
Black with #225D50
Text Example
Text Example
White with #225D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #225D50; }
p { color: rgb(34,93,80); }
H1.HeaderClassName
{
color: #225D50;
}
.AnyTagClassName
{
color: #225D50;
}
</style>
background-color css
<style>
a { background-color: #225D50; }
a { background-color: rgb(34,93,80); }
div.DivClassName
{
background-color: #225D50;
}
.BgClassName
{
background-color: #225D50;
}
</style>
border-color css
<style>
span { border-color: #225D50; }
span { border-color: rgb(34,93,80); }
td.TdClassName
{
border-color: #225D50;
}
.TagClassName
{
border-color: #225D50;
}
</style>