Shades of Lochinvar #52A18E
Tints of Lochinvar #52A18E
RGB
CMYK
RGB Variations
Color information
#52A18E (or 0x52A18E) is known color: Lochinvar. HEX triplet: 52, A1 and 8E. RGB value is (82,161,142). Sum of RGB (Red+Green+Blue) = 82+161+142=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 161 (63.28% from 255 or 41.82% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 161 - color contains mainly: green. Hex color #52A18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A18E is #AD5E71. Grayscale: #878787. Windows color (decimal): -11361906 or 9347410. OLE color: 9347410.
HSL color Cylindrical-coordinate representation of color #52A18E: hue angle of 165.57º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52A18E is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 161 | 142 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.37 |
| HSL | 165.57º | 0.33% | 0.48% | - |
| HSV(B) | 165.57º | 0.49% | 0.63% | - |
| XYZ | 21.11 | 29.24 | 30.12 | - |
| YUV | 135.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 161 | 142 | 0.49 | 0 | 0.12 | 0.37 | 165.57 | 0.33 | 0.48 |
| Hex | 52 | A1 | 8E | 31 | 0 | C | 25 | A6 | 21 | 30 |
| Octal | 122 | 241 | 216 | 61 | 0 | 14 | 45 | 246 | 41 | 60 |
| Binary | 1010010 | 10100001 | 10001110 | 110001 | 0 | 1100 | 100101 | 10100110 | 100001 | 110000 |
Color Harmonies of #52A18E
Complementary color
Monochromatic Colors of #52A18E
Black with #52A18E
Text Example
Text Example
White with #52A18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A18E; }
p { color: rgb(82,161,142); }
H1.HeaderClassName
{
color: #52A18E;
}
.AnyTagClassName
{
color: #52A18E;
}
</style>
background-color css
<style>
a { background-color: #52A18E; }
a { background-color: rgb(82,161,142); }
div.DivClassName
{
background-color: #52A18E;
}
.BgClassName
{
background-color: #52A18E;
}
</style>
border-color css
<style>
span { border-color: #52A18E; }
span { border-color: rgb(82,161,142); }
td.TdClassName
{
border-color: #52A18E;
}
.TagClassName
{
border-color: #52A18E;
}
</style>