Shades of Lochinvar #3C8A7B
Tints of Lochinvar #3C8A7B
RGB
CMYK
RGB Variations
Color information
#3C8A7B (or 0x3C8A7B) is known color: Lochinvar. HEX triplet: 3C, 8A and 7B. RGB value is (60,138,123). Sum of RGB (Red+Green+Blue) = 60+138+123=321 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.69% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #3C8A7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8A7B is #C37584. Grayscale: #707070. Windows color (decimal): -12809605 or 8096316. OLE color: 8096316.
HSL color Cylindrical-coordinate representation of color #3C8A7B: hue angle of 168.46º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8A7B is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 60 | 138 | 123 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.46 |
| HSL | 168.46º | 0.39% | 0.39% | - |
| HSV(B) | 168.46º | 0.57% | 0.54% | - |
| XYZ | 14.53 | 20.57 | 21.94 | - |
| YUV | 112.97 | 133.66 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 138 | 123 | 0.57 | 0 | 0.11 | 0.46 | 168.46 | 0.39 | 0.39 |
| Hex | 3C | 8A | 7B | 39 | 0 | B | 2E | A8 | 27 | 27 |
| Octal | 74 | 212 | 173 | 71 | 0 | 13 | 56 | 250 | 47 | 47 |
| Binary | 111100 | 10001010 | 1111011 | 111001 | 0 | 1011 | 101110 | 10101000 | 100111 | 100111 |
Color Harmonies of #3C8A7B
Complementary color
Monochromatic Colors of #3C8A7B
Black with #3C8A7B
Text Example
Text Example
White with #3C8A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8A7B; }
p { color: rgb(60,138,123); }
H1.HeaderClassName
{
color: #3C8A7B;
}
.AnyTagClassName
{
color: #3C8A7B;
}
</style>
background-color css
<style>
a { background-color: #3C8A7B; }
a { background-color: rgb(60,138,123); }
div.DivClassName
{
background-color: #3C8A7B;
}
.BgClassName
{
background-color: #3C8A7B;
}
</style>
border-color css
<style>
span { border-color: #3C8A7B; }
span { border-color: rgb(60,138,123); }
td.TdClassName
{
border-color: #3C8A7B;
}
.TagClassName
{
border-color: #3C8A7B;
}
</style>