#59CAB4

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

Shades of Medium Aquamarine #59CAB4

Tints of Medium Aquamarine #59CAB4

Color information

#59CAB4 (or 0x59CAB4) is unknown color: approx Medium Aquamarine. HEX triplet: 59, CA and B4. RGB value is (89,202,180). Sum of RGB (Red+Green+Blue) = 89+202+180=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 180 (70.70% from 255 or 38.22% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #59CAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CAB4 is #A6354B. Grayscale: #A5A5A5. Windows color (decimal): -10892620 or 11848281. OLE color: 11848281.

HSL color Cylindrical-coordinate representation of color #59CAB4: hue angle of 168.32º 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 #59CAB4 is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB89202180-
CMYK0.5600.110.21
HSL168.32º51.6%57.06%-
HSV(B)168.32º55.94%79.22%-
XYZ33.4847.6650.61-
YUV165.7136.0673.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.90%
GREEN value IS 202 (79.30% from 255) = 42.89%
BLUE value IS 180 (70.70% from 255) = 38.22%
R=18.90%
G=42.89%
B=38.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal892021800.5600.110.21168.3251.657.06
Hex59CAB4380B15a83439
Octal13131226470013252506471
Binary10110011100101010110100111000010111010110101000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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