#50ADAA

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

Shades of Fountain Blue #50ADAA

Tints of Fountain Blue #50ADAA

Color information

#50ADAA (or 0x50ADAA) is unknown color: approx Fountain Blue. HEX triplet: 50, AD and AA. RGB value is (80,173,170). Sum of RGB (Red+Green+Blue) = 80+173+170=423 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.91% from 423); Green value is 173 (67.97% from 255 or 40.90% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 173 - color contains mainly: green. Hex color #50ADAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ADAA is #AF5255. Grayscale: #909090. Windows color (decimal): -11489878 or 11185488. OLE color: 11185488.

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

Color convert

RGB80173170-
CMYK0.5400.020.32
HSL178.06º36.76%49.61%-
HSV(B)178.06º53.76%67.84%-
XYZ25.5134.4943.34-
YUV144.85142.1981.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.91%
GREEN value IS 173 (67.97% from 255) = 40.90%
BLUE value IS 170 (66.80% from 255) = 40.19%
R=18.91%
G=40.90%
B=40.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801731700.5400.020.32178.0636.7649.61
Hex50ADAA360220b22532
Octal1202552526602402624562
Binary1010000101011011010101011011001010000010110010100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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