Html Css Color HEX #50ADAD Fountain Blue

📋 copy color: '#50ADAD'

red 80 ◦ green 173 ◦ blue 173

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

Shades of Fountain Blue #50ADAD

Tints of Fountain Blue #50ADAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.61%

R = 18.78%
G = 40.61%
B = 40.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#50ADAD (or 0x50ADAD) is known color: Fountain Blue. HEX triplet: 50, AD and AD. RGB value is (80,173,173). Sum of RGB (Red+Green+Blue) = 80+173+173=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 173 (67.97% from 255 or 40.61% from 426); Max value from RGB is 173 - color contains mainly: green, blue. Hex color #50ADAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ADAD is #AF5252. Grayscale: #919191. Windows color (decimal): -11489875 or 11382096. OLE color: 11382096.

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

Color convert

RGB 80 173 173 -
CMYK 0.54 0 0 0.32
HSL 180º 0.37% 0.5% -
HSV(B) 180º 0.54% 0.68% -
XYZ 25.79 34.61 44.86 -
YUV 145.19 143.69 81.5 -
System Red Green Blue C M Y K H S L
Decimal 80 173 173 0.54 0 0 0.32 180 0.37 0.5
Hex 50 AD AD 36 0 0 20 B4 25 32
Octal 120 255 255 66 0 0 40 264 45 62
Binary 1010000 10101101 10101101 110110 0 0 100000 10110100 100101 110010

Color Harmonies of #50ADAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADAD

Black with #50ADAD

Text Example


Text Example

White with #50ADAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50ADAD;
 }
 .AnyTagClassName
 {
   color: #50ADAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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