#59CCB0

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

Shades of Medium Aquamarine #59CCB0

Tints of Medium Aquamarine #59CCB0

Color information

#59CCB0 (or 0x59CCB0) is unknown color: approx Medium Aquamarine. HEX triplet: 59, CC and B0. RGB value is (89,204,176). Sum of RGB (Red+Green+Blue) = 89+204+176=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 176 (69.14% from 255 or 37.53% from 469); Max value from RGB is 204 - color contains mainly: green. Hex color #59CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CCB0 is #A6334F. Grayscale: #A6A6A6. Windows color (decimal): -10892112 or 11586649. OLE color: 11586649.

HSL color Cylindrical-coordinate representation of color #59CCB0: hue angle of 165.39º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CCB0 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB89204176-
CMYK0.5600.140.2
HSL165.39º53%57.45%-
HSV(B)165.39º56.37%80%-
XYZ33.5548.4448.66-
YUV166.42133.472.78-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.98%
GREEN value IS 204 (80.08% from 255) = 43.50%
BLUE value IS 176 (69.14% from 255) = 37.53%
R=18.98%
G=43.50%
B=37.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal892041760.5600.140.2165.395357.45
Hex59CCB0380E14a53539
Octal13131426070016242456571
Binary10110011100110010110000111000011101010010100101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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