#52E9A0

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

Shades of Medium Aquamarine #52E9A0

Tints of Medium Aquamarine #52E9A0

Color information

#52E9A0 (or 0x52E9A0) is unknown color: approx Medium Aquamarine. HEX triplet: 52, E9 and A0. RGB value is (82,233,160). Sum of RGB (Red+Green+Blue) = 82+233+160=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 233 (91.41% from 255 or 49.05% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 233 - color contains mainly: green. Hex color #52E9A0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52E9A0 is #AD165F. Grayscale: #B3B3B3. Windows color (decimal): -11343456 or 10545490. OLE color: 10545490.

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

Color convert

RGB82233160-
CMYK0.6500.310.09
HSL150.99º77.44%61.76%-
HSV(B)150.99º64.81%91.37%-
XYZ38.9662.6143.29-
YUV179.53116.9758.44-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.26%
GREEN value IS 233 (91.41% from 255) = 49.05%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=17.26%
G=49.05%
B=33.68%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal822331600.6500.310.09150.9977.4461.76
Hex52E9A04101F9974d3e
Octal1223512401010371122711576
Binary1010010111010011010000010000010111111001100101111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,233,160); }

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

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

 a { background-color: rgb(82,233,160); }

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

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

 span { border-color: rgb(82,233,160); }

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