Shades of Patina #50A082
Tints of Patina #50A082
RGB
CMYK
RGB Variations
Color information
#50A082 (or 0x50A082) is known color: Patina. HEX triplet: 50, A0 and 82. RGB value is (80,160,130). Sum of RGB (Red+Green+Blue) = 80+160+130=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #50A082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A082 is #AF5F7D. Grayscale: #848484. Windows color (decimal): -11493246 or 8560720. OLE color: 8560720.
HSL color Cylindrical-coordinate representation of color #50A082: hue angle of 157.5º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A082 is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 130 | - |
| CMYK | 0.5 | 0 | 0.19 | 0.37 |
| HSL | 157.5º | 0.33% | 0.47% | - |
| HSV(B) | 157.5º | 0.5% | 0.63% | - |
| XYZ | 19.91 | 28.46 | 25.56 | - |
| YUV | 132.66 | 126.5 | 90.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 130 | 0.5 | 0 | 0.19 | 0.37 | 157.5 | 0.33 | 0.47 |
| Hex | 50 | A0 | 82 | 32 | 0 | 13 | 25 | 9E | 21 | 2F |
| Octal | 120 | 240 | 202 | 62 | 0 | 23 | 45 | 236 | 41 | 57 |
| Binary | 1010000 | 10100000 | 10000010 | 110010 | 0 | 10011 | 100101 | 10011110 | 100001 | 101111 |
Color Harmonies of #50A082
Complementary color
Monochromatic Colors of #50A082
Black with #50A082
Text Example
Text Example
White with #50A082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A082; }
p { color: rgb(80,160,130); }
H1.HeaderClassName
{
color: #50A082;
}
.AnyTagClassName
{
color: #50A082;
}
</style>
background-color css
<style>
a { background-color: #50A082; }
a { background-color: rgb(80,160,130); }
div.DivClassName
{
background-color: #50A082;
}
.BgClassName
{
background-color: #50A082;
}
</style>
border-color css
<style>
span { border-color: #50A082; }
span { border-color: rgb(80,160,130); }
td.TdClassName
{
border-color: #50A082;
}
.TagClassName
{
border-color: #50A082;
}
</style>