#50AAB2

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

Shades of Fountain Blue #50AAB2

Tints of Fountain Blue #50AAB2

Color information

#50AAB2 (or 0x50AAB2) is unknown color: approx Fountain Blue. HEX triplet: 50, AA and B2. RGB value is (80,170,178). Sum of RGB (Red+Green+Blue) = 80+170+178=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 170 (66.80% from 255 or 39.72% from 428); Blue value is 178 (69.92% from 255 or 41.59% from 428); Max value from RGB is 178 - color contains mainly: blue. Hex color #50AAB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AAB2 is #AF554D. Grayscale: #8F8F8F. Windows color (decimal): -11490638 or 11709008. OLE color: 11709008.

HSL color Cylindrical-coordinate representation of color #50AAB2: hue angle of 184.9º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50AAB2 is Cyan = 0.55, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB80170178-
CMYK0.550.0400.30
HSL184.9º38.89%50.59%-
HSV(B)184.9º55.06%69.8%-
XYZ25.7233.6747.26-
YUV144147.1882.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.69%
GREEN value IS 170 (66.80% from 255) = 39.72%
BLUE value IS 178 (69.92% from 255) = 41.59%
R=18.69%
G=39.72%
B=41.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801701780.550.0400.30184.938.8950.59
Hex50AAB237401Eb92733
Octal1202522626740362714763
Binary1010000101010101011001011011110001111010111001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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