#52D2AA

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

Shades of Medium Aquamarine #52D2AA

Tints of Medium Aquamarine #52D2AA

Color information

#52D2AA (or 0x52D2AA) is unknown color: approx Medium Aquamarine. HEX triplet: 52, D2 and AA. RGB value is (82,210,170). Sum of RGB (Red+Green+Blue) = 82+210+170=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #52D2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D2AA is #AD2D55. Grayscale: #A7A7A7. Windows color (decimal): -11349334 or 11194962. OLE color: 11194962.

HSL color Cylindrical-coordinate representation of color #52D2AA: hue angle of 161.25º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D2AA is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB82210170-
CMYK0.6100.190.18
HSL161.25º58.72%57.25%-
HSV(B)161.25º60.95%82.35%-
XYZ33.7850.7946.05-
YUV167.17129.5967.25-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.75%
GREEN value IS 210 (82.42% from 255) = 45.45%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=17.75%
G=45.45%
B=36.80%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal822101700.6100.190.18161.2558.7257.25
Hex52D2AA3D01312a13b39
Octal12232225275023222417371
Binary101001011010010101010101111010100111001010100001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,210,170); }

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

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

 a { background-color: rgb(82,210,170); }

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

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

 span { border-color: rgb(82,210,170); }

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