Shades of Lochinvar #3B8B7B
Tints of Lochinvar #3B8B7B
RGB
CMYK
RGB Variations
Color information
#3B8B7B (or 0x3B8B7B) is known color: Lochinvar. HEX triplet: 3B, 8B and 7B. RGB value is (59,139,123). Sum of RGB (Red+Green+Blue) = 59+139+123=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #3B8B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8B7B is #C47484. Grayscale: #717171. Windows color (decimal): -12874885 or 8096571. OLE color: 8096571.
HSL color Cylindrical-coordinate representation of color #3B8B7B: hue angle of 168º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B8B7B is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 59 | 139 | 123 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.45 |
| HSL | 168º | 0.4% | 0.39% | - |
| HSV(B) | 168º | 0.58% | 0.55% | - |
| XYZ | 14.61 | 20.83 | 21.99 | - |
| YUV | 113.26 | 133.5 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 139 | 123 | 0.58 | 0 | 0.12 | 0.45 | 168 | 0.4 | 0.39 |
| Hex | 3B | 8B | 7B | 3A | 0 | C | 2D | A8 | 28 | 27 |
| Octal | 73 | 213 | 173 | 72 | 0 | 14 | 55 | 250 | 50 | 47 |
| Binary | 111011 | 10001011 | 1111011 | 111010 | 0 | 1100 | 101101 | 10101000 | 101000 | 100111 |
Color Harmonies of #3B8B7B
Complementary color
Monochromatic Colors of #3B8B7B
Black with #3B8B7B
Text Example
Text Example
White with #3B8B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8B7B; }
p { color: rgb(59,139,123); }
H1.HeaderClassName
{
color: #3B8B7B;
}
.AnyTagClassName
{
color: #3B8B7B;
}
</style>
background-color css
<style>
a { background-color: #3B8B7B; }
a { background-color: rgb(59,139,123); }
div.DivClassName
{
background-color: #3B8B7B;
}
.BgClassName
{
background-color: #3B8B7B;
}
</style>
border-color css
<style>
span { border-color: #3B8B7B; }
span { border-color: rgb(59,139,123); }
td.TdClassName
{
border-color: #3B8B7B;
}
.TagClassName
{
border-color: #3B8B7B;
}
</style>