Shades of Lochinvar #3B8F80
Tints of Lochinvar #3B8F80
RGB
CMYK
RGB Variations
Color information
#3B8F80 (or 0x3B8F80) is known color: Lochinvar. HEX triplet: 3B, 8F and 80. RGB value is (59,143,128). Sum of RGB (Red+Green+Blue) = 59+143+128=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 143 (56.25% from 255 or 43.33% from 330); Blue value is 128 (50.39% from 255 or 38.79% from 330); Max value from RGB is 143 - color contains mainly: green. Hex color #3B8F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8F80 is #C4707F. Grayscale: #747474. Windows color (decimal): -12873856 or 8425275. OLE color: 8425275.
HSL color Cylindrical-coordinate representation of color #3B8F80: hue angle of 169.29º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B8F80 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 143 | 128 | - |
| CMYK | 0.59 | 0 | 0.10 | 0.44 |
| HSL | 169.29º | 0.42% | 0.4% | - |
| HSV(B) | 169.29º | 0.59% | 0.56% | - |
| XYZ | 15.52 | 22.13 | 23.88 | - |
| YUV | 116.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 143 | 128 | 0.59 | 0 | 0.10 | 0.44 | 169.29 | 0.42 | 0.4 |
| Hex | 3B | 8F | 80 | 3B | 0 | A | 2C | A9 | 2A | 28 |
| Octal | 73 | 217 | 200 | 73 | 0 | 12 | 54 | 251 | 52 | 50 |
| Binary | 111011 | 10001111 | 10000000 | 111011 | 0 | 1010 | 101100 | 10101001 | 101010 | 101000 |
Color Harmonies of #3B8F80
Complementary color
Monochromatic Colors of #3B8F80
Black with #3B8F80
Text Example
Text Example
White with #3B8F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8F80; }
p { color: rgb(59,143,128); }
H1.HeaderClassName
{
color: #3B8F80;
}
.AnyTagClassName
{
color: #3B8F80;
}
</style>
background-color css
<style>
a { background-color: #3B8F80; }
a { background-color: rgb(59,143,128); }
div.DivClassName
{
background-color: #3B8F80;
}
.BgClassName
{
background-color: #3B8F80;
}
</style>
border-color css
<style>
span { border-color: #3B8F80; }
span { border-color: rgb(59,143,128); }
td.TdClassName
{
border-color: #3B8F80;
}
.TagClassName
{
border-color: #3B8F80;
}
</style>