#52FEA3

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

Shades of Medium Aquamarine #52FEA3

Tints of Medium Aquamarine #52FEA3

Color information

#52FEA3 (or 0x52FEA3) is unknown color: approx Medium Aquamarine. HEX triplet: 52, FE and A3. RGB value is (82,254,163). Sum of RGB (Red+Green+Blue) = 82+254+163=499 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.43% from 499); Green value is 254 (99.61% from 255 or 50.90% from 499); Blue value is 163 (64.06% from 255 or 32.67% from 499); Max value from RGB is 254 - color contains mainly: green. Hex color #52FEA3 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52FEA3 is #AD015C. Grayscale: #C0C0C0. Windows color (decimal): -11338077 or 10747474. OLE color: 10747474.

HSL color Cylindrical-coordinate representation of color #52FEA3: hue angle of 148.26º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52FEA3 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.00.

Color convert

RGB82254163-
CMYK0.6800.360.00
HSL148.26º98.85%65.88%-
HSV(B)148.26º67.72%99.61%-
XYZ45.5375.3246.79-
YUV192.2111.5249.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.43%
GREEN value IS 254 (99.61% from 255) = 50.90%
BLUE value IS 163 (64.06% from 255) = 32.67%
R=16.43%
G=50.90%
B=32.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal822541630.6800.360.00148.2698.8565.88
Hex52FEA3440240946342
Octal1223762431040440224143102
Binary101001011111110101000111000100010010001001010011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52FEA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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