#53D2AC

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

Shades of Medium Aquamarine #53D2AC

Tints of Medium Aquamarine #53D2AC

Color information

#53D2AC (or 0x53D2AC) is unknown color: approx Medium Aquamarine. HEX triplet: 53, D2 and AC. RGB value is (83,210,172). Sum of RGB (Red+Green+Blue) = 83+210+172=465 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.85% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #53D2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D2AC is #AC2D53. Grayscale: #A7A7A7. Windows color (decimal): -11283796 or 11326035. OLE color: 11326035.

HSL color Cylindrical-coordinate representation of color #53D2AC: hue angle of 162.05º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D2AC is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB83210172-
CMYK0.6000.180.18
HSL162.05º58.53%57.45%-
HSV(B)162.05º60.48%82.35%-
XYZ34.0650.9147.06-
YUV167.7130.4267.59-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.85%
GREEN value IS 210 (82.42% from 255) = 45.16%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=17.85%
G=45.16%
B=36.99%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal832101720.6000.180.18162.0558.5357.45
Hex53D2AC3C01212a23b39
Octal12332225474022222427371
Binary101001111010010101011001111000100101001010100010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53D2AC; }

 p { color: rgb(83,210,172); }

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

<style>
 a { background-color: #53D2AC; }

 a { background-color: rgb(83,210,172); }

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

<style>
 span { border-color: #53D2AC; }

 span { border-color: rgb(83,210,172); }

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