#59ACAB

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

Shades of Fountain Blue #59ACAB

Tints of Fountain Blue #59ACAB

Color information

#59ACAB (or 0x59ACAB) is unknown color: approx Fountain Blue. HEX triplet: 59, AC and AB. RGB value is (89,172,171). Sum of RGB (Red+Green+Blue) = 89+172+171=432 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.60% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 171 (67.19% from 255 or 39.58% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #59ACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ACAB is #A65354. Grayscale: #929292. Windows color (decimal): -10900309 or 11250777. OLE color: 11250777.

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

Color convert

RGB89172171-
CMYK0.4800.010.33
HSL179.28º33.33%51.18%-
HSV(B)179.28º48.26%67.45%-
XYZ26.2234.5743.82-
YUV147.07141.586.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.60%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 171 (67.19% from 255) = 39.58%
R=20.60%
G=39.81%
B=39.58%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891721710.4800.010.33179.2833.3351.18
Hex59ACAB300121b32133
Octal1312542536001412634163
Binary101100110101100101010111100000110000110110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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