Shades of Lochinvar #51A18E
Tints of Lochinvar #51A18E
RGB
CMYK
RGB Variations
Color information
#51A18E (or 0x51A18E) is known color: Lochinvar. HEX triplet: 51, A1 and 8E. RGB value is (81,161,142). Sum of RGB (Red+Green+Blue) = 81+161+142=384 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.09% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #51A18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A18E is #AE5E71. Grayscale: #868686. Windows color (decimal): -11427442 or 9347409. OLE color: 9347409.
HSL color Cylindrical-coordinate representation of color #51A18E: hue angle of 165.75º 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 #51A18E is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 161 | 142 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.37 |
| HSL | 165.75º | 0.33% | 0.47% | - |
| HSV(B) | 165.75º | 0.5% | 0.63% | - |
| XYZ | 21.02 | 29.19 | 30.12 | - |
| YUV | 134.91 | 132 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 161 | 142 | 0.50 | 0 | 0.12 | 0.37 | 165.75 | 0.33 | 0.47 |
| Hex | 51 | A1 | 8E | 32 | 0 | C | 25 | A6 | 21 | 2F |
| Octal | 121 | 241 | 216 | 62 | 0 | 14 | 45 | 246 | 41 | 57 |
| Binary | 1010001 | 10100001 | 10001110 | 110010 | 0 | 1100 | 100101 | 10100110 | 100001 | 101111 |
Color Harmonies of #51A18E
Complementary color
Monochromatic Colors of #51A18E
Black with #51A18E
Text Example
Text Example
White with #51A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A18E; }
p { color: rgb(81,161,142); }
H1.HeaderClassName
{
color: #51A18E;
}
.AnyTagClassName
{
color: #51A18E;
}
</style>
background-color css
<style>
a { background-color: #51A18E; }
a { background-color: rgb(81,161,142); }
div.DivClassName
{
background-color: #51A18E;
}
.BgClassName
{
background-color: #51A18E;
}
</style>
border-color css
<style>
span { border-color: #51A18E; }
span { border-color: rgb(81,161,142); }
td.TdClassName
{
border-color: #51A18E;
}
.TagClassName
{
border-color: #51A18E;
}
</style>