#59BEB8

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

Shades of Fountain Blue #59BEB8

Tints of Fountain Blue #59BEB8

Color information

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

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

Color convert

RGB89190184-
CMYK0.5300.030.25
HSL176.44º43.72%54.71%-
HSV(B)176.44º53.16%74.51%-
XYZ31.1942.4151.89-
YUV159.12142.0477.99-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891901840.5300.030.25176.4443.7254.71
Hex59BEB8350319b02c37
Octal1312762706503312605467
Binary101100110111110101110001101010111100110110000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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