Shades of Lochinvar #3C8E85
Tints of Lochinvar #3C8E85
RGB
CMYK
RGB Variations
Color information
#3C8E85 (or 0x3C8E85) is known color: Lochinvar. HEX triplet: 3C, 8E and 85. RGB value is (60,142,133). Sum of RGB (Red+Green+Blue) = 60+142+133=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 142 (55.86% from 255 or 42.39% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8E85 is #C3717A. Grayscale: #747474. Windows color (decimal): -12808571 or 8752700. OLE color: 8752700.
HSL color Cylindrical-coordinate representation of color #3C8E85: hue angle of 173.41º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8E85 is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 142 | 133 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.44 |
| HSL | 173.41º | 0.41% | 0.4% | - |
| HSV(B) | 173.41º | 0.58% | 0.56% | - |
| XYZ | 15.77 | 22 | 25.61 | - |
| YUV | 116.46 | 137.33 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 142 | 133 | 0.58 | 0 | 0.06 | 0.44 | 173.41 | 0.41 | 0.4 |
| Hex | 3C | 8E | 85 | 3A | 0 | 6 | 2C | AD | 29 | 28 |
| Octal | 74 | 216 | 205 | 72 | 0 | 6 | 54 | 255 | 51 | 50 |
| Binary | 111100 | 10001110 | 10000101 | 111010 | 0 | 110 | 101100 | 10101101 | 101001 | 101000 |
Color Harmonies of #3C8E85
Complementary color
Monochromatic Colors of #3C8E85
Black with #3C8E85
Text Example
Text Example
White with #3C8E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8E85; }
p { color: rgb(60,142,133); }
H1.HeaderClassName
{
color: #3C8E85;
}
.AnyTagClassName
{
color: #3C8E85;
}
</style>
background-color css
<style>
a { background-color: #3C8E85; }
a { background-color: rgb(60,142,133); }
div.DivClassName
{
background-color: #3C8E85;
}
.BgClassName
{
background-color: #3C8E85;
}
</style>
border-color css
<style>
span { border-color: #3C8E85; }
span { border-color: rgb(60,142,133); }
td.TdClassName
{
border-color: #3C8E85;
}
.TagClassName
{
border-color: #3C8E85;
}
</style>