#50AAAC

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

Shades of Fountain Blue #50AAAC

Tints of Fountain Blue #50AAAC

Color information

#50AAAC (or 0x50AAAC) is unknown color: approx Fountain Blue. HEX triplet: 50, AA and AC. RGB value is (80,170,172). Sum of RGB (Red+Green+Blue) = 80+170+172=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 172 (67.58% from 255 or 40.76% from 422); Max value from RGB is 172 - color contains mainly: blue. Hex color #50AAAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AAAC is #AF5553. Grayscale: #8F8F8F. Windows color (decimal): -11490644 or 11315792. OLE color: 11315792.

HSL color Cylindrical-coordinate representation of color #50AAAC: hue angle of 181.3º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AAAC is Cyan = 0.53, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB80170172-
CMYK0.530.0100.33
HSL181.3º36.51%49.41%-
HSV(B)181.3º53.49%67.45%-
XYZ25.1333.4344.16-
YUV143.32144.1882.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 172 (67.58% from 255) = 40.76%
R=18.96%
G=40.28%
B=40.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801701720.530.0100.33181.336.5149.41
Hex50AAAC351021b52531
Octal1202522546510412654561
Binary101000010101010101011001101011010000110110101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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