#52E095

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

Shades of Medium Aquamarine #52E095

Tints of Medium Aquamarine #52E095

Color information

#52E095 (or 0x52E095) is unknown color: approx Medium Aquamarine. HEX triplet: 52, E0 and 95. RGB value is (82,224,149). Sum of RGB (Red+Green+Blue) = 82+224+149=455 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.02% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #52E095 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52E095 is #AD1F6A. Grayscale: #ADADAD. Windows color (decimal): -11345771 or 9822290. OLE color: 9822290.

HSL color Cylindrical-coordinate representation of color #52E095: hue angle of 148.31º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52E095 is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB82224149-
CMYK0.6300.330.12
HSL148.31º69.61%60%-
HSV(B)148.31º63.39%87.84%-
XYZ35.5657.2837.61-
YUV172.99114.4663.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 18.02%
GREEN value IS 224 (87.89% from 255) = 49.23%
BLUE value IS 149 (58.59% from 255) = 32.75%
R=18.02%
G=49.23%
B=32.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal822241490.6300.330.12148.3169.6160
Hex52E0953F021C94463c
Octal122340225770411422410674
Binary1010010111000001001010111111101000011100100101001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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