Shades of Lochinvar #51A28E
Tints of Lochinvar #51A28E
RGB
CMYK
RGB Variations
Color information
#51A28E (or 0x51A28E) is known color: Lochinvar. HEX triplet: 51, A2 and 8E. RGB value is (81,162,142). Sum of RGB (Red+Green+Blue) = 81+162+142=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 162 - color contains mainly: green. Hex color #51A28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A28E is #AE5D71. Grayscale: #878787. Windows color (decimal): -11427186 or 9347665. OLE color: 9347665.
HSL color Cylindrical-coordinate representation of color #51A28E: hue angle of 165.19º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A28E is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 162 | 142 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.36 |
| HSL | 165.19º | 0.33% | 0.48% | - |
| HSV(B) | 165.19º | 0.5% | 0.64% | - |
| XYZ | 21.2 | 29.54 | 30.18 | - |
| YUV | 135.5 | 131.66 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 162 | 142 | 0.50 | 0 | 0.12 | 0.36 | 165.19 | 0.33 | 0.48 |
| Hex | 51 | A2 | 8E | 32 | 0 | C | 24 | A5 | 21 | 30 |
| Octal | 121 | 242 | 216 | 62 | 0 | 14 | 44 | 245 | 41 | 60 |
| Binary | 1010001 | 10100010 | 10001110 | 110010 | 0 | 1100 | 100100 | 10100101 | 100001 | 110000 |
Color Harmonies of #51A28E
Complementary color
Monochromatic Colors of #51A28E
Black with #51A28E
Text Example
Text Example
White with #51A28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A28E; }
p { color: rgb(81,162,142); }
H1.HeaderClassName
{
color: #51A28E;
}
.AnyTagClassName
{
color: #51A28E;
}
</style>
background-color css
<style>
a { background-color: #51A28E; }
a { background-color: rgb(81,162,142); }
div.DivClassName
{
background-color: #51A28E;
}
.BgClassName
{
background-color: #51A28E;
}
</style>
border-color css
<style>
span { border-color: #51A28E; }
span { border-color: rgb(81,162,142); }
td.TdClassName
{
border-color: #51A28E;
}
.TagClassName
{
border-color: #51A28E;
}
</style>