Html Css Color HEX #50AFAF Fountain Blue

📋 copy color: '#50AFAF'

red 80 ◦ green 175 ◦ blue 175

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

Shades of Fountain Blue #50AFAF

Tints of Fountain Blue #50AFAF

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.7%

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

R = 18.6%
G = 40.7%
B = 40.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#50AFAF (or 0x50AFAF) is known color: Fountain Blue. HEX triplet: 50, AF and AF. RGB value is (80,175,175). Sum of RGB (Red+Green+Blue) = 80+175+175=430 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.60% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #50AFAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AFAF is #AF5050. Grayscale: #929292. Windows color (decimal): -11489361 or 11513680. OLE color: 11513680.

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

Color convert

RGB 80 175 175 -
CMYK 0.54 0 0 0.31
HSL 180º 0.37% 0.5% -
HSV(B) 180º 0.54% 0.69% -
XYZ 26.38 35.46 46.01 -
YUV 146.6 144.03 80.5 -
System Red Green Blue C M Y K H S L
Decimal 80 175 175 0.54 0 0 0.31 180 0.37 0.5
Hex 50 AF AF 36 0 0 1F B4 25 32
Octal 120 257 257 66 0 0 37 264 45 62
Binary 1010000 10101111 10101111 110110 0 0 11111 10110100 100101 110010

Color Harmonies of #50AFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFAF

Black with #50AFAF

Text Example


Text Example

White with #50AFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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