Shades of Lochinvar #408E80
Tints of Lochinvar #408E80
RGB
CMYK
RGB Variations
Color information
#408E80 (or 0x408E80) is known color: Lochinvar. HEX triplet: 40, 8E and 80. RGB value is (64,142,128). Sum of RGB (Red+Green+Blue) = 64+142+128=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 142 (55.86% from 255 or 42.51% from 334); Blue value is 128 (50.39% from 255 or 38.32% from 334); Max value from RGB is 142 - color contains mainly: green. Hex color #408E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408E80 is #BF717F. Grayscale: #757575. Windows color (decimal): -12546432 or 8425024. OLE color: 8425024.
HSL color Cylindrical-coordinate representation of color #408E80: hue angle of 169.23º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #408E80 is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 142 | 128 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.44 |
| HSL | 169.23º | 0.38% | 0.4% | - |
| HSV(B) | 169.23º | 0.55% | 0.56% | - |
| XYZ | 15.68 | 21.99 | 23.84 | - |
| YUV | 117.08 | 134.16 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 142 | 128 | 0.55 | 0 | 0.10 | 0.44 | 169.23 | 0.38 | 0.4 |
| Hex | 40 | 8E | 80 | 37 | 0 | A | 2C | A9 | 26 | 28 |
| Octal | 100 | 216 | 200 | 67 | 0 | 12 | 54 | 251 | 46 | 50 |
| Binary | 1000000 | 10001110 | 10000000 | 110111 | 0 | 1010 | 101100 | 10101001 | 100110 | 101000 |
Color Harmonies of #408E80
Complementary color
Monochromatic Colors of #408E80
Black with #408E80
Text Example
Text Example
White with #408E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408E80; }
p { color: rgb(64,142,128); }
H1.HeaderClassName
{
color: #408E80;
}
.AnyTagClassName
{
color: #408E80;
}
</style>
background-color css
<style>
a { background-color: #408E80; }
a { background-color: rgb(64,142,128); }
div.DivClassName
{
background-color: #408E80;
}
.BgClassName
{
background-color: #408E80;
}
</style>
border-color css
<style>
span { border-color: #408E80; }
span { border-color: rgb(64,142,128); }
td.TdClassName
{
border-color: #408E80;
}
.TagClassName
{
border-color: #408E80;
}
</style>