#59AEAD

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

Shades of Fountain Blue #59AEAD

Tints of Fountain Blue #59AEAD

Color information

#59AEAD (or 0x59AEAD) is unknown color: approx Fountain Blue. HEX triplet: 59, AE and AD. RGB value is (89,174,173). Sum of RGB (Red+Green+Blue) = 89+174+173=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #59AEAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AEAD is #A65152. Grayscale: #949494. Windows color (decimal): -10899795 or 11382361. OLE color: 11382361.

HSL color Cylindrical-coordinate representation of color #59AEAD: hue angle of 179.29º 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 #59AEAD is Cyan = 0.49, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB89174173-
CMYK0.4900.010.32
HSL179.29º34.41%51.57%-
HSV(B)179.29º48.85%68.24%-
XYZ26.835.4144.96-
YUV148.47141.8485.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.41%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 173 (67.97% from 255) = 39.68%
R=20.41%
G=39.91%
B=39.68%

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
Decimal891741730.4900.010.32179.2934.4151.57
Hex59AEAD310120b32234
Octal1312562556101402634264
Binary101100110101110101011011100010110000010110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59AEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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