Shades of Lochinvar #388D7B
Tints of Lochinvar #388D7B
RGB
CMYK
RGB Variations
Color information
#388D7B (or 0x388D7B) is known color: Lochinvar. HEX triplet: 38, 8D and 7B. RGB value is (56,141,123). Sum of RGB (Red+Green+Blue) = 56+141+123=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 141 (55.47% from 255 or 44.06% from 320); Blue value is 123 (48.44% from 255 or 38.44% from 320); Max value from RGB is 141 - color contains mainly: green. Hex color #388D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388D7B is #C77284. Grayscale: #717171. Windows color (decimal): -13070981 or 8097080. OLE color: 8097080.
HSL color Cylindrical-coordinate representation of color #388D7B: hue angle of 167.29º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #388D7B is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 56 | 141 | 123 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.45 |
| HSL | 167.29º | 0.43% | 0.39% | - |
| HSV(B) | 167.29º | 0.6% | 0.55% | - |
| XYZ | 14.73 | 21.32 | 22.08 | - |
| YUV | 113.53 | 133.34 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 141 | 123 | 0.60 | 0 | 0.13 | 0.45 | 167.29 | 0.43 | 0.39 |
| Hex | 38 | 8D | 7B | 3C | 0 | D | 2D | A7 | 2B | 27 |
| Octal | 70 | 215 | 173 | 74 | 0 | 15 | 55 | 247 | 53 | 47 |
| Binary | 111000 | 10001101 | 1111011 | 111100 | 0 | 1101 | 101101 | 10100111 | 101011 | 100111 |
Color Harmonies of #388D7B
Complementary color
Monochromatic Colors of #388D7B
Black with #388D7B
Text Example
Text Example
White with #388D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #388D7B; }
p { color: rgb(56,141,123); }
H1.HeaderClassName
{
color: #388D7B;
}
.AnyTagClassName
{
color: #388D7B;
}
</style>
background-color css
<style>
a { background-color: #388D7B; }
a { background-color: rgb(56,141,123); }
div.DivClassName
{
background-color: #388D7B;
}
.BgClassName
{
background-color: #388D7B;
}
</style>
border-color css
<style>
span { border-color: #388D7B; }
span { border-color: rgb(56,141,123); }
td.TdClassName
{
border-color: #388D7B;
}
.TagClassName
{
border-color: #388D7B;
}
</style>