Shades of Lochinvar #418E86
Tints of Lochinvar #418E86
RGB
CMYK
RGB Variations
Color information
#418E86 (or 0x418E86) is known color: Lochinvar. HEX triplet: 41, 8E and 86. RGB value is (65,142,134). Sum of RGB (Red+Green+Blue) = 65+142+134=341 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.06% from 341); Green value is 142 (55.86% from 255 or 41.64% from 341); Blue value is 134 (52.73% from 255 or 39.30% from 341); Max value from RGB is 142 - color contains mainly: green. Hex color #418E86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418E86 is #BE7179. Grayscale: #767676. Windows color (decimal): -12480890 or 8818241. OLE color: 8818241.
HSL color Cylindrical-coordinate representation of color #418E86: hue angle of 173.77º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #418E86 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 142 | 134 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.44 |
| HSL | 173.77º | 0.37% | 0.41% | - |
| HSV(B) | 173.77º | 0.54% | 0.56% | - |
| XYZ | 16.16 | 22.19 | 25.99 | - |
| YUV | 118.07 | 136.99 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 142 | 134 | 0.54 | 0 | 0.06 | 0.44 | 173.77 | 0.37 | 0.41 |
| Hex | 41 | 8E | 86 | 36 | 0 | 6 | 2C | AE | 25 | 29 |
| Octal | 101 | 216 | 206 | 66 | 0 | 6 | 54 | 256 | 45 | 51 |
| Binary | 1000001 | 10001110 | 10000110 | 110110 | 0 | 110 | 101100 | 10101110 | 100101 | 101001 |
Color Harmonies of #418E86
Complementary color
Monochromatic Colors of #418E86
Black with #418E86
Text Example
Text Example
White with #418E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418E86; }
p { color: rgb(65,142,134); }
H1.HeaderClassName
{
color: #418E86;
}
.AnyTagClassName
{
color: #418E86;
}
</style>
background-color css
<style>
a { background-color: #418E86; }
a { background-color: rgb(65,142,134); }
div.DivClassName
{
background-color: #418E86;
}
.BgClassName
{
background-color: #418E86;
}
</style>
border-color css
<style>
span { border-color: #418E86; }
span { border-color: rgb(65,142,134); }
td.TdClassName
{
border-color: #418E86;
}
.TagClassName
{
border-color: #418E86;
}
</style>