Shades of Lochinvar #388E7E
Tints of Lochinvar #388E7E
RGB
CMYK
RGB Variations
Color information
#388E7E (or 0x388E7E) is known color: Lochinvar. HEX triplet: 38, 8E and 7E. RGB value is (56,142,126). Sum of RGB (Red+Green+Blue) = 56+142+126=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 142 (55.86% from 255 or 43.83% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 142 - color contains mainly: green. Hex color #388E7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388E7E is #C77181. Grayscale: #727272. Windows color (decimal): -13070722 or 8293944. OLE color: 8293944.
HSL color Cylindrical-coordinate representation of color #388E7E: hue angle of 168.84º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388E7E is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 142 | 126 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.44 |
| HSL | 168.84º | 0.43% | 0.39% | - |
| HSV(B) | 168.84º | 0.61% | 0.56% | - |
| XYZ | 15.07 | 21.69 | 23.13 | - |
| YUV | 114.46 | 134.51 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 126 | 0.61 | 0 | 0.11 | 0.44 | 168.84 | 0.43 | 0.39 |
| Hex | 38 | 8E | 7E | 3D | 0 | B | 2C | A9 | 2B | 27 |
| Octal | 70 | 216 | 176 | 75 | 0 | 13 | 54 | 251 | 53 | 47 |
| Binary | 111000 | 10001110 | 1111110 | 111101 | 0 | 1011 | 101100 | 10101001 | 101011 | 100111 |
Color Harmonies of #388E7E
Complementary color
Monochromatic Colors of #388E7E
Black with #388E7E
Text Example
Text Example
White with #388E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388E7E; }
p { color: rgb(56,142,126); }
H1.HeaderClassName
{
color: #388E7E;
}
.AnyTagClassName
{
color: #388E7E;
}
</style>
background-color css
<style>
a { background-color: #388E7E; }
a { background-color: rgb(56,142,126); }
div.DivClassName
{
background-color: #388E7E;
}
.BgClassName
{
background-color: #388E7E;
}
</style>
border-color css
<style>
span { border-color: #388E7E; }
span { border-color: rgb(56,142,126); }
td.TdClassName
{
border-color: #388E7E;
}
.TagClassName
{
border-color: #388E7E;
}
</style>