#52DDAC

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

Shades of Medium Aquamarine #52DDAC

Tints of Medium Aquamarine #52DDAC

Color information

#52DDAC (or 0x52DDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 52, DD and AC. RGB value is (82,221,172). Sum of RGB (Red+Green+Blue) = 82+221+172=475 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.26% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #52DDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52DDAC is #AD2253. Grayscale: #ADADAD. Windows color (decimal): -11346516 or 11328850. OLE color: 11328850.

HSL color Cylindrical-coordinate representation of color #52DDAC: hue angle of 158.85º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52DDAC is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB82221172-
CMYK0.6300.220.13
HSL158.85º67.15%59.41%-
HSV(B)158.85º62.9%86.67%-
XYZ36.7856.4947.99-
YUV173.85126.9562.48-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.26%
GREEN value IS 221 (86.72% from 255) = 46.53%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=17.26%
G=46.53%
B=36.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal822211720.6300.220.13158.8567.1559.41
Hex52DDAC3F016D9f433b
Octal122335254770261523710373
Binary101001011011101101011001111110101101101100111111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,221,172); }

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

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

 a { background-color: rgb(82,221,172); }

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

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

 span { border-color: rgb(82,221,172); }

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