#5AAEAC

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

Shades of Fountain Blue #5AAEAC

Tints of Fountain Blue #5AAEAC

Color information

#5AAEAC (or 0x5AAEAC) is unknown color: approx Fountain Blue. HEX triplet: 5A, AE and AC. RGB value is (90,174,172). Sum of RGB (Red+Green+Blue) = 90+174+172=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 174 (68.36% from 255 or 39.91% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 174 - color contains mainly: green. Hex color #5AAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AAEAC is #A55153. Grayscale: #949494. Windows color (decimal): -10834260 or 11316826. OLE color: 11316826.

HSL color Cylindrical-coordinate representation of color #5AAEAC: hue angle of 178.57º 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 #5AAEAC is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB90174172-
CMYK0.4800.010.32
HSL178.57º34.15%51.76%-
HSV(B)178.57º48.28%68.24%-
XYZ26.835.4244.45-
YUV148.66141.1786.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.64%
GREEN value IS 174 (68.36% from 255) = 39.91%
BLUE value IS 172 (67.58% from 255) = 39.45%
R=20.64%
G=39.91%
B=39.45%

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
Decimal901741720.4800.010.32178.5734.1551.76
Hex5AAEAC300120b32234
Octal1322562546001402634264
Binary101101010101110101011001100000110000010110011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AAEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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