#52D4A5

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

Shades of Medium Aquamarine #52D4A5

Tints of Medium Aquamarine #52D4A5

Color information

#52D4A5 (or 0x52D4A5) is unknown color: approx Medium Aquamarine. HEX triplet: 52, D4 and A5. RGB value is (82,212,165). Sum of RGB (Red+Green+Blue) = 82+212+165=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 212 - color contains mainly: green. Hex color #52D4A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52D4A5 is #AD2B5A. Grayscale: #A7A7A7. Windows color (decimal): -11348827 or 10867794. OLE color: 10867794.

HSL color Cylindrical-coordinate representation of color #52D4A5: hue angle of 158.31º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52D4A5 is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.17.

Color convert

RGB82212165-
CMYK0.6100.220.17
HSL158.31º60.19%57.65%-
HSV(B)158.31º61.32%83.14%-
XYZ33.8151.643.77-
YUV167.77126.4366.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.86%
GREEN value IS 212 (83.20% from 255) = 46.19%
BLUE value IS 165 (64.84% from 255) = 35.95%
R=17.86%
G=46.19%
B=35.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal822121650.6100.220.17158.3160.1957.65
Hex52D4A53D016119e3c3a
Octal12232424575026212367472
Binary101001011010100101001011111010101101000110011110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,212,165); }

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

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

 a { background-color: rgb(82,212,165); }

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

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

 span { border-color: rgb(82,212,165); }

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