Shades of Patina #5E948A
Tints of Patina #5E948A
RGB
CMYK
RGB Variations
Color information
#5E948A (or 0x5E948A) is known color: Patina. HEX triplet: 5E, 94 and 8A. RGB value is (94,148,138). Sum of RGB (Red+Green+Blue) = 94+148+138=380 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.74% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 138 (54.30% from 255 or 36.32% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #5E948A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5E948A is #A16B75. Grayscale: #828282. Windows color (decimal): -10578806 or 9081950. OLE color: 9081950.
HSL color Cylindrical-coordinate representation of color #5E948A: hue angle of 168.89º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E948A is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 138 | - |
| CMYK | 0.36 | 0 | 0.07 | 0.42 |
| HSL | 168.89º | 0.22% | 0.47% | - |
| HSV(B) | 168.89º | 0.36% | 0.58% | - |
| XYZ | 19.79 | 25.39 | 27.9 | - |
| YUV | 130.71 | 132.11 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 138 | 0.36 | 0 | 0.07 | 0.42 | 168.89 | 0.22 | 0.47 |
| Hex | 5E | 94 | 8A | 24 | 0 | 7 | 2A | A9 | 16 | 2F |
| Octal | 136 | 224 | 212 | 44 | 0 | 7 | 52 | 251 | 26 | 57 |
| Binary | 1011110 | 10010100 | 10001010 | 100100 | 0 | 111 | 101010 | 10101001 | 10110 | 101111 |
Color Harmonies of #5E948A
Complementary color
Monochromatic Colors of #5E948A
Black with #5E948A
Text Example
Text Example
White with #5E948A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E948A; }
p { color: rgb(94,148,138); }
H1.HeaderClassName
{
color: #5E948A;
}
.AnyTagClassName
{
color: #5E948A;
}
</style>
background-color css
<style>
a { background-color: #5E948A; }
a { background-color: rgb(94,148,138); }
div.DivClassName
{
background-color: #5E948A;
}
.BgClassName
{
background-color: #5E948A;
}
</style>
border-color css
<style>
span { border-color: #5E948A; }
span { border-color: rgb(94,148,138); }
td.TdClassName
{
border-color: #5E948A;
}
.TagClassName
{
border-color: #5E948A;
}
</style>