#5AABAA

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

Shades of Fountain Blue #5AABAA

Tints of Fountain Blue #5AABAA

Color information

#5AABAA (or 0x5AABAA) is unknown color: approx Fountain Blue. HEX triplet: 5A, AB and AA. RGB value is (90,171,170). Sum of RGB (Red+Green+Blue) = 90+171+170=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 171 - color contains mainly: green. Hex color #5AABAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AABAA is #A55455. Grayscale: #929292. Windows color (decimal): -10835030 or 11184986. OLE color: 11184986.

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

Color convert

RGB90171170-
CMYK0.4700.010.33
HSL179.26º32.53%51.18%-
HSV(B)179.26º47.37%67.06%-
XYZ26.0434.243.26-
YUV146.67141.1687.58-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.88%
GREEN value IS 171 (67.19% from 255) = 39.68%
BLUE value IS 170 (66.80% from 255) = 39.44%
R=20.88%
G=39.68%
B=39.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901711700.4700.010.33179.2632.5351.18
Hex5AABAA2F0121b32133
Octal1322532525701412634163
Binary101101010101011101010101011110110000110110011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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