#52E1AD

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

Shades of Medium Aquamarine #52E1AD

Tints of Medium Aquamarine #52E1AD

Color information

#52E1AD (or 0x52E1AD) is unknown color: approx Medium Aquamarine. HEX triplet: 52, E1 and AD. RGB value is (82,225,173). Sum of RGB (Red+Green+Blue) = 82+225+173=480 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.08% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #52E1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E1AD is #AD1E52. Grayscale: #B0B0B0. Windows color (decimal): -11345491 or 11395410. OLE color: 11395410.

HSL color Cylindrical-coordinate representation of color #52E1AD: hue angle of 158.18º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52E1AD is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB82225173-
CMYK0.6400.230.12
HSL158.18º70.44%60.2%-
HSV(B)158.18º63.56%88.24%-
XYZ37.9558.6648.86-
YUV176.32126.1260.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.08%
GREEN value IS 225 (88.28% from 255) = 46.88%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=17.08%
G=46.88%
B=36.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal822251730.6400.230.12158.1870.4460.2
Hex52E1AD40017C9e463c
Octal1223412551000271423610674
Binary1010010111000011010110110000000101111100100111101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,225,173); }

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

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

 a { background-color: rgb(82,225,173); }

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

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

 span { border-color: rgb(82,225,173); }

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