#59B6B3

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

Shades of Fountain Blue #59B6B3

Tints of Fountain Blue #59B6B3

Color information

#59B6B3 (or 0x59B6B3) is unknown color: approx Fountain Blue. HEX triplet: 59, B6 and B3. RGB value is (89,182,179). Sum of RGB (Red+Green+Blue) = 89+182+179=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 182 - color contains mainly: green. Hex color #59B6B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59B6B3 is #A6494C. Grayscale: #999999. Windows color (decimal): -10897741 or 11777625. OLE color: 11777625.

HSL color Cylindrical-coordinate representation of color #59B6B3: hue angle of 178.06º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #59B6B3 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB89182179-
CMYK0.5100.020.29
HSL178.06º38.91%53.14%-
HSV(B)178.06º51.1%71.37%-
XYZ28.9838.8348.62-
YUV153.85142.1981.74-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.78%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 179 (70.31% from 255) = 39.78%
R=19.78%
G=40.44%
B=39.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891821790.5100.020.29178.0638.9153.14
Hex59B6B333021Db22735
Octal1312662636302352624765
Binary101100110110110101100111100110101110110110010100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B6B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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