Html Css Color HEX #50ADAE Fountain Blue

📋 copy color: '#50ADAE'

red 80 ◦ green 173 ◦ blue 174

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

Shades of Fountain Blue #50ADAE

Tints of Fountain Blue #50ADAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 40.75%

R = 18.74%
G = 40.52%
B = 40.75%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#50ADAE (or 0x50ADAE) is known color: Fountain Blue. HEX triplet: 50, AD and AE. RGB value is (80,173,174). Sum of RGB (Red+Green+Blue) = 80+173+174=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #50ADAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ADAE is #AF5251. Grayscale: #919191. Windows color (decimal): -11489874 or 11447632. OLE color: 11447632.

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

Color convert

RGB 80 173 174 -
CMYK 0.54 0.01 0 0.32
HSL 180.64º 0.37% 0.5% -
HSV(B) 180.64º 0.54% 0.68% -
XYZ 25.89 34.65 45.37 -
YUV 145.31 144.19 81.42 -
System Red Green Blue C M Y K H S L
Decimal 80 173 174 0.54 0.01 0 0.32 180.64 0.37 0.5
Hex 50 AD AE 36 1 0 20 B5 25 32
Octal 120 255 256 66 1 0 40 265 45 62
Binary 1010000 10101101 10101110 110110 1 0 100000 10110101 100101 110010

Color Harmonies of #50ADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50ADAE

Black with #50ADAE

Text Example


Text Example

White with #50ADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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