#59A9AB

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

Shades of Fountain Blue #59A9AB

Tints of Fountain Blue #59A9AB

Color information

#59A9AB (or 0x59A9AB) is unknown color: approx Fountain Blue. HEX triplet: 59, A9 and AB. RGB value is (89,169,171). Sum of RGB (Red+Green+Blue) = 89+169+171=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #59A9AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59A9AB is #A65654. Grayscale: #919191. Windows color (decimal): -10901077 or 11250009. OLE color: 11250009.

HSL color Cylindrical-coordinate representation of color #59A9AB: hue angle of 181.46º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59A9AB is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89169171-
CMYK0.480.0100.33
HSL181.46º32.8%50.98%-
HSV(B)181.46º47.95%67.06%-
XYZ25.6633.4443.63-
YUV145.31142.587.84-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.75%
GREEN value IS 169 (66.41% from 255) = 39.39%
BLUE value IS 171 (67.19% from 255) = 39.86%
R=20.75%
G=39.39%
B=39.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891691710.480.0100.33181.4632.850.98
Hex59A9AB301021b52133
Octal1312512536010412654163
Binary101100110101001101010111100001010000110110101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,169,171); }

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

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

 a { background-color: rgb(89,169,171); }

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

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

 span { border-color: rgb(89,169,171); }

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