Shades of Patina #55A18E
Tints of Patina #55A18E
RGB
CMYK
RGB Variations
Color information
#55A18E (or 0x55A18E) is known color: Patina. HEX triplet: 55, A1 and 8E. RGB value is (85,161,142). Sum of RGB (Red+Green+Blue) = 85+161+142=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 161 - color contains mainly: green. Hex color #55A18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A18E is #AA5E71. Grayscale: #888888. Windows color (decimal): -11165298 or 9347413. OLE color: 9347413.
HSL color Cylindrical-coordinate representation of color #55A18E: hue angle of 165º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #55A18E is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 85 | 161 | 142 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.37 |
| HSL | 165º | 0.31% | 0.48% | - |
| HSV(B) | 165º | 0.47% | 0.63% | - |
| XYZ | 21.37 | 29.37 | 30.13 | - |
| YUV | 136.11 | 131.32 | 91.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 161 | 142 | 0.47 | 0 | 0.12 | 0.37 | 165 | 0.31 | 0.48 |
| Hex | 55 | A1 | 8E | 2F | 0 | C | 25 | A5 | 1F | 30 |
| Octal | 125 | 241 | 216 | 57 | 0 | 14 | 45 | 245 | 37 | 60 |
| Binary | 1010101 | 10100001 | 10001110 | 101111 | 0 | 1100 | 100101 | 10100101 | 11111 | 110000 |
Color Harmonies of #55A18E
Complementary color
Monochromatic Colors of #55A18E
Black with #55A18E
Text Example
Text Example
White with #55A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55A18E; }
p { color: rgb(85,161,142); }
H1.HeaderClassName
{
color: #55A18E;
}
.AnyTagClassName
{
color: #55A18E;
}
</style>
background-color css
<style>
a { background-color: #55A18E; }
a { background-color: rgb(85,161,142); }
div.DivClassName
{
background-color: #55A18E;
}
.BgClassName
{
background-color: #55A18E;
}
</style>
border-color css
<style>
span { border-color: #55A18E; }
span { border-color: rgb(85,161,142); }
td.TdClassName
{
border-color: #55A18E;
}
.TagClassName
{
border-color: #55A18E;
}
</style>