Shades of Lochinvar #448E80
Tints of Lochinvar #448E80
RGB
CMYK
RGB Variations
Color information
#448E80 (or 0x448E80) is known color: Lochinvar. HEX triplet: 44, 8E and 80. RGB value is (68,142,128). Sum of RGB (Red+Green+Blue) = 68+142+128=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 142 (55.86% from 255 or 42.01% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 142 - color contains mainly: green. Hex color #448E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448E80 is #BB717F. Grayscale: #767676. Windows color (decimal): -12284288 or 8425028. OLE color: 8425028.
HSL color Cylindrical-coordinate representation of color #448E80: hue angle of 168.65º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448E80 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 142 | 128 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.44 |
| HSL | 168.65º | 0.35% | 0.41% | - |
| HSV(B) | 168.65º | 0.52% | 0.56% | - |
| XYZ | 15.95 | 22.13 | 23.85 | - |
| YUV | 118.28 | 133.48 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 142 | 128 | 0.52 | 0 | 0.10 | 0.44 | 168.65 | 0.35 | 0.41 |
| Hex | 44 | 8E | 80 | 34 | 0 | A | 2C | A9 | 23 | 29 |
| Octal | 104 | 216 | 200 | 64 | 0 | 12 | 54 | 251 | 43 | 51 |
| Binary | 1000100 | 10001110 | 10000000 | 110100 | 0 | 1010 | 101100 | 10101001 | 100011 | 101001 |
Color Harmonies of #448E80
Complementary color
Monochromatic Colors of #448E80
Black with #448E80
Text Example
Text Example
White with #448E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #448E80; }
p { color: rgb(68,142,128); }
H1.HeaderClassName
{
color: #448E80;
}
.AnyTagClassName
{
color: #448E80;
}
</style>
background-color css
<style>
a { background-color: #448E80; }
a { background-color: rgb(68,142,128); }
div.DivClassName
{
background-color: #448E80;
}
.BgClassName
{
background-color: #448E80;
}
</style>
border-color css
<style>
span { border-color: #448E80; }
span { border-color: rgb(68,142,128); }
td.TdClassName
{
border-color: #448E80;
}
.TagClassName
{
border-color: #448E80;
}
</style>