#59BBBA

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

Shades of Fountain Blue #59BBBA

Tints of Fountain Blue #59BBBA

Color information

#59BBBA (or 0x59BBBA) is unknown color: approx Fountain Blue. HEX triplet: 59, BB and BA. RGB value is (89,187,186). Sum of RGB (Red+Green+Blue) = 89+187+186=462 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.26% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #59BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BBBA is #A64445. Grayscale: #9D9D9D. Windows color (decimal): -10896454 or 12237657. OLE color: 12237657.

HSL color Cylindrical-coordinate representation of color #59BBBA: hue angle of 179.39º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BBBA is Cyan = 0.52, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB89187186-
CMYK0.5200.010.27
HSL179.39º41.88%54.12%-
HSV(B)179.39º52.41%73.33%-
XYZ30.7541.2152.79-
YUV157.58144.0379.08-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.26%
GREEN value IS 187 (73.44% from 255) = 40.48%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=19.26%
G=40.48%
B=40.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891871860.5200.010.27179.3941.8854.12
Hex59BBBA34011Bb32a36
Octal1312732726401332635266
Binary10110011011101110111010110100011101110110011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,187,186); }

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

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

 a { background-color: rgb(89,187,186); }

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

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

 span { border-color: rgb(89,187,186); }

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