Shades of Lochinvar #50A18C
Tints of Lochinvar #50A18C
RGB
CMYK
RGB Variations
Color information
#50A18C (or 0x50A18C) is known color: Lochinvar. HEX triplet: 50, A1 and 8C. RGB value is (80,161,140). Sum of RGB (Red+Green+Blue) = 80+161+140=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #50A18C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A18C is #AF5E73. Grayscale: #868686. Windows color (decimal): -11492980 or 9216336. OLE color: 9216336.
HSL color Cylindrical-coordinate representation of color #50A18C: hue angle of 164.44º 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 #50A18C is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 140 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.37 |
| HSL | 164.44º | 0.34% | 0.47% | - |
| HSV(B) | 164.44º | 0.5% | 0.63% | - |
| XYZ | 20.79 | 29.09 | 29.33 | - |
| YUV | 134.39 | 131.16 | 89.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 140 | 0.50 | 0 | 0.13 | 0.37 | 164.44 | 0.34 | 0.47 |
| Hex | 50 | A1 | 8C | 32 | 0 | D | 25 | A4 | 22 | 2F |
| Octal | 120 | 241 | 214 | 62 | 0 | 15 | 45 | 244 | 42 | 57 |
| Binary | 1010000 | 10100001 | 10001100 | 110010 | 0 | 1101 | 100101 | 10100100 | 100010 | 101111 |
Color Harmonies of #50A18C
Complementary color
Monochromatic Colors of #50A18C
Black with #50A18C
Text Example
Text Example
White with #50A18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A18C; }
p { color: rgb(80,161,140); }
H1.HeaderClassName
{
color: #50A18C;
}
.AnyTagClassName
{
color: #50A18C;
}
</style>
background-color css
<style>
a { background-color: #50A18C; }
a { background-color: rgb(80,161,140); }
div.DivClassName
{
background-color: #50A18C;
}
.BgClassName
{
background-color: #50A18C;
}
</style>
border-color css
<style>
span { border-color: #50A18C; }
span { border-color: rgb(80,161,140); }
td.TdClassName
{
border-color: #50A18C;
}
.TagClassName
{
border-color: #50A18C;
}
</style>