Shades of Lochinvar #388E7F
Tints of Lochinvar #388E7F
RGB
CMYK
RGB Variations
Color information
#388E7F (or 0x388E7F) is known color: Lochinvar. HEX triplet: 38, 8E and 7F. RGB value is (56,142,127). Sum of RGB (Red+Green+Blue) = 56+142+127=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 142 - color contains mainly: green. Hex color #388E7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388E7F is #C77180. Grayscale: #727272. Windows color (decimal): -13070721 or 8359480. OLE color: 8359480.
HSL color Cylindrical-coordinate representation of color #388E7F: hue angle of 169.53º 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 #388E7F is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 56 | 142 | 127 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.44 |
| HSL | 169.53º | 0.43% | 0.39% | - |
| HSV(B) | 169.53º | 0.61% | 0.56% | - |
| XYZ | 15.13 | 21.72 | 23.47 | - |
| YUV | 114.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 142 | 127 | 0.61 | 0 | 0.11 | 0.44 | 169.53 | 0.43 | 0.39 |
| Hex | 38 | 8E | 7F | 3D | 0 | B | 2C | AA | 2B | 27 |
| Octal | 70 | 216 | 177 | 75 | 0 | 13 | 54 | 252 | 53 | 47 |
| Binary | 111000 | 10001110 | 1111111 | 111101 | 0 | 1011 | 101100 | 10101010 | 101011 | 100111 |
Color Harmonies of #388E7F
Complementary color
Monochromatic Colors of #388E7F
Black with #388E7F
Text Example
Text Example
White with #388E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388E7F; }
p { color: rgb(56,142,127); }
H1.HeaderClassName
{
color: #388E7F;
}
.AnyTagClassName
{
color: #388E7F;
}
</style>
background-color css
<style>
a { background-color: #388E7F; }
a { background-color: rgb(56,142,127); }
div.DivClassName
{
background-color: #388E7F;
}
.BgClassName
{
background-color: #388E7F;
}
</style>
border-color css
<style>
span { border-color: #388E7F; }
span { border-color: rgb(56,142,127); }
td.TdClassName
{
border-color: #388E7F;
}
.TagClassName
{
border-color: #388E7F;
}
</style>