Html Css Color HEX #50AEAC Fountain Blue

📋 copy color: '#50AEAC'

red 80 ◦ green 174 ◦ blue 172

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

Shades of Fountain Blue #50AEAC

Tints of Fountain Blue #50AEAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.38%

R = 18.78%
G = 40.85%
B = 40.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#50AEAC (or 0x50AEAC) is known color: Fountain Blue. HEX triplet: 50, AE and AC. RGB value is (80,174,172). Sum of RGB (Red+Green+Blue) = 80+174+172=426 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.78% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #50AEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AEAC is #AF5153. Grayscale: #919191. Windows color (decimal): -11489620 or 11316816. OLE color: 11316816.

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

Color convert

RGB 80 174 172 -
CMYK 0.54 0 0.01 0.32
HSL 178.72º 0.37% 0.5% -
HSV(B) 178.72º 0.54% 0.68% -
XYZ 25.89 34.96 44.41 -
YUV 145.67 142.86 81.16 -
System Red Green Blue C M Y K H S L
Decimal 80 174 172 0.54 0 0.01 0.32 178.72 0.37 0.5
Hex 50 AE AC 36 0 1 20 B3 25 32
Octal 120 256 254 66 0 1 40 263 45 62
Binary 1010000 10101110 10101100 110110 0 1 100000 10110011 100101 110010

Color Harmonies of #50AEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AEAC

Black with #50AEAC

Text Example


Text Example

White with #50AEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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