#59B8BE

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

Shades of Fountain Blue #59B8BE

Tints of Fountain Blue #59B8BE

Color information

#59B8BE (or 0x59B8BE) is unknown color: approx Fountain Blue. HEX triplet: 59, B8 and BE. RGB value is (89,184,190). Sum of RGB (Red+Green+Blue) = 89+184+190=463 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.22% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 190 - color contains mainly: blue. Hex color #59B8BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B8BE is #A64741. Grayscale: #9C9C9C. Windows color (decimal): -10897218 or 12499033. OLE color: 12499033.

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

Color convert

RGB89184190-
CMYK0.530.0300.25
HSL183.56º43.72%54.71%-
HSV(B)183.56º53.16%74.51%-
XYZ30.5540.1254.85-
YUV156.28147.0380.01-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.22%
GREEN value IS 184 (72.27% from 255) = 39.74%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=19.22%
G=39.74%
B=41.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891841900.530.0300.25183.5643.7254.71
Hex59B8BE353019b82c37
Octal1312702766530312705467
Binary101100110111000101111101101011101100110111000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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