#5BAEAC

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

Shades of Fountain Blue #5BAEAC

Tints of Fountain Blue #5BAEAC

Color information

#5BAEAC (or 0x5BAEAC) is unknown color: approx Fountain Blue. HEX triplet: 5B, AE and AC. RGB value is (91,174,172). Sum of RGB (Red+Green+Blue) = 91+174+172=437 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.82% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAEAC is #A45153. Grayscale: #949494. Windows color (decimal): -10768724 or 11316827. OLE color: 11316827.

HSL color Cylindrical-coordinate representation of color #5BAEAC: hue angle of 178.55º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAEAC is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB91174172-
CMYK0.4800.010.32
HSL178.55º33.88%51.96%-
HSV(B)178.55º47.7%68.24%-
XYZ26.935.4744.46-
YUV148.9514186.66-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.82%
GREEN value IS 174 (68.36% from 255) = 39.82%
BLUE value IS 172 (67.58% from 255) = 39.36%
R=20.82%
G=39.82%
B=39.36%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal911741720.4800.010.32178.5533.8851.96
Hex5BAEAC300120b32234
Octal1332562546001402634264
Binary101101110101110101011001100000110000010110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5BAEAC; }

 p { color: rgb(91,174,172); }

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

<style>
 a { background-color: #5BAEAC; }

 a { background-color: rgb(91,174,172); }

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

<style>
 span { border-color: #5BAEAC; }

 span { border-color: rgb(91,174,172); }

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