Shades of Lochinvar #50A08A
Tints of Lochinvar #50A08A
RGB
CMYK
RGB Variations
Color information
#50A08A (or 0x50A08A) is known color: Lochinvar. HEX triplet: 50, A0 and 8A. RGB value is (80,160,138). Sum of RGB (Red+Green+Blue) = 80+160+138=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 160 (62.89% from 255 or 42.33% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 160 - color contains mainly: green. Hex color #50A08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A08A is #AF5F75. Grayscale: #858585. Windows color (decimal): -11493238 or 9085008. OLE color: 9085008.
HSL color Cylindrical-coordinate representation of color #50A08A: hue angle of 163.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 #50A08A is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 138 | - |
| CMYK | 0.5 | 0 | 0.14 | 0.37 |
| HSL | 163.5º | 0.33% | 0.47% | - |
| HSV(B) | 163.5º | 0.5% | 0.63% | - |
| XYZ | 20.47 | 28.68 | 28.5 | - |
| YUV | 133.57 | 130.5 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 138 | 0.5 | 0 | 0.14 | 0.37 | 163.5 | 0.33 | 0.47 |
| Hex | 50 | A0 | 8A | 32 | 0 | E | 25 | A4 | 21 | 2F |
| Octal | 120 | 240 | 212 | 62 | 0 | 16 | 45 | 244 | 41 | 57 |
| Binary | 1010000 | 10100000 | 10001010 | 110010 | 0 | 1110 | 100101 | 10100100 | 100001 | 101111 |
Color Harmonies of #50A08A
Complementary color
Monochromatic Colors of #50A08A
Black with #50A08A
Text Example
Text Example
White with #50A08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A08A; }
p { color: rgb(80,160,138); }
H1.HeaderClassName
{
color: #50A08A;
}
.AnyTagClassName
{
color: #50A08A;
}
</style>
background-color css
<style>
a { background-color: #50A08A; }
a { background-color: rgb(80,160,138); }
div.DivClassName
{
background-color: #50A08A;
}
.BgClassName
{
background-color: #50A08A;
}
</style>
border-color css
<style>
span { border-color: #50A08A; }
span { border-color: rgb(80,160,138); }
td.TdClassName
{
border-color: #50A08A;
}
.TagClassName
{
border-color: #50A08A;
}
</style>