Shades of Lochinvar #388B7E
Tints of Lochinvar #388B7E
RGB
CMYK
RGB Variations
Color information
#388B7E (or 0x388B7E) is known color: Lochinvar. HEX triplet: 38, 8B and 7E. RGB value is (56,139,126). Sum of RGB (Red+Green+Blue) = 56+139+126=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 126 (49.61% from 255 or 39.25% from 321); Max value from RGB is 139 - color contains mainly: green. Hex color #388B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388B7E is #C77481. Grayscale: #707070. Windows color (decimal): -13071490 or 8293176. OLE color: 8293176.
HSL color Cylindrical-coordinate representation of color #388B7E: hue angle of 170.6º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388B7E is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 139 | 126 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.45 |
| HSL | 170.6º | 0.43% | 0.38% | - |
| HSV(B) | 170.6º | 0.6% | 0.55% | - |
| XYZ | 14.63 | 20.81 | 22.98 | - |
| YUV | 112.7 | 135.5 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 139 | 126 | 0.60 | 0 | 0.09 | 0.45 | 170.6 | 0.43 | 0.38 |
| Hex | 38 | 8B | 7E | 3C | 0 | 9 | 2D | AB | 2B | 26 |
| Octal | 70 | 213 | 176 | 74 | 0 | 11 | 55 | 253 | 53 | 46 |
| Binary | 111000 | 10001011 | 1111110 | 111100 | 0 | 1001 | 101101 | 10101011 | 101011 | 100110 |
Color Harmonies of #388B7E
Complementary color
Monochromatic Colors of #388B7E
Black with #388B7E
Text Example
Text Example
White with #388B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388B7E; }
p { color: rgb(56,139,126); }
H1.HeaderClassName
{
color: #388B7E;
}
.AnyTagClassName
{
color: #388B7E;
}
</style>
background-color css
<style>
a { background-color: #388B7E; }
a { background-color: rgb(56,139,126); }
div.DivClassName
{
background-color: #388B7E;
}
.BgClassName
{
background-color: #388B7E;
}
</style>
border-color css
<style>
span { border-color: #388B7E; }
span { border-color: rgb(56,139,126); }
td.TdClassName
{
border-color: #388B7E;
}
.TagClassName
{
border-color: #388B7E;
}
</style>