Html Css Color HEX #50AEB2 Fountain Blue

📋 copy color: '#50AEB2'

red 80 ◦ green 174 ◦ blue 178

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

Shades of Fountain Blue #50AEB2

Tints of Fountain Blue #50AEB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.2%

R = 18.52%
G = 40.28%
B = 41.2%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#50AEB2 (or 0x50AEB2) is known color: Fountain Blue. HEX triplet: 50, AE and B2. RGB value is (80,174,178). Sum of RGB (Red+Green+Blue) = 80+174+178=432 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.52% from 432); Green value is 174 (68.36% from 255 or 40.28% from 432); Blue value is 178 (69.92% from 255 or 41.20% from 432); Max value from RGB is 178 - color contains mainly: blue. Hex color #50AEB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AEB2 is #AF514D. Grayscale: #929292. Windows color (decimal): -11489614 or 11710032. OLE color: 11710032.

HSL color Cylindrical-coordinate representation of color #50AEB2: hue angle of 182.45º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50AEB2 is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 80 174 178 -
CMYK 0.55 0.02 0 0.30
HSL 182.45º 0.39% 0.51% -
HSV(B) 182.45º 0.55% 0.7% -
XYZ 26.48 35.19 47.52 -
YUV 146.35 145.86 80.67 -
System Red Green Blue C M Y K H S L
Decimal 80 174 178 0.55 0.02 0 0.30 182.45 0.39 0.51
Hex 50 AE B2 37 2 0 1E B6 27 33
Octal 120 256 262 67 2 0 36 266 47 63
Binary 1010000 10101110 10110010 110111 10 0 11110 10110110 100111 110011

Color Harmonies of #50AEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AEB2

Black with #50AEB2

Text Example


Text Example

White with #50AEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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