#59C0BB

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

Shades of Fountain Blue #59C0BB

Tints of Fountain Blue #59C0BB

Color information

#59C0BB (or 0x59C0BB) is unknown color: approx Fountain Blue. HEX triplet: 59, C0 and BB. RGB value is (89,192,187). Sum of RGB (Red+Green+Blue) = 89+192+187=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #59C0BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C0BB is #A63F44. Grayscale: #A0A0A0. Windows color (decimal): -10895173 or 12304473. OLE color: 12304473.

HSL color Cylindrical-coordinate representation of color #59C0BB: hue angle of 177.09º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C0BB is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB89192187-
CMYK0.5400.030.25
HSL177.09º44.98%55.1%-
HSV(B)177.09º53.65%75.29%-
XYZ31.9443.4153.71-
YUV160.63142.8876.91-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.02%
GREEN value IS 192 (75.39% from 255) = 41.03%
BLUE value IS 187 (73.44% from 255) = 39.96%
R=19.02%
G=41.03%
B=39.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891921870.5400.030.25177.0944.9855.1
Hex59C0BB360319b12d37
Octal1313002736603312615567
Binary101100111000000101110111101100111100110110001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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