#52EFA8

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

Shades of Medium Aquamarine #52EFA8

Tints of Medium Aquamarine #52EFA8

Color information

#52EFA8 (or 0x52EFA8) is unknown color: approx Medium Aquamarine. HEX triplet: 52, EF and A8. RGB value is (82,239,168). Sum of RGB (Red+Green+Blue) = 82+239+168=489 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.77% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EFA8 is #AD1057. Grayscale: #B8B8B8. Windows color (decimal): -11341912 or 11071314. OLE color: 11071314.

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

Color convert

RGB82239168-
CMYK0.6600.300.06
HSL152.87º83.07%62.94%-
HSV(B)152.87º65.69%93.73%-
XYZ41.4166.3547.67-
YUV183.96118.9955.27-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.77%
GREEN value IS 239 (93.75% from 255) = 48.88%
BLUE value IS 168 (66.02% from 255) = 34.36%
R=16.77%
G=48.88%
B=34.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal822391680.6600.300.06152.8783.0762.94
Hex52EFA84201E699533f
Octal122357250102036623112377
Binary101001011101111101010001000010011110110100110011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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