#5AACAA

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

Shades of Fountain Blue #5AACAA

Tints of Fountain Blue #5AACAA

Color information

#5AACAA (or 0x5AACAA) is unknown color: approx Fountain Blue. HEX triplet: 5A, AC and AA. RGB value is (90,172,170). Sum of RGB (Red+Green+Blue) = 90+172+170=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 172 - color contains mainly: green. Hex color #5AACAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AACAA is #A55355. Grayscale: #939393. Windows color (decimal): -10834774 or 11185242. OLE color: 11185242.

HSL color Cylindrical-coordinate representation of color #5AACAA: hue angle of 178.54º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5AACAA is Cyan = 0.48, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB90172170-
CMYK0.4800.010.33
HSL178.54º33.06%51.37%-
HSV(B)178.54º47.67%67.45%-
XYZ26.2234.5843.32-
YUV147.25140.8387.16-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.83%
GREEN value IS 172 (67.58% from 255) = 39.81%
BLUE value IS 170 (66.80% from 255) = 39.35%
R=20.83%
G=39.81%
B=39.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901721700.4800.010.33178.5433.0651.37
Hex5AACAA300121b32133
Octal1322542526001412634163
Binary101101010101100101010101100000110000110110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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