#52D0A3

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

Shades of Medium Aquamarine #52D0A3

Tints of Medium Aquamarine #52D0A3

Color information

#52D0A3 (or 0x52D0A3) is unknown color: approx Medium Aquamarine. HEX triplet: 52, D0 and A3. RGB value is (82,208,163). Sum of RGB (Red+Green+Blue) = 82+208+163=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 208 (81.64% from 255 or 45.92% from 453); Blue value is 163 (64.06% from 255 or 35.98% from 453); Max value from RGB is 208 - color contains mainly: green. Hex color #52D0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D0A3 is #AD2F5C. Grayscale: #A5A5A5. Windows color (decimal): -11349853 or 10735698. OLE color: 10735698.

HSL color Cylindrical-coordinate representation of color #52D0A3: hue angle of 158.57º degrees, saturation: 0.57, 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 #52D0A3 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB82208163-
CMYK0.6100.220.18
HSL158.57º57.27%56.86%-
HSV(B)158.57º60.58%81.57%-
XYZ32.6549.5542.49-
YUV165.2126.7668.66-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.10%
GREEN value IS 208 (81.64% from 255) = 45.92%
BLUE value IS 163 (64.06% from 255) = 35.98%
R=18.10%
G=45.92%
B=35.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal822081630.6100.220.18158.5757.2756.86
Hex52D0A33D016129f3939
Octal12232024375026222377171
Binary101001011010000101000111111010101101001010011111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D0A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,208,163); }

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

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

 a { background-color: rgb(82,208,163); }

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

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

 span { border-color: rgb(82,208,163); }

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