#53CEA9

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

Shades of Medium Aquamarine #53CEA9

Tints of Medium Aquamarine #53CEA9

Color information

#53CEA9 (or 0x53CEA9) is unknown color: approx Medium Aquamarine. HEX triplet: 53, CE and A9. RGB value is (83,206,169). Sum of RGB (Red+Green+Blue) = 83+206+169=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #53CEA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CEA9 is #AC3156. Grayscale: #A5A5A5. Windows color (decimal): -11284823 or 11128403. OLE color: 11128403.

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

Color convert

RGB83206169-
CMYK0.6000.180.19
HSL161.95º55.66%56.67%-
HSV(B)161.95º59.71%80.78%-
XYZ32.848.8545.24-
YUV165130.2569.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.12%
GREEN value IS 206 (80.86% from 255) = 44.98%
BLUE value IS 169 (66.41% from 255) = 36.90%
R=18.12%
G=44.98%
B=36.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal832061690.6000.180.19161.9555.6656.67
Hex53CEA93C01213a23839
Octal12331625174022232427071
Binary101001111001110101010011111000100101001110100010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53CEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,206,169); }

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

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

 a { background-color: rgb(83,206,169); }

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

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

 span { border-color: rgb(83,206,169); }

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