#5AADAA

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

Shades of Fountain Blue #5AADAA

Tints of Fountain Blue #5AADAA

Color information

#5AADAA (or 0x5AADAA) is unknown color: approx Fountain Blue. HEX triplet: 5A, AD and AA. RGB value is (90,173,170). Sum of RGB (Red+Green+Blue) = 90+173+170=433 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.79% from 433); Green value is 173 (67.97% from 255 or 39.95% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 173 - color contains mainly: green. Hex color #5AADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5AADAA is #A55255. Grayscale: #939393. Windows color (decimal): -10834518 or 11185498. OLE color: 11185498.

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

Color convert

RGB90173170-
CMYK0.4800.020.32
HSL177.83º33.6%51.57%-
HSV(B)177.83º47.98%67.84%-
XYZ26.4234.9643.39-
YUV147.84140.586.74-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 20.79%
GREEN value IS 173 (67.97% from 255) = 39.95%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=20.79%
G=39.95%
B=39.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal901731700.4800.020.32177.8333.651.57
Hex5AADAA300220b22234
Octal1322552526002402624264
Binary1011010101011011010101011000001010000010110010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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