#52E895

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

Shades of Medium Aquamarine #52E895

Tints of Medium Aquamarine #52E895

Color information

#52E895 (or 0x52E895) is unknown color: approx Medium Aquamarine. HEX triplet: 52, E8 and 95. RGB value is (82,232,149). Sum of RGB (Red+Green+Blue) = 82+232+149=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 232 (91.02% from 255 or 50.11% from 463); Blue value is 149 (58.59% from 255 or 32.18% from 463); Max value from RGB is 232 - color contains mainly: green. Hex color #52E895 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E895 is #AD176A. Grayscale: #B1B1B1. Windows color (decimal): -11343723 or 9824338. OLE color: 9824338.

HSL color Cylindrical-coordinate representation of color #52E895: hue angle of 146.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E895 is Cyan = 0.65, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB82232149-
CMYK0.6500.360.09
HSL146.8º76.53%61.57%-
HSV(B)146.8º64.66%90.98%-
XYZ37.7661.6838.35-
YUV177.69111.859.75-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.71%
GREEN value IS 232 (91.02% from 255) = 50.11%
BLUE value IS 149 (58.59% from 255) = 32.18%
R=17.71%
G=50.11%
B=32.18%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal822321490.6500.360.09146.876.5361.57
Hex52E895410249934d3e
Octal1223502251010441122311576
Binary10100101110100010010101100000101001001001100100111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,232,149); }

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

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

 a { background-color: rgb(82,232,149); }

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

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

 span { border-color: rgb(82,232,149); }

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