#52A185

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

Shades of Patina #52A185

Tints of Patina #52A185

Color information

#52A185 (or 0x52A185) is unknown color: approx Patina. HEX triplet: 52, A1 and 85. RGB value is (82,161,133). Sum of RGB (Red+Green+Blue) = 82+161+133=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 161 (63.28% from 255 or 42.82% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 161 - color contains mainly: green. Hex color #52A185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A185 is #AD5E7A. Grayscale: #868686. Windows color (decimal): -11361915 or 8757586. OLE color: 8757586.

HSL color Cylindrical-coordinate representation of color #52A185: hue angle of 158.73º 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 #52A185 is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB82161133-
CMYK0.4900.170.37
HSL158.73º32.51%47.65%-
HSV(B)158.73º49.07%63.14%-
XYZ20.4628.9826.71-
YUV134.19127.3390.78-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 21.81%
GREEN value IS 161 (63.28% from 255) = 42.82%
BLUE value IS 133 (52.34% from 255) = 35.37%
R=21.81%
G=42.82%
B=35.37%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal821611330.4900.170.37158.7332.5147.65
Hex52A18531011259f2130
Octal12224120561021452374160
Binary1010010101000011000010111000101000110010110011111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52A185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52A185; }

 p { color: rgb(82,161,133); }

 H1.HeaderClassName
 {
   color: #52A185;
 }
 .AnyTagClassName
 {
   color: #52A185;
 }
</style>
background-color css

<style>
 a { background-color: #52A185; }

 a { background-color: rgb(82,161,133); }

 div.DivClassName
 {
   background-color: #52A185;
 }
 .BgClassName
 {
   background-color: #52A185;
 }
</style>
border-color css

<style>
 span { border-color: #52A185; }

 span { border-color: rgb(82,161,133); }

 td.TdClassName
 {
   border-color: #52A185;
 }
 .TagClassName
 {
   border-color: #52A185;
 }
</style>