#59BEBB

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

Shades of Fountain Blue #59BEBB

Tints of Fountain Blue #59BEBB

Color information

#59BEBB (or 0x59BEBB) is unknown color: approx Fountain Blue. HEX triplet: 59, BE and BB. RGB value is (89,190,187). Sum of RGB (Red+Green+Blue) = 89+190+187=466 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.10% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEBB is #A64144. Grayscale: #9F9F9F. Windows color (decimal): -10895685 or 12303961. OLE color: 12303961.

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

Color convert

RGB89190187-
CMYK0.5300.020.25
HSL178.22º43.72%54.71%-
HSV(B)178.22º53.16%74.51%-
XYZ31.542.5453.56-
YUV159.46143.5477.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.10%
GREEN value IS 190 (74.61% from 255) = 40.77%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=19.10%
G=40.77%
B=40.13%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891901870.5300.020.25178.2243.7254.71
Hex59BEBB350219b22c37
Octal1312762736502312625467
Binary101100110111110101110111101010101100110110010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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