Html Css Color HEX #50ADAA Fountain Blue

📋 copy color: '#50ADAA'

red 80 ◦ green 173 ◦ blue 170

#50ADAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fountain Blue #50ADAA

Tints of Fountain Blue #50ADAA

RGB

 RED value IS 80 (31.64% from 255) = 18.91%

 GREEN value IS 173 (67.97% from 255) = 40.9%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 18.91%
G = 40.9%
B = 40.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#50ADAA (or 0x50ADAA) is known color: 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

RGB 80 173 170 -
CMYK 0.54 0 0.02 0.32
HSL 178.06º 0.37% 0.5% -
HSV(B) 178.06º 0.54% 0.68% -
XYZ 25.51 34.49 43.34 -
YUV 144.85 142.19 81.74 -
System Red Green Blue C M Y K H S L
Decimal 80 173 170 0.54 0 0.02 0.32 178.06 0.37 0.5
Hex 50 AD AA 36 0 2 20 B2 25 32
Octal 120 255 252 66 0 2 40 262 45 62
Binary 1010000 10101101 10101010 110110 0 10 100000 10110010 100101 110010

Color Harmonies of #50ADAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADAA

Black with #50ADAA

Text Example


Text Example

White with #50ADAA

Text Example


Text Example

HTML Codes & Css Web 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>