#59B0AB

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

Shades of Fountain Blue #59B0AB

Tints of Fountain Blue #59B0AB

Color information

#59B0AB (or 0x59B0AB) is unknown color: approx Fountain Blue. HEX triplet: 59, B0 and AB. RGB value is (89,176,171). Sum of RGB (Red+Green+Blue) = 89+176+171=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 171 (67.19% from 255 or 39.22% from 436); Max value from RGB is 176 - color contains mainly: green. Hex color #59B0AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59B0AB is #A64F54. Grayscale: #959595. Windows color (decimal): -10899285 or 11251801. OLE color: 11251801.

HSL color Cylindrical-coordinate representation of color #59B0AB: hue angle of 176.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #59B0AB is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB89176171-
CMYK0.4900.030.31
HSL176.55º35.51%51.96%-
HSV(B)176.55º49.43%69.02%-
XYZ2736.1144.08-
YUV149.42140.1884.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.41%
GREEN value IS 176 (69.14% from 255) = 40.37%
BLUE value IS 171 (67.19% from 255) = 39.22%
R=20.41%
G=40.37%
B=39.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891761710.4900.030.31176.5535.5151.96
Hex59B0AB31031Fb12434
Octal1312602536103372614464
Binary101100110110000101010111100010111111110110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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