#59CAA2

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

Shades of Medium Aquamarine #59CAA2

Tints of Medium Aquamarine #59CAA2

Color information

#59CAA2 (or 0x59CAA2) is unknown color: approx Medium Aquamarine. HEX triplet: 59, CA and A2. RGB value is (89,202,162). Sum of RGB (Red+Green+Blue) = 89+202+162=453 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.65% from 453); Green value is 202 (79.30% from 255 or 44.59% from 453); Blue value is 162 (63.67% from 255 or 35.76% from 453); Max value from RGB is 202 - color contains mainly: green. Hex color #59CAA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CAA2 is #A6355D. Grayscale: #A3A3A3. Windows color (decimal): -10892638 or 10668633. OLE color: 10668633.

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

Color convert

RGB89202162-
CMYK0.5600.200.21
HSL158.76º51.6%57.06%-
HSV(B)158.76º55.94%79.22%-
XYZ31.7646.9741.58-
YUV163.65127.0674.75-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.65%
GREEN value IS 202 (79.30% from 255) = 44.59%
BLUE value IS 162 (63.67% from 255) = 35.76%
R=19.65%
G=44.59%
B=35.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal892021620.5600.200.21158.7651.657.06
Hex59CAA238014159f3439
Octal13131224270024252376471
Binary101100111001010101000101110000101001010110011111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CAA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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