#50AAB4

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

Shades of Fountain Blue #50AAB4

Tints of Fountain Blue #50AAB4

Color information

#50AAB4 (or 0x50AAB4) is unknown color: approx Fountain Blue. HEX triplet: 50, AA and B4. RGB value is (80,170,180). Sum of RGB (Red+Green+Blue) = 80+170+180=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 170 (66.80% from 255 or 39.53% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #50AAB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #50AAB4 is #AF554B. Grayscale: #909090. Windows color (decimal): -11490636 or 11840080. OLE color: 11840080.

HSL color Cylindrical-coordinate representation of color #50AAB4: hue angle of 186º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50AAB4 is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB80170180-
CMYK0.560.0600.29
HSL186º40%50.98%-
HSV(B)186º55.56%70.59%-
XYZ25.9233.7548.33-
YUV144.23148.1882.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.60%
GREEN value IS 170 (66.80% from 255) = 39.53%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=18.60%
G=39.53%
B=41.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801701800.560.0600.291864050.98
Hex50AAB438601Dba2833
Octal1202522647060352725063
Binary1010000101010101011010011100011001110110111010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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