Shades of Lochinvar #3C8C85
Tints of Lochinvar #3C8C85
RGB
CMYK
RGB Variations
Color information
#3C8C85 (or 0x3C8C85) is known color: Lochinvar. HEX triplet: 3C, 8C and 85. RGB value is (60,140,133). Sum of RGB (Red+Green+Blue) = 60+140+133=333 (44% of max value = 765). Red value is 60 (23.83% from 255 or 18.02% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 133 (52.34% from 255 or 39.94% from 333); Max value from RGB is 140 - color contains mainly: green. Hex color #3C8C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8C85 is #C3737A. Grayscale: #737373. Windows color (decimal): -12809083 or 8752188. OLE color: 8752188.
HSL color Cylindrical-coordinate representation of color #3C8C85: hue angle of 174.75º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8C85 is Cyan = 0.57, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 140 | 133 | - |
| CMYK | 0.57 | 0 | 0.05 | 0.45 |
| HSL | 174.75º | 0.4% | 0.39% | - |
| HSV(B) | 174.75º | 0.57% | 0.55% | - |
| XYZ | 15.48 | 21.41 | 25.51 | - |
| YUV | 115.28 | 138 | 88.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 140 | 133 | 0.57 | 0 | 0.05 | 0.45 | 174.75 | 0.4 | 0.39 |
| Hex | 3C | 8C | 85 | 39 | 0 | 5 | 2D | AF | 28 | 27 |
| Octal | 74 | 214 | 205 | 71 | 0 | 5 | 55 | 257 | 50 | 47 |
| Binary | 111100 | 10001100 | 10000101 | 111001 | 0 | 101 | 101101 | 10101111 | 101000 | 100111 |
Color Harmonies of #3C8C85
Complementary color
Monochromatic Colors of #3C8C85
Black with #3C8C85
Text Example
Text Example
White with #3C8C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8C85; }
p { color: rgb(60,140,133); }
H1.HeaderClassName
{
color: #3C8C85;
}
.AnyTagClassName
{
color: #3C8C85;
}
</style>
background-color css
<style>
a { background-color: #3C8C85; }
a { background-color: rgb(60,140,133); }
div.DivClassName
{
background-color: #3C8C85;
}
.BgClassName
{
background-color: #3C8C85;
}
</style>
border-color css
<style>
span { border-color: #3C8C85; }
span { border-color: rgb(60,140,133); }
td.TdClassName
{
border-color: #3C8C85;
}
.TagClassName
{
border-color: #3C8C85;
}
</style>