Shades of Lochinvar #52A18D
Tints of Lochinvar #52A18D
RGB
CMYK
RGB Variations
Color information
#52A18D (or 0x52A18D) is known color: Lochinvar. HEX triplet: 52, A1 and 8D. RGB value is (82,161,141). Sum of RGB (Red+Green+Blue) = 82+161+141=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 161 (63.28% from 255 or 41.93% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 161 - color contains mainly: green. Hex color #52A18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A18D is #AD5E72. Grayscale: #878787. Windows color (decimal): -11361907 or 9281874. OLE color: 9281874.
HSL color Cylindrical-coordinate representation of color #52A18D: hue angle of 164.81º 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 #52A18D is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 82 | 161 | 141 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.37 |
| HSL | 164.81º | 0.33% | 0.48% | - |
| HSV(B) | 164.81º | 0.49% | 0.63% | - |
| XYZ | 21.03 | 29.21 | 29.73 | - |
| YUV | 135.1 | 131.33 | 90.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 161 | 141 | 0.49 | 0 | 0.12 | 0.37 | 164.81 | 0.33 | 0.48 |
| Hex | 52 | A1 | 8D | 31 | 0 | C | 25 | A5 | 21 | 30 |
| Octal | 122 | 241 | 215 | 61 | 0 | 14 | 45 | 245 | 41 | 60 |
| Binary | 1010010 | 10100001 | 10001101 | 110001 | 0 | 1100 | 100101 | 10100101 | 100001 | 110000 |
Color Harmonies of #52A18D
Complementary color
Monochromatic Colors of #52A18D
Black with #52A18D
Text Example
Text Example
White with #52A18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A18D; }
p { color: rgb(82,161,141); }
H1.HeaderClassName
{
color: #52A18D;
}
.AnyTagClassName
{
color: #52A18D;
}
</style>
background-color css
<style>
a { background-color: #52A18D; }
a { background-color: rgb(82,161,141); }
div.DivClassName
{
background-color: #52A18D;
}
.BgClassName
{
background-color: #52A18D;
}
</style>
border-color css
<style>
span { border-color: #52A18D; }
span { border-color: rgb(82,161,141); }
td.TdClassName
{
border-color: #52A18D;
}
.TagClassName
{
border-color: #52A18D;
}
</style>