#59BEBC

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

Shades of Fountain Blue #59BEBC

Tints of Fountain Blue #59BEBC

Color information

#59BEBC (or 0x59BEBC) is unknown color: approx Fountain Blue. HEX triplet: 59, BE and BC. RGB value is (89,190,188). Sum of RGB (Red+Green+Blue) = 89+190+188=467 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.06% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BEBC is #A64143. Grayscale: #9F9F9F. Windows color (decimal): -10895684 or 12369497. OLE color: 12369497.

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

Color convert

RGB89190188-
CMYK0.5300.010.25
HSL178.81º43.72%54.71%-
HSV(B)178.81º53.16%74.51%-
XYZ31.6142.5854.13-
YUV159.57144.0477.66-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.06%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 188 (73.83% from 255) = 40.26%
R=19.06%
G=40.69%
B=40.26%

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
Decimal891901880.5300.010.25178.8143.7254.71
Hex59BEBC350119b32c37
Octal1312762746501312635467
Binary10110011011111010111100110101011100110110011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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