#50AAAE

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

Shades of Fountain Blue #50AAAE

Tints of Fountain Blue #50AAAE

Color information

#50AAAE (or 0x50AAAE) is unknown color: approx Fountain Blue. HEX triplet: 50, AA and AE. RGB value is (80,170,174). Sum of RGB (Red+Green+Blue) = 80+170+174=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 170 (66.80% from 255 or 40.09% from 424); Blue value is 174 (68.36% from 255 or 41.04% from 424); Max value from RGB is 174 - color contains mainly: blue. Hex color #50AAAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AAAE is #AF5551. Grayscale: #8F8F8F. Windows color (decimal): -11490642 or 11446864. OLE color: 11446864.

HSL color Cylindrical-coordinate representation of color #50AAAE: hue angle of 182.55º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AAAE is Cyan = 0.54, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80170174-
CMYK0.540.0200.32
HSL182.55º37.01%49.8%-
HSV(B)182.55º54.02%68.24%-
XYZ25.3233.5145.18-
YUV143.55145.1882.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.87%
GREEN value IS 170 (66.80% from 255) = 40.09%
BLUE value IS 174 (68.36% from 255) = 41.04%
R=18.87%
G=40.09%
B=41.04%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801701740.540.0200.32182.5537.0149.8
Hex50AAAE362020b72532
Octal1202522566620402674562
Binary1010000101010101010111011011010010000010110111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50AAAE; }

 p { color: rgb(80,170,174); }

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

<style>
 a { background-color: #50AAAE; }

 a { background-color: rgb(80,170,174); }

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

<style>
 span { border-color: #50AAAE; }

 span { border-color: rgb(80,170,174); }

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