#52EFB5

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

Shades of Medium Aquamarine #52EFB5

Tints of Medium Aquamarine #52EFB5

Color information

#52EFB5 (or 0x52EFB5) is unknown color: approx Medium Aquamarine. HEX triplet: 52, EF and B5. RGB value is (82,239,181). Sum of RGB (Red+Green+Blue) = 82+239+181=502 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.33% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFB5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFB5 is #AD104A. Grayscale: #B9B9B9. Windows color (decimal): -11341899 or 11923282. OLE color: 11923282.

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

Color convert

RGB82239181-
CMYK0.6600.240.06
HSL157.83º83.07%62.94%-
HSV(B)157.83º65.69%93.73%-
XYZ42.6966.8654.37-
YUV185.44125.4954.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.33%
GREEN value IS 239 (93.75% from 255) = 47.61%
BLUE value IS 181 (71.09% from 255) = 36.06%
R=16.33%
G=47.61%
B=36.06%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal822391810.6600.240.06157.8383.0762.94
Hex52EFB54201869e533f
Octal122357265102030623612377
Binary101001011101111101101011000010011000110100111101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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