Shades of Lochinvar #50A18E
Tints of Lochinvar #50A18E
RGB
CMYK
RGB Variations
Color information
#50A18E (or 0x50A18E) is known color: Lochinvar. HEX triplet: 50, A1 and 8E. RGB value is (80,161,142). Sum of RGB (Red+Green+Blue) = 80+161+142=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #50A18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A18E is #AF5E71. Grayscale: #868686. Windows color (decimal): -11492978 or 9347408. OLE color: 9347408.
HSL color Cylindrical-coordinate representation of color #50A18E: hue angle of 165.93º 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 #50A18E is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 142 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.37 |
| HSL | 165.93º | 0.34% | 0.47% | - |
| HSV(B) | 165.93º | 0.5% | 0.63% | - |
| XYZ | 20.94 | 29.15 | 30.11 | - |
| YUV | 134.62 | 132.16 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 142 | 0.50 | 0 | 0.12 | 0.37 | 165.93 | 0.34 | 0.47 |
| Hex | 50 | A1 | 8E | 32 | 0 | C | 25 | A6 | 22 | 2F |
| Octal | 120 | 241 | 216 | 62 | 0 | 14 | 45 | 246 | 42 | 57 |
| Binary | 1010000 | 10100001 | 10001110 | 110010 | 0 | 1100 | 100101 | 10100110 | 100010 | 101111 |
Color Harmonies of #50A18E
Complementary color
Monochromatic Colors of #50A18E
Black with #50A18E
Text Example
Text Example
White with #50A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A18E; }
p { color: rgb(80,161,142); }
H1.HeaderClassName
{
color: #50A18E;
}
.AnyTagClassName
{
color: #50A18E;
}
</style>
background-color css
<style>
a { background-color: #50A18E; }
a { background-color: rgb(80,161,142); }
div.DivClassName
{
background-color: #50A18E;
}
.BgClassName
{
background-color: #50A18E;
}
</style>
border-color css
<style>
span { border-color: #50A18E; }
span { border-color: rgb(80,161,142); }
td.TdClassName
{
border-color: #50A18E;
}
.TagClassName
{
border-color: #50A18E;
}
</style>