Html Css Color HEX #50AEAE Fountain Blue

📋 copy color: '#50AEAE'

red 80 ◦ green 174 ◦ blue 174

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

Shades of Fountain Blue #50AEAE

Tints of Fountain Blue #50AEAE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.65%

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

R = 18.69%
G = 40.65%
B = 40.65%

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

#50AEAE (or 0x50AEAE) is known color: Fountain Blue. HEX triplet: 50, AE and AE. RGB value is (80,174,174). Sum of RGB (Red+Green+Blue) = 80+174+174=428 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.69% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 174 (68.36% from 255 or 40.65% from 428); Max value from RGB is 174 - color contains mainly: green, blue. Hex color #50AEAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AEAE is #AF5151. Grayscale: #919191. Windows color (decimal): -11489618 or 11447888. OLE color: 11447888.

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

Color convert

RGB 80 174 174 -
CMYK 0.54 0 0 0.32
HSL 180º 0.37% 0.5% -
HSV(B) 180º 0.54% 0.68% -
XYZ 26.08 35.03 45.43 -
YUV 145.89 143.86 81 -
System Red Green Blue C M Y K H S L
Decimal 80 174 174 0.54 0 0 0.32 180 0.37 0.5
Hex 50 AE AE 36 0 0 20 B4 25 32
Octal 120 256 256 66 0 0 40 264 45 62
Binary 1010000 10101110 10101110 110110 0 0 100000 10110100 100101 110010

Color Harmonies of #50AEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AEAE

Black with #50AEAE

Text Example


Text Example

White with #50AEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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