Shades of Patina #60A08E
Tints of Patina #60A08E
RGB
CMYK
RGB Variations
Color information
#60A08E (or 0x60A08E) is known color: Patina. HEX triplet: 60, A0 and 8E. RGB value is (96,160,142). Sum of RGB (Red+Green+Blue) = 96+160+142=398 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.12% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #60A08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60A08E is #9F5F71. Grayscale: #8A8A8A. Windows color (decimal): -10444658 or 9347168. OLE color: 9347168.
HSL color Cylindrical-coordinate representation of color #60A08E: hue angle of 163.12º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60A08E is Cyan = 0.4, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 160 | 142 | - |
| CMYK | 0.4 | 0 | 0.11 | 0.37 |
| HSL | 163.13º | 0.25% | 0.5% | - |
| HSV(B) | 163.13º | 0.4% | 0.63% | - |
| XYZ | 22.28 | 29.58 | 30.13 | - |
| YUV | 138.81 | 129.8 | 97.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 160 | 142 | 0.4 | 0 | 0.11 | 0.37 | 163.13 | 0.25 | 0.5 |
| Hex | 60 | A0 | 8E | 28 | 0 | B | 25 | A3 | 19 | 32 |
| Octal | 140 | 240 | 216 | 50 | 0 | 13 | 45 | 243 | 31 | 62 |
| Binary | 1100000 | 10100000 | 10001110 | 101000 | 0 | 1011 | 100101 | 10100011 | 11001 | 110010 |
Color Harmonies of #60A08E
Complementary color
Monochromatic Colors of #60A08E
Black with #60A08E
Text Example
Text Example
White with #60A08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A08E; }
p { color: rgb(96,160,142); }
H1.HeaderClassName
{
color: #60A08E;
}
.AnyTagClassName
{
color: #60A08E;
}
</style>
background-color css
<style>
a { background-color: #60A08E; }
a { background-color: rgb(96,160,142); }
div.DivClassName
{
background-color: #60A08E;
}
.BgClassName
{
background-color: #60A08E;
}
</style>
border-color css
<style>
span { border-color: #60A08E; }
span { border-color: rgb(96,160,142); }
td.TdClassName
{
border-color: #60A08E;
}
.TagClassName
{
border-color: #60A08E;
}
</style>