#52EFA2

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

Shades of Medium Aquamarine #52EFA2

Tints of Medium Aquamarine #52EFA2

Color information

#52EFA2 (or 0x52EFA2) is unknown color: approx Medium Aquamarine. HEX triplet: 52, EF and A2. RGB value is (82,239,162). Sum of RGB (Red+Green+Blue) = 82+239+162=483 (63% of max value = 765). Red value is 82 (32.42% from 255 or 16.98% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EFA2 is #AD105D. Grayscale: #B7B7B7. Windows color (decimal): -11341918 or 10678098. OLE color: 10678098.

HSL color Cylindrical-coordinate representation of color #52EFA2: hue angle of 150.57º 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 #52EFA2 is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB82239162-
CMYK0.6600.320.06
HSL150.57º83.07%62.94%-
HSV(B)150.57º65.69%93.73%-
XYZ40.8766.1444.79-
YUV183.28115.9955.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.98%
GREEN value IS 239 (93.75% from 255) = 49.48%
BLUE value IS 162 (63.67% from 255) = 33.54%
R=16.98%
G=49.48%
B=33.54%

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
Decimal822391620.6600.320.06150.5783.0762.94
Hex52EFA242020697533f
Octal122357242102040622712377
Binary1010010111011111010001010000100100000110100101111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EFA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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