#59BCBA

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

Shades of Fountain Blue #59BCBA

Tints of Fountain Blue #59BCBA

Color information

#59BCBA (or 0x59BCBA) is unknown color: approx Fountain Blue. HEX triplet: 59, BC and BA. RGB value is (89,188,186). Sum of RGB (Red+Green+Blue) = 89+188+186=463 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.22% from 463); Green value is 188 (73.83% from 255 or 40.60% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCBA is #A64345. Grayscale: #9E9E9E. Windows color (decimal): -10896198 or 12237913. OLE color: 12237913.

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

Color convert

RGB89188186-
CMYK0.5300.010.26
HSL178.79º42.49%54.31%-
HSV(B)178.79º52.66%73.73%-
XYZ30.9741.6452.86-
YUV158.17143.778.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.22%
GREEN value IS 188 (73.83% from 255) = 40.60%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=19.22%
G=40.60%
B=40.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891881860.5300.010.26178.7942.4954.31
Hex59BCBA35011Ab32a36
Octal1312742726501322635266
Binary10110011011110010111010110101011101010110011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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