#59ACAD

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

Shades of Fountain Blue #59ACAD

Tints of Fountain Blue #59ACAD

Color information

#59ACAD (or 0x59ACAD) is unknown color: approx Fountain Blue. HEX triplet: 59, AC and AD. RGB value is (89,172,173). Sum of RGB (Red+Green+Blue) = 89+172+173=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 172 (67.58% from 255 or 39.63% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 173 - color contains mainly: blue. Hex color #59ACAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ACAD is #A65352. Grayscale: #939393. Windows color (decimal): -10900307 or 11381849. OLE color: 11381849.

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

Color convert

RGB89172173-
CMYK0.490.0100.32
HSL180.71º33.87%51.37%-
HSV(B)180.71º48.55%67.84%-
XYZ26.4234.6544.83-
YUV147.3142.586.42-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.51%
GREEN value IS 172 (67.58% from 255) = 39.63%
BLUE value IS 173 (67.97% from 255) = 39.86%
R=20.51%
G=39.63%
B=39.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal891721730.490.0100.32180.7133.8751.37
Hex59ACAD311020b52233
Octal1312542556110402654263
Binary101100110101100101011011100011010000010110101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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