Shades of Patina #5EA38F
Tints of Patina #5EA38F
RGB
CMYK
RGB Variations
Color information
#5EA38F (or 0x5EA38F) is known color: Patina. HEX triplet: 5E, A3 and 8F. RGB value is (94,163,143). Sum of RGB (Red+Green+Blue) = 94+163+143=400 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA38F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5EA38F is #A15C70. Grayscale: #8C8C8C. Windows color (decimal): -10574961 or 9413470. OLE color: 9413470.
HSL color Cylindrical-coordinate representation of color #5EA38F: hue angle of 162.61º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5EA38F is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 163 | 143 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.36 |
| HSL | 162.61º | 0.27% | 0.5% | - |
| HSV(B) | 162.61º | 0.42% | 0.64% | - |
| XYZ | 22.67 | 30.56 | 30.69 | - |
| YUV | 140.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 163 | 143 | 0.42 | 0 | 0.12 | 0.36 | 162.61 | 0.27 | 0.5 |
| Hex | 5E | A3 | 8F | 2A | 0 | C | 24 | A3 | 1B | 32 |
| Octal | 136 | 243 | 217 | 52 | 0 | 14 | 44 | 243 | 33 | 62 |
| Binary | 1011110 | 10100011 | 10001111 | 101010 | 0 | 1100 | 100100 | 10100011 | 11011 | 110010 |
Color Harmonies of #5EA38F
Complementary color
Monochromatic Colors of #5EA38F
Black with #5EA38F
Text Example
Text Example
White with #5EA38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA38F; }
p { color: rgb(94,163,143); }
H1.HeaderClassName
{
color: #5EA38F;
}
.AnyTagClassName
{
color: #5EA38F;
}
</style>
background-color css
<style>
a { background-color: #5EA38F; }
a { background-color: rgb(94,163,143); }
div.DivClassName
{
background-color: #5EA38F;
}
.BgClassName
{
background-color: #5EA38F;
}
</style>
border-color css
<style>
span { border-color: #5EA38F; }
span { border-color: rgb(94,163,143); }
td.TdClassName
{
border-color: #5EA38F;
}
.TagClassName
{
border-color: #5EA38F;
}
</style>