Shades of Patina #50A184
Tints of Patina #50A184
RGB
CMYK
RGB Variations
Color information
#50A184 (or 0x50A184) is known color: Patina. HEX triplet: 50, A1 and 84. RGB value is (80,161,132). Sum of RGB (Red+Green+Blue) = 80+161+132=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #50A184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A184 is #AF5E7B. Grayscale: #858585. Windows color (decimal): -11492988 or 8692048. OLE color: 8692048.
HSL color Cylindrical-coordinate representation of color #50A184: hue angle of 158.52º degrees, saturation: 0.34, 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 #50A184 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 132 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.37 |
| HSL | 158.52º | 0.34% | 0.47% | - |
| HSV(B) | 158.52º | 0.5% | 0.63% | - |
| XYZ | 20.22 | 28.86 | 26.33 | - |
| YUV | 133.48 | 127.16 | 89.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 132 | 0.50 | 0 | 0.18 | 0.37 | 158.52 | 0.34 | 0.47 |
| Hex | 50 | A1 | 84 | 32 | 0 | 12 | 25 | 9F | 22 | 2F |
| Octal | 120 | 241 | 204 | 62 | 0 | 22 | 45 | 237 | 42 | 57 |
| Binary | 1010000 | 10100001 | 10000100 | 110010 | 0 | 10010 | 100101 | 10011111 | 100010 | 101111 |
Color Harmonies of #50A184
Complementary color
Monochromatic Colors of #50A184
Black with #50A184
Text Example
Text Example
White with #50A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A184; }
p { color: rgb(80,161,132); }
H1.HeaderClassName
{
color: #50A184;
}
.AnyTagClassName
{
color: #50A184;
}
</style>
background-color css
<style>
a { background-color: #50A184; }
a { background-color: rgb(80,161,132); }
div.DivClassName
{
background-color: #50A184;
}
.BgClassName
{
background-color: #50A184;
}
</style>
border-color css
<style>
span { border-color: #50A184; }
span { border-color: rgb(80,161,132); }
td.TdClassName
{
border-color: #50A184;
}
.TagClassName
{
border-color: #50A184;
}
</style>