#52A18E

Color #52A18E Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #52A18E

Tints of Lochinvar #52A18E

Color information

#52A18E (or 0x52A18E) is unknown color: approx 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

RGB82161142-
CMYK0.4900.120.37
HSL165.57º32.51%47.65%-
HSV(B)165.57º49.07%63.14%-
XYZ21.1129.2430.12-
YUV135.21131.8390.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 21.30%
GREEN value IS 161 (63.28% from 255) = 41.82%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=21.30%
G=41.82%
B=36.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal821611420.4900.120.37165.5732.5147.65
Hex52A18E310C25a62130
Octal12224121661014452464160
Binary101001010100001100011101100010110010010110100110100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>