#59BAB6

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

Shades of Fountain Blue #59BAB6

Tints of Fountain Blue #59BAB6

Color information

#59BAB6 (or 0x59BAB6) is unknown color: approx Fountain Blue. HEX triplet: 59, BA and B6. RGB value is (89,186,182). Sum of RGB (Red+Green+Blue) = 89+186+182=457 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.47% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 182 (71.48% from 255 or 39.82% from 457); Max value from RGB is 186 - color contains mainly: green. Hex color #59BAB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BAB6 is #A64549. Grayscale: #9C9C9C. Windows color (decimal): -10896714 or 11975257. OLE color: 11975257.

HSL color Cylindrical-coordinate representation of color #59BAB6: hue angle of 177.53º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59BAB6 is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.

Color convert

RGB89186182-
CMYK0.5200.020.27
HSL177.53º41.28%53.92%-
HSV(B)177.53º52.15%72.94%-
XYZ30.1240.6250.51-
YUV156.54142.3679.83-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.47%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 182 (71.48% from 255) = 39.82%
R=19.47%
G=40.70%
B=39.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891861820.5200.020.27177.5341.2853.92
Hex59BAB634021Bb22936
Octal1312722666402332625166
Binary101100110111010101101101101000101101110110010101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,186,182); }

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

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

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

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

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

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

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