#59ABAE

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

Shades of Fountain Blue #59ABAE

Tints of Fountain Blue #59ABAE

Color information

#59ABAE (or 0x59ABAE) is unknown color: approx Fountain Blue. HEX triplet: 59, AB and AE. RGB value is (89,171,174). Sum of RGB (Red+Green+Blue) = 89+171+174=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 171 (67.19% from 255 or 39.40% from 434); Blue value is 174 (68.36% from 255 or 40.09% from 434); Max value from RGB is 174 - color contains mainly: blue. Hex color #59ABAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ABAE is #A65451. Grayscale: #929292. Windows color (decimal): -10900562 or 11447129. OLE color: 11447129.

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

Color convert

RGB89171174-
CMYK0.490.0200.32
HSL182.12º34.41%51.57%-
HSV(B)182.12º48.85%68.24%-
XYZ26.3234.3145.28-
YUV146.82143.3386.76-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.51%
GREEN value IS 171 (67.19% from 255) = 39.40%
BLUE value IS 174 (68.36% from 255) = 40.09%
R=20.51%
G=39.40%
B=40.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891711740.490.0200.32182.1234.4151.57
Hex59ABAE312020b62234
Octal1312532566120402664264
Binary1011001101010111010111011000110010000010110110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ABAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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