Shades of Patina #5EA07F
Tints of Patina #5EA07F
RGB
CMYK
RGB Variations
Color information
#5EA07F (or 0x5EA07F) is known color: Patina. HEX triplet: 5E, A0 and 7F. RGB value is (94,160,127). Sum of RGB (Red+Green+Blue) = 94+160+127=381 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.67% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 160 - color contains mainly: green. Hex color #5EA07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA07F is #A15F80. Grayscale: #888888. Windows color (decimal): -10575745 or 8364126. OLE color: 8364126.
HSL color Cylindrical-coordinate representation of color #5EA07F: hue angle of 150º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5EA07F is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 160 | 127 | - |
| CMYK | 0.41 | 0 | 0.21 | 0.37 |
| HSL | 150º | 0.26% | 0.5% | - |
| HSV(B) | 150º | 0.41% | 0.63% | - |
| XYZ | 21.02 | 29.05 | 24.58 | - |
| YUV | 136.5 | 122.63 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 160 | 127 | 0.41 | 0 | 0.21 | 0.37 | 150 | 0.26 | 0.5 |
| Hex | 5E | A0 | 7F | 29 | 0 | 15 | 25 | 96 | 1A | 32 |
| Octal | 136 | 240 | 177 | 51 | 0 | 25 | 45 | 226 | 32 | 62 |
| Binary | 1011110 | 10100000 | 1111111 | 101001 | 0 | 10101 | 100101 | 10010110 | 11010 | 110010 |
Color Harmonies of #5EA07F
Complementary color
Monochromatic Colors of #5EA07F
Black with #5EA07F
Text Example
Text Example
White with #5EA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA07F; }
p { color: rgb(94,160,127); }
H1.HeaderClassName
{
color: #5EA07F;
}
.AnyTagClassName
{
color: #5EA07F;
}
</style>
background-color css
<style>
a { background-color: #5EA07F; }
a { background-color: rgb(94,160,127); }
div.DivClassName
{
background-color: #5EA07F;
}
.BgClassName
{
background-color: #5EA07F;
}
</style>
border-color css
<style>
span { border-color: #5EA07F; }
span { border-color: rgb(94,160,127); }
td.TdClassName
{
border-color: #5EA07F;
}
.TagClassName
{
border-color: #5EA07F;
}
</style>