#5AADA8

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

Shades of Fountain Blue #5AADA8

Tints of Fountain Blue #5AADA8

Color information

#5AADA8 (or 0x5AADA8) is unknown color: approx Fountain Blue. HEX triplet: 5A, AD and A8. RGB value is (90,173,168). Sum of RGB (Red+Green+Blue) = 90+173+168=431 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.88% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 173 - color contains mainly: green. Hex color #5AADA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AADA8 is #A55257. Grayscale: #939393. Windows color (decimal): -10834520 or 11054426. OLE color: 11054426.

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

Color convert

RGB90173168-
CMYK0.4800.030.32
HSL176.39º33.6%51.57%-
HSV(B)176.39º47.98%67.84%-
XYZ26.2334.8942.4-
YUV147.61139.586.91-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.88%
GREEN value IS 173 (67.97% from 255) = 40.14%
BLUE value IS 168 (66.02% from 255) = 38.98%
R=20.88%
G=40.14%
B=38.98%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901731680.4800.030.32176.3933.651.57
Hex5AADA8300320b02234
Octal1322552506003402604264
Binary1011010101011011010100011000001110000010110000100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AADA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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