#59CAB0

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

Shades of Medium Aquamarine #59CAB0

Tints of Medium Aquamarine #59CAB0

Color information

#59CAB0 (or 0x59CAB0) is unknown color: approx Medium Aquamarine. HEX triplet: 59, CA and B0. RGB value is (89,202,176). Sum of RGB (Red+Green+Blue) = 89+202+176=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 176 (69.14% from 255 or 37.69% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #59CAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CAB0 is #A6354F. Grayscale: #A5A5A5. Windows color (decimal): -10892624 or 11586137. OLE color: 11586137.

HSL color Cylindrical-coordinate representation of color #59CAB0: hue angle of 166.19º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CAB0 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB89202176-
CMYK0.5600.130.21
HSL166.19º51.6%57.06%-
HSV(B)166.19º55.94%79.22%-
XYZ33.0847.548.5-
YUV165.25134.0673.61-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.06%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 176 (69.14% from 255) = 37.69%
R=19.06%
G=43.25%
B=37.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal892021760.5600.130.21166.1951.657.06
Hex59CAB0380D15a63439
Octal13131226070015252466471
Binary10110011100101010110000111000011011010110100110110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59CAB0; }

 p { color: rgb(89,202,176); }

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

<style>
 a { background-color: #59CAB0; }

 a { background-color: rgb(89,202,176); }

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

<style>
 span { border-color: #59CAB0; }

 span { border-color: rgb(89,202,176); }

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