#5AACAE

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

Shades of Fountain Blue #5AACAE

Tints of Fountain Blue #5AACAE

Color information

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

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

Color convert

RGB90172174-
CMYK0.480.0100.32
HSL181.43º34.15%51.76%-
HSV(B)181.43º48.28%68.24%-
XYZ26.6134.7345.35-
YUV147.71142.8386.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901721740.480.0100.32181.4334.1551.76
Hex5AACAE301020b52234
Octal1322542566010402654264
Binary101101010101100101011101100001010000010110101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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