#59CEA0

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

Shades of Medium Aquamarine #59CEA0

Tints of Medium Aquamarine #59CEA0

Color information

#59CEA0 (or 0x59CEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 59, CE and A0. RGB value is (89,206,160). Sum of RGB (Red+Green+Blue) = 89+206+160=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 160 (62.89% from 255 or 35.16% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #59CEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59CEA0 is #A6315F. Grayscale: #A5A5A5. Windows color (decimal): -10891616 or 10538585. OLE color: 10538585.

HSL color Cylindrical-coordinate representation of color #59CEA0: hue angle of 156.41º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CEA0 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB89206160-
CMYK0.5700.220.19
HSL156.41º54.42%57.84%-
HSV(B)156.41º56.8%80.78%-
XYZ32.5448.840.96-
YUV165.77124.7473.24-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.56%
GREEN value IS 206 (80.86% from 255) = 45.27%
BLUE value IS 160 (62.89% from 255) = 35.16%
R=19.56%
G=45.27%
B=35.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal892061600.5700.220.19156.4154.4257.84
Hex59CEA039016139c363a
Octal13131624071026232346672
Binary101100111001110101000001110010101101001110011100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,206,160); }

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

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

 a { background-color: rgb(89,206,160); }

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

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

 span { border-color: rgb(89,206,160); }

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