Shades of Lochinvar #50A08B
Tints of Lochinvar #50A08B
RGB
CMYK
RGB Variations
Color information
#50A08B (or 0x50A08B) is known color: Lochinvar. HEX triplet: 50, A0 and 8B. RGB value is (80,160,139). Sum of RGB (Red+Green+Blue) = 80+160+139=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #50A08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A08B is #AF5F74. Grayscale: #858585. Windows color (decimal): -11493237 or 9150544. OLE color: 9150544.
HSL color Cylindrical-coordinate representation of color #50A08B: hue angle of 164.25º 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 #50A08B is Cyan = 0.5, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 139 | - |
| CMYK | 0.5 | 0 | 0.13 | 0.37 |
| HSL | 164.25º | 0.33% | 0.47% | - |
| HSV(B) | 164.25º | 0.5% | 0.63% | - |
| XYZ | 20.54 | 28.71 | 28.89 | - |
| YUV | 133.69 | 131 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 139 | 0.5 | 0 | 0.13 | 0.37 | 164.25 | 0.33 | 0.47 |
| Hex | 50 | A0 | 8B | 32 | 0 | D | 25 | A4 | 21 | 2F |
| Octal | 120 | 240 | 213 | 62 | 0 | 15 | 45 | 244 | 41 | 57 |
| Binary | 1010000 | 10100000 | 10001011 | 110010 | 0 | 1101 | 100101 | 10100100 | 100001 | 101111 |
Color Harmonies of #50A08B
Complementary color
Monochromatic Colors of #50A08B
Black with #50A08B
Text Example
Text Example
White with #50A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A08B; }
p { color: rgb(80,160,139); }
H1.HeaderClassName
{
color: #50A08B;
}
.AnyTagClassName
{
color: #50A08B;
}
</style>
background-color css
<style>
a { background-color: #50A08B; }
a { background-color: rgb(80,160,139); }
div.DivClassName
{
background-color: #50A08B;
}
.BgClassName
{
background-color: #50A08B;
}
</style>
border-color css
<style>
span { border-color: #50A08B; }
span { border-color: rgb(80,160,139); }
td.TdClassName
{
border-color: #50A08B;
}
.TagClassName
{
border-color: #50A08B;
}
</style>