Shades of Patina #62A38B
Tints of Patina #62A38B
RGB
CMYK
RGB Variations
Color information
#62A38B (or 0x62A38B) is known color: Patina. HEX triplet: 62, A3 and 8B. RGB value is (98,163,139). Sum of RGB (Red+Green+Blue) = 98+163+139=400 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.5% from 400); Green value is 163 (64.06% from 255 or 40.75% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 163 - color contains mainly: green. Hex color #62A38B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62A38B is #9D5C74. Grayscale: #8C8C8C. Windows color (decimal): -10312821 or 9151330. OLE color: 9151330.
HSL color Cylindrical-coordinate representation of color #62A38B: hue angle of 157.85º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #62A38B is Cyan = 0.40, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 98 | 163 | 139 | - |
| CMYK | 0.40 | 0 | 0.15 | 0.36 |
| HSL | 157.85º | 0.26% | 0.51% | - |
| HSV(B) | 157.85º | 0.4% | 0.64% | - |
| XYZ | 22.79 | 30.66 | 29.14 | - |
| YUV | 140.83 | 126.97 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 163 | 139 | 0.40 | 0 | 0.15 | 0.36 | 157.85 | 0.26 | 0.51 |
| Hex | 62 | A3 | 8B | 28 | 0 | F | 24 | 9E | 1A | 33 |
| Octal | 142 | 243 | 213 | 50 | 0 | 17 | 44 | 236 | 32 | 63 |
| Binary | 1100010 | 10100011 | 10001011 | 101000 | 0 | 1111 | 100100 | 10011110 | 11010 | 110011 |
Color Harmonies of #62A38B
Complementary color
Monochromatic Colors of #62A38B
Black with #62A38B
Text Example
Text Example
White with #62A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62A38B; }
p { color: rgb(98,163,139); }
H1.HeaderClassName
{
color: #62A38B;
}
.AnyTagClassName
{
color: #62A38B;
}
</style>
background-color css
<style>
a { background-color: #62A38B; }
a { background-color: rgb(98,163,139); }
div.DivClassName
{
background-color: #62A38B;
}
.BgClassName
{
background-color: #62A38B;
}
</style>
border-color css
<style>
span { border-color: #62A38B; }
span { border-color: rgb(98,163,139); }
td.TdClassName
{
border-color: #62A38B;
}
.TagClassName
{
border-color: #62A38B;
}
</style>