Shades of Patina #62A18E
Tints of Patina #62A18E
RGB
CMYK
RGB Variations
Color information
#62A18E (or 0x62A18E) is known color: Patina. HEX triplet: 62, A1 and 8E. RGB value is (98,161,142). Sum of RGB (Red+Green+Blue) = 98+161+142=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 161 (63.28% from 255 or 40.15% from 401); Blue value is 142 (55.86% from 255 or 35.41% from 401); Max value from RGB is 161 - color contains mainly: green. Hex color #62A18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A18E is #9D5E71. Grayscale: #8C8C8C. Windows color (decimal): -10313330 or 9347426. OLE color: 9347426.
HSL color Cylindrical-coordinate representation of color #62A18E: hue angle of 161.9º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62A18E is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 98 | 161 | 142 | - |
| CMYK | 0.39 | 0 | 0.12 | 0.37 |
| HSL | 161.9º | 0.25% | 0.51% | - |
| HSV(B) | 161.9º | 0.39% | 0.63% | - |
| XYZ | 22.66 | 30.04 | 30.19 | - |
| YUV | 140 | 129.13 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 161 | 142 | 0.39 | 0 | 0.12 | 0.37 | 161.9 | 0.25 | 0.51 |
| Hex | 62 | A1 | 8E | 27 | 0 | C | 25 | A2 | 19 | 33 |
| Octal | 142 | 241 | 216 | 47 | 0 | 14 | 45 | 242 | 31 | 63 |
| Binary | 1100010 | 10100001 | 10001110 | 100111 | 0 | 1100 | 100101 | 10100010 | 11001 | 110011 |
Color Harmonies of #62A18E
Complementary color
Monochromatic Colors of #62A18E
Black with #62A18E
Text Example
Text Example
White with #62A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A18E; }
p { color: rgb(98,161,142); }
H1.HeaderClassName
{
color: #62A18E;
}
.AnyTagClassName
{
color: #62A18E;
}
</style>
background-color css
<style>
a { background-color: #62A18E; }
a { background-color: rgb(98,161,142); }
div.DivClassName
{
background-color: #62A18E;
}
.BgClassName
{
background-color: #62A18E;
}
</style>
border-color css
<style>
span { border-color: #62A18E; }
span { border-color: rgb(98,161,142); }
td.TdClassName
{
border-color: #62A18E;
}
.TagClassName
{
border-color: #62A18E;
}
</style>