#59BEBE

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

Shades of Fountain Blue #59BEBE

Tints of Fountain Blue #59BEBE

Color information

#59BEBE (or 0x59BEBE) is unknown color: approx Fountain Blue. HEX triplet: 59, BE and BE. RGB value is (89,190,190). Sum of RGB (Red+Green+Blue) = 89+190+190=469 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.98% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #59BEBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEBE is #A64141. Grayscale: #9F9F9F. Windows color (decimal): -10895682 or 12500569. OLE color: 12500569.

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

Color convert

RGB89190190-
CMYK0.53000.25
HSL180º43.72%54.71%-
HSV(B)180º53.16%74.51%-
XYZ31.8342.6755.27-
YUV159.8145.0477.5-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.98%
GREEN value IS 190 (74.61% from 255) = 40.51%
BLUE value IS 190 (74.61% from 255) = 40.51%
R=18.98%
G=40.51%
B=40.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891901900.53000.2518043.7254.71
Hex59BEBE350019b42c37
Octal1312762766500312645467
Binary10110011011111010111110110101001100110110100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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