#52EFA3

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

Shades of Medium Aquamarine #52EFA3

Tints of Medium Aquamarine #52EFA3

Color information

#52EFA3 (or 0x52EFA3) is unknown color: approx Medium Aquamarine. HEX triplet: 52, EF and A3. RGB value is (82,239,163). Sum of RGB (Red+Green+Blue) = 82+239+163=484 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.94% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EFA3 is #AD105C. Grayscale: #B7B7B7. Windows color (decimal): -11341917 or 10743634. OLE color: 10743634.

HSL color Cylindrical-coordinate representation of color #52EFA3: hue angle of 150.96º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EFA3 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB82239163-
CMYK0.6600.320.06
HSL150.96º83.07%62.94%-
HSV(B)150.96º65.69%93.73%-
XYZ40.9666.1745.26-
YUV183.39116.4955.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.94%
GREEN value IS 239 (93.75% from 255) = 49.38%
BLUE value IS 163 (64.06% from 255) = 33.68%
R=16.94%
G=49.38%
B=33.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal822391630.6600.320.06150.9683.0762.94
Hex52EFA342020697533f
Octal122357243102040622712377
Binary1010010111011111010001110000100100000110100101111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EFA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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