Shades of Patina #56A18E
Tints of Patina #56A18E
RGB
CMYK
RGB Variations
Color information
#56A18E (or 0x56A18E) is known color: Patina. HEX triplet: 56, A1 and 8E. RGB value is (86,161,142). Sum of RGB (Red+Green+Blue) = 86+161+142=389 (51% of max value = 765). Red value is 86 (33.98% from 255 or 22.11% from 389); Green value is 161 (63.28% from 255 or 41.39% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 161 - color contains mainly: green. Hex color #56A18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56A18E is #A95E71. Grayscale: #888888. Windows color (decimal): -11099762 or 9347414. OLE color: 9347414.
HSL color Cylindrical-coordinate representation of color #56A18E: hue angle of 164.8º degrees, saturation: 0.3, 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 #56A18E is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 161 | 142 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.37 |
| HSL | 164.8º | 0.3% | 0.48% | - |
| HSV(B) | 164.8º | 0.47% | 0.63% | - |
| XYZ | 21.47 | 29.42 | 30.14 | - |
| YUV | 136.41 | 131.15 | 92.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 161 | 142 | 0.47 | 0 | 0.12 | 0.37 | 164.8 | 0.3 | 0.48 |
| Hex | 56 | A1 | 8E | 2F | 0 | C | 25 | A5 | 1E | 30 |
| Octal | 126 | 241 | 216 | 57 | 0 | 14 | 45 | 245 | 36 | 60 |
| Binary | 1010110 | 10100001 | 10001110 | 101111 | 0 | 1100 | 100101 | 10100101 | 11110 | 110000 |
Color Harmonies of #56A18E
Complementary color
Monochromatic Colors of #56A18E
Black with #56A18E
Text Example
Text Example
White with #56A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56A18E; }
p { color: rgb(86,161,142); }
H1.HeaderClassName
{
color: #56A18E;
}
.AnyTagClassName
{
color: #56A18E;
}
</style>
background-color css
<style>
a { background-color: #56A18E; }
a { background-color: rgb(86,161,142); }
div.DivClassName
{
background-color: #56A18E;
}
.BgClassName
{
background-color: #56A18E;
}
</style>
border-color css
<style>
span { border-color: #56A18E; }
span { border-color: rgb(86,161,142); }
td.TdClassName
{
border-color: #56A18E;
}
.TagClassName
{
border-color: #56A18E;
}
</style>