Shades of Lochinvar #52A18C
Tints of Lochinvar #52A18C
RGB
CMYK
RGB Variations
Color information
#52A18C (or 0x52A18C) is known color: Lochinvar. HEX triplet: 52, A1 and 8C. RGB value is (82,161,140). Sum of RGB (Red+Green+Blue) = 82+161+140=383 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.41% from 383); Green value is 161 (63.28% from 255 or 42.04% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 161 - color contains mainly: green. Hex color #52A18C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A18C is #AD5E73. Grayscale: #868686. Windows color (decimal): -11361908 or 9216338. OLE color: 9216338.
HSL color Cylindrical-coordinate representation of color #52A18C: hue angle of 164.05º 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 #52A18C is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 161 | 140 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.37 |
| HSL | 164.05º | 0.33% | 0.48% | - |
| HSV(B) | 164.05º | 0.49% | 0.63% | - |
| XYZ | 20.96 | 29.18 | 29.34 | - |
| YUV | 134.99 | 130.83 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 161 | 140 | 0.49 | 0 | 0.13 | 0.37 | 164.05 | 0.33 | 0.48 |
| Hex | 52 | A1 | 8C | 31 | 0 | D | 25 | A4 | 21 | 30 |
| Octal | 122 | 241 | 214 | 61 | 0 | 15 | 45 | 244 | 41 | 60 |
| Binary | 1010010 | 10100001 | 10001100 | 110001 | 0 | 1101 | 100101 | 10100100 | 100001 | 110000 |
Color Harmonies of #52A18C
Complementary color
Monochromatic Colors of #52A18C
Black with #52A18C
Text Example
Text Example
White with #52A18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A18C; }
p { color: rgb(82,161,140); }
H1.HeaderClassName
{
color: #52A18C;
}
.AnyTagClassName
{
color: #52A18C;
}
</style>
background-color css
<style>
a { background-color: #52A18C; }
a { background-color: rgb(82,161,140); }
div.DivClassName
{
background-color: #52A18C;
}
.BgClassName
{
background-color: #52A18C;
}
</style>
border-color css
<style>
span { border-color: #52A18C; }
span { border-color: rgb(82,161,140); }
td.TdClassName
{
border-color: #52A18C;
}
.TagClassName
{
border-color: #52A18C;
}
</style>