Html Css Color HEX #50AAAF Fountain Blue

📋 copy color: '#50AAAF'

red 80 ◦ green 170 ◦ blue 175

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

Shades of Fountain Blue #50AAAF

Tints of Fountain Blue #50AAAF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 40%

 BLUE value IS 175 (68.75% from 255) = 41.18%

R = 18.82%
G = 40%
B = 41.18%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#50AAAF (or 0x50AAAF) is known color: Fountain Blue. HEX triplet: 50, AA and AF. RGB value is (80,170,175). Sum of RGB (Red+Green+Blue) = 80+170+175=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 175 - color contains mainly: blue. Hex color #50AAAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AAAF is #AF5550. Grayscale: #8F8F8F. Windows color (decimal): -11490641 or 11512400. OLE color: 11512400.

HSL color Cylindrical-coordinate representation of color #50AAAF: hue angle of 183.16º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AAAF is Cyan = 0.54, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 170 175 -
CMYK 0.54 0.03 0 0.31
HSL 183.16º 0.37% 0.5% -
HSV(B) 183.16º 0.54% 0.69% -
XYZ 25.42 33.55 45.69 -
YUV 143.66 145.68 82.59 -
System Red Green Blue C M Y K H S L
Decimal 80 170 175 0.54 0.03 0 0.31 183.16 0.37 0.5
Hex 50 AA AF 36 3 0 1F B7 25 32
Octal 120 252 257 66 3 0 37 267 45 62
Binary 1010000 10101010 10101111 110110 11 0 11111 10110111 100101 110010

Color Harmonies of #50AAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AAAF

Black with #50AAAF

Text Example


Text Example

White with #50AAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,170,175); }

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

background-color css

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

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

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

border-color css

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

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

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