#52efae

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

Shades of Medium Aquamarine #52EFAE

Tints of Medium Aquamarine #52EFAE

Color information

#52EFAE (or 0x52EFAE) is unknown color: approx Medium Aquamarine. HEX triplet: 52, EF and AE. RGB value is (82,239,174). Sum of RGB (Red+Green+Blue) = 82+239+174=495 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.57% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFAE is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EFAE is #AD1051. Grayscale: #B8B8B8. Windows color (decimal): -11341906 or 11464530. OLE color: 11464530.

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

Color convert

RGB82239174-
CMYK0.6600.270.06
HSL155.16º83.07%62.94%-
HSV(B)155.16º65.69%93.73%-
XYZ41.9966.5850.68-
YUV184.65121.9954.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.57%
GREEN value IS 239 (93.75% from 255) = 48.28%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=16.57%
G=48.28%
B=35.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal822391740.6600.270.06155.1683.0762.94
Hex52EFAE4201B69b533f
Octal122357256102033623312377
Binary101001011101111101011101000010011011110100110111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52efae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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