#52D7A9

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

Shades of Medium Aquamarine #52D7A9

Tints of Medium Aquamarine #52D7A9

Color information

#52D7A9 (or 0x52D7A9) is unknown color: approx Medium Aquamarine. HEX triplet: 52, D7 and A9. RGB value is (82,215,169). Sum of RGB (Red+Green+Blue) = 82+215+169=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 215 (84.38% from 255 or 46.14% from 466); Blue value is 169 (66.41% from 255 or 36.27% from 466); Max value from RGB is 215 - color contains mainly: green. Hex color #52D7A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D7A9 is #AD2856. Grayscale: #AAAAAA. Windows color (decimal): -11348055 or 11130706. OLE color: 11130706.

HSL color Cylindrical-coordinate representation of color #52D7A9: hue angle of 159.25º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D7A9 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB82215169-
CMYK0.6200.210.16
HSL159.25º62.44%58.24%-
HSV(B)159.25º61.86%84.31%-
XYZ34.9453.2645.97-
YUV169.99127.4465.24-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.60%
GREEN value IS 215 (84.38% from 255) = 46.14%
BLUE value IS 169 (66.41% from 255) = 36.27%
R=17.60%
G=46.14%
B=36.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal822151690.6200.210.16159.2562.4458.24
Hex52D7A93E015109f3e3a
Octal12232725176025202377672
Binary101001011010111101010011111100101011000010011111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D7A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,215,169); }

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

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

 a { background-color: rgb(82,215,169); }

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

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

 span { border-color: rgb(82,215,169); }

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