Shades of Lochinvar #438F7E
Tints of Lochinvar #438F7E
RGB
CMYK
RGB Variations
Color information
#438F7E (or 0x438F7E) is known color: Lochinvar. HEX triplet: 43, 8F and 7E. RGB value is (67,143,126). Sum of RGB (Red+Green+Blue) = 67+143+126=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 126 (49.61% from 255 or 37.5% from 336); Max value from RGB is 143 - color contains mainly: green. Hex color #438F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438F7E is #BC7081. Grayscale: #767676. Windows color (decimal): -12349570 or 8294211. OLE color: 8294211.
HSL color Cylindrical-coordinate representation of color #438F7E: hue angle of 166.58º 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 #438F7E is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 67 | 143 | 126 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.44 |
| HSL | 166.58º | 0.36% | 0.41% | - |
| HSV(B) | 166.58º | 0.53% | 0.56% | - |
| XYZ | 15.9 | 22.34 | 23.21 | - |
| YUV | 118.34 | 132.32 | 91.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 143 | 126 | 0.53 | 0 | 0.12 | 0.44 | 166.58 | 0.36 | 0.41 |
| Hex | 43 | 8F | 7E | 35 | 0 | C | 2C | A7 | 24 | 29 |
| Octal | 103 | 217 | 176 | 65 | 0 | 14 | 54 | 247 | 44 | 51 |
| Binary | 1000011 | 10001111 | 1111110 | 110101 | 0 | 1100 | 101100 | 10100111 | 100100 | 101001 |
Color Harmonies of #438F7E
Complementary color
Monochromatic Colors of #438F7E
Black with #438F7E
Text Example
Text Example
White with #438F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438F7E; }
p { color: rgb(67,143,126); }
H1.HeaderClassName
{
color: #438F7E;
}
.AnyTagClassName
{
color: #438F7E;
}
</style>
background-color css
<style>
a { background-color: #438F7E; }
a { background-color: rgb(67,143,126); }
div.DivClassName
{
background-color: #438F7E;
}
.BgClassName
{
background-color: #438F7E;
}
</style>
border-color css
<style>
span { border-color: #438F7E; }
span { border-color: rgb(67,143,126); }
td.TdClassName
{
border-color: #438F7E;
}
.TagClassName
{
border-color: #438F7E;
}
</style>