#59BEBD

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

Shades of Fountain Blue #59BEBD

Tints of Fountain Blue #59BEBD

Color information

#59BEBD (or 0x59BEBD) is unknown color: approx Fountain Blue. HEX triplet: 59, BE and BD. RGB value is (89,190,189). Sum of RGB (Red+Green+Blue) = 89+190+189=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEBD is #A64142. Grayscale: #9F9F9F. Windows color (decimal): -10895683 or 12435033. OLE color: 12435033.

HSL color Cylindrical-coordinate representation of color #59BEBD: hue angle of 179.41º 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 #59BEBD is Cyan = 0.53, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB89190189-
CMYK0.5300.010.25
HSL179.41º43.72%54.71%-
HSV(B)179.41º53.16%74.51%-
XYZ31.7242.6254.7-
YUV159.69144.5477.58-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.02%
GREEN value IS 190 (74.61% from 255) = 40.60%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=19.02%
G=40.60%
B=40.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891901890.5300.010.25179.4143.7254.71
Hex59BEBD350119b32c37
Octal1312762756501312635467
Binary10110011011111010111101110101011100110110011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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