#52EFA4

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

Shades of Medium Aquamarine #52EFA4

Tints of Medium Aquamarine #52EFA4

Color information

#52EFA4 (or 0x52EFA4) is unknown color: approx Medium Aquamarine. HEX triplet: 52, EF and A4. RGB value is (82,239,164). Sum of RGB (Red+Green+Blue) = 82+239+164=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 239 (93.75% from 255 or 49.28% from 485); Blue value is 164 (64.45% from 255 or 33.81% from 485); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EFA4 is #AD105B. Grayscale: #B7B7B7. Windows color (decimal): -11341916 or 10809170. OLE color: 10809170.

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

Color convert

RGB82239164-
CMYK0.6600.310.06
HSL151.34º83.07%62.94%-
HSV(B)151.34º65.69%93.73%-
XYZ41.0566.2145.74-
YUV183.51116.9955.6-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.91%
GREEN value IS 239 (93.75% from 255) = 49.28%
BLUE value IS 164 (64.45% from 255) = 33.81%
R=16.91%
G=49.28%
B=33.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal822391640.6600.310.06151.3483.0762.94
Hex52EFA44201F697533f
Octal122357244102037622712377
Binary101001011101111101001001000010011111110100101111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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