Shades of Lochinvar #438F80
Tints of Lochinvar #438F80
RGB
CMYK
RGB Variations
Color information
#438F80 (or 0x438F80) is known color: Lochinvar. HEX triplet: 43, 8F and 80. RGB value is (67,143,128). Sum of RGB (Red+Green+Blue) = 67+143+128=338 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.82% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 143 - color contains mainly: green. Hex color #438F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438F80 is #BC707F. Grayscale: #767676. Windows color (decimal): -12349568 or 8425283. OLE color: 8425283.
HSL color Cylindrical-coordinate representation of color #438F80: hue angle of 168.16º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438F80 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 143 | 128 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.44 |
| HSL | 168.16º | 0.36% | 0.41% | - |
| HSV(B) | 168.16º | 0.53% | 0.56% | - |
| XYZ | 16.03 | 22.4 | 23.9 | - |
| YUV | 118.57 | 133.32 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 128 | 0.53 | 0 | 0.10 | 0.44 | 168.16 | 0.36 | 0.41 |
| Hex | 43 | 8F | 80 | 35 | 0 | A | 2C | A8 | 24 | 29 |
| Octal | 103 | 217 | 200 | 65 | 0 | 12 | 54 | 250 | 44 | 51 |
| Binary | 1000011 | 10001111 | 10000000 | 110101 | 0 | 1010 | 101100 | 10101000 | 100100 | 101001 |
Color Harmonies of #438F80
Complementary color
Monochromatic Colors of #438F80
Black with #438F80
Text Example
Text Example
White with #438F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438F80; }
p { color: rgb(67,143,128); }
H1.HeaderClassName
{
color: #438F80;
}
.AnyTagClassName
{
color: #438F80;
}
</style>
background-color css
<style>
a { background-color: #438F80; }
a { background-color: rgb(67,143,128); }
div.DivClassName
{
background-color: #438F80;
}
.BgClassName
{
background-color: #438F80;
}
</style>
border-color css
<style>
span { border-color: #438F80; }
span { border-color: rgb(67,143,128); }
td.TdClassName
{
border-color: #438F80;
}
.TagClassName
{
border-color: #438F80;
}
</style>