#50ABAD

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

Shades of Fountain Blue #50ABAD

Tints of Fountain Blue #50ABAD

Color information

#50ABAD (or 0x50ABAD) is unknown color: approx Fountain Blue. HEX triplet: 50, AB and AD. RGB value is (80,171,173). Sum of RGB (Red+Green+Blue) = 80+171+173=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 173 (67.97% from 255 or 40.80% from 424); Max value from RGB is 173 - color contains mainly: blue. Hex color #50ABAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ABAD is #AF5452. Grayscale: #8F8F8F. Windows color (decimal): -11490387 or 11381584. OLE color: 11381584.

HSL color Cylindrical-coordinate representation of color #50ABAD: hue angle of 181.29º 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 #50ABAD is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB80171173-
CMYK0.540.0100.32
HSL181.29º36.76%49.61%-
HSV(B)181.29º53.76%67.84%-
XYZ25.4133.8544.73-
YUV144.02144.3582.34-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.87%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 173 (67.97% from 255) = 40.80%
R=18.87%
G=40.33%
B=40.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801711730.540.0100.32181.2936.7649.61
Hex50ABAD361020b52532
Octal1202532556610402654562
Binary101000010101011101011011101101010000010110101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ABAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,171,173); }

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

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

 a { background-color: rgb(80,171,173); }

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

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

 span { border-color: rgb(80,171,173); }

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