#5AACA8

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

Shades of Fountain Blue #5AACA8

Tints of Fountain Blue #5AACA8

Color information

#5AACA8 (or 0x5AACA8) is unknown color: approx Fountain Blue. HEX triplet: 5A, AC and A8. RGB value is (90,172,168). Sum of RGB (Red+Green+Blue) = 90+172+168=430 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.93% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 172 - color contains mainly: green. Hex color #5AACA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AACA8 is #A55357. Grayscale: #929292. Windows color (decimal): -10834776 or 11054170. OLE color: 11054170.

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

Color convert

RGB90172168-
CMYK0.4800.020.33
HSL177.07º33.06%51.37%-
HSV(B)177.07º47.67%67.45%-
XYZ26.0434.5142.33-
YUV147.03139.8387.33-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.93%
GREEN value IS 172 (67.58% from 255) = 40%
BLUE value IS 168 (66.02% from 255) = 39.07%
R=20.93%
G=40%
B=39.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal901721680.4800.020.33177.0733.0651.37
Hex5AACA8300221b12133
Octal1322542506002412614163
Binary1011010101011001010100011000001010000110110001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AACA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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