#59AEAC

Color #59AEAC Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #59AEAC

Tints of Fountain Blue #59AEAC

Color information

#59AEAC (or 0x59AEAC) is unknown color: approx Fountain Blue. HEX triplet: 59, AE and AC. RGB value is (89,174,172). Sum of RGB (Red+Green+Blue) = 89+174+172=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #59AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AEAC is #A65153. Grayscale: #949494. Windows color (decimal): -10899796 or 11316825. OLE color: 11316825.

HSL color Cylindrical-coordinate representation of color #59AEAC: hue angle of 178.59º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59AEAC is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB89174172-
CMYK0.4900.010.32
HSL178.59º34.41%51.57%-
HSV(B)178.59º48.85%68.24%-
XYZ26.735.3744.45-
YUV148.36141.3485.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.46%
GREEN value IS 174 (68.36% from 255) = 40%
BLUE value IS 172 (67.58% from 255) = 39.54%
R=20.46%
G=40%
B=39.54%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891741720.4900.010.32178.5934.4151.57
Hex59AEAC310120b32234
Octal1312562546101402634264
Binary101100110101110101011001100010110000010110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,174,172); }

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

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

 a { background-color: rgb(89,174,172); }

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

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

 span { border-color: rgb(89,174,172); }

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