Shades of Patina #5EA18D
Tints of Patina #5EA18D
RGB
CMYK
RGB Variations
Color information
#5EA18D (or 0x5EA18D) is known color: Patina. HEX triplet: 5E, A1 and 8D. RGB value is (94,161,141). Sum of RGB (Red+Green+Blue) = 94+161+141=396 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.74% from 396); Green value is 161 (63.28% from 255 or 40.66% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA18D is #A15E72. Grayscale: #8A8A8A. Windows color (decimal): -10575475 or 9281886. OLE color: 9281886.
HSL color Cylindrical-coordinate representation of color #5EA18D: hue angle of 162.09º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA18D is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 161 | 141 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.37 |
| HSL | 162.09º | 0.26% | 0.5% | - |
| HSV(B) | 162.09º | 0.42% | 0.63% | - |
| XYZ | 22.17 | 29.79 | 29.78 | - |
| YUV | 138.69 | 129.3 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 161 | 141 | 0.42 | 0 | 0.12 | 0.37 | 162.09 | 0.26 | 0.5 |
| Hex | 5E | A1 | 8D | 2A | 0 | C | 25 | A2 | 1A | 32 |
| Octal | 136 | 241 | 215 | 52 | 0 | 14 | 45 | 242 | 32 | 62 |
| Binary | 1011110 | 10100001 | 10001101 | 101010 | 0 | 1100 | 100101 | 10100010 | 11010 | 110010 |
Color Harmonies of #5EA18D
Complementary color
Monochromatic Colors of #5EA18D
Black with #5EA18D
Text Example
Text Example
White with #5EA18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA18D; }
p { color: rgb(94,161,141); }
H1.HeaderClassName
{
color: #5EA18D;
}
.AnyTagClassName
{
color: #5EA18D;
}
</style>
background-color css
<style>
a { background-color: #5EA18D; }
a { background-color: rgb(94,161,141); }
div.DivClassName
{
background-color: #5EA18D;
}
.BgClassName
{
background-color: #5EA18D;
}
</style>
border-color css
<style>
span { border-color: #5EA18D; }
span { border-color: rgb(94,161,141); }
td.TdClassName
{
border-color: #5EA18D;
}
.TagClassName
{
border-color: #5EA18D;
}
</style>