Shades of Lochinvar #438A86
Tints of Lochinvar #438A86
RGB
CMYK
RGB Variations
Color information
#438A86 (or 0x438A86) is known color: Lochinvar. HEX triplet: 43, 8A and 86. RGB value is (67,138,134). Sum of RGB (Red+Green+Blue) = 67+138+134=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 138 - color contains mainly: green. Hex color #438A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438A86 is #BC7579. Grayscale: #747474. Windows color (decimal): -12350842 or 8817219. OLE color: 8817219.
HSL color Cylindrical-coordinate representation of color #438A86: hue angle of 176.62º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #438A86 is Cyan = 0.51, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 138 | 134 | - |
| CMYK | 0.51 | 0 | 0.03 | 0.46 |
| HSL | 176.62º | 0.35% | 0.4% | - |
| HSV(B) | 176.62º | 0.51% | 0.54% | - |
| XYZ | 15.71 | 21.09 | 25.8 | - |
| YUV | 116.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 134 | 0.51 | 0 | 0.03 | 0.46 | 176.62 | 0.35 | 0.4 |
| Hex | 43 | 8A | 86 | 33 | 0 | 3 | 2E | B1 | 23 | 28 |
| Octal | 103 | 212 | 206 | 63 | 0 | 3 | 56 | 261 | 43 | 50 |
| Binary | 1000011 | 10001010 | 10000110 | 110011 | 0 | 11 | 101110 | 10110001 | 100011 | 101000 |
Color Harmonies of #438A86
Complementary color
Monochromatic Colors of #438A86
Black with #438A86
Text Example
Text Example
White with #438A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438A86; }
p { color: rgb(67,138,134); }
H1.HeaderClassName
{
color: #438A86;
}
.AnyTagClassName
{
color: #438A86;
}
</style>
background-color css
<style>
a { background-color: #438A86; }
a { background-color: rgb(67,138,134); }
div.DivClassName
{
background-color: #438A86;
}
.BgClassName
{
background-color: #438A86;
}
</style>
border-color css
<style>
span { border-color: #438A86; }
span { border-color: rgb(67,138,134); }
td.TdClassName
{
border-color: #438A86;
}
.TagClassName
{
border-color: #438A86;
}
</style>