Shades of Lochinvar #51A08B
Tints of Lochinvar #51A08B
RGB
CMYK
RGB Variations
Color information
#51A08B (or 0x51A08B) is known color: Lochinvar. HEX triplet: 51, A0 and 8B. RGB value is (81,160,139). Sum of RGB (Red+Green+Blue) = 81+160+139=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 160 - color contains mainly: green. Hex color #51A08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A08B is #AE5F74. Grayscale: #858585. Windows color (decimal): -11427701 or 9150545. OLE color: 9150545.
HSL color Cylindrical-coordinate representation of color #51A08B: hue angle of 164.05º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #51A08B is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 160 | 139 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.37 |
| HSL | 164.05º | 0.33% | 0.47% | - |
| HSV(B) | 164.05º | 0.49% | 0.63% | - |
| XYZ | 20.62 | 28.76 | 28.89 | - |
| YUV | 133.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 160 | 139 | 0.49 | 0 | 0.13 | 0.37 | 164.05 | 0.33 | 0.47 |
| Hex | 51 | A0 | 8B | 31 | 0 | D | 25 | A4 | 21 | 2F |
| Octal | 121 | 240 | 213 | 61 | 0 | 15 | 45 | 244 | 41 | 57 |
| Binary | 1010001 | 10100000 | 10001011 | 110001 | 0 | 1101 | 100101 | 10100100 | 100001 | 101111 |
Color Harmonies of #51A08B
Complementary color
Monochromatic Colors of #51A08B
Black with #51A08B
Text Example
Text Example
White with #51A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A08B; }
p { color: rgb(81,160,139); }
H1.HeaderClassName
{
color: #51A08B;
}
.AnyTagClassName
{
color: #51A08B;
}
</style>
background-color css
<style>
a { background-color: #51A08B; }
a { background-color: rgb(81,160,139); }
div.DivClassName
{
background-color: #51A08B;
}
.BgClassName
{
background-color: #51A08B;
}
</style>
border-color css
<style>
span { border-color: #51A08B; }
span { border-color: rgb(81,160,139); }
td.TdClassName
{
border-color: #51A08B;
}
.TagClassName
{
border-color: #51A08B;
}
</style>