Html Css Color HEX #50AFAC Fountain Blue

📋 copy color: '#50AFAC'

red 80 ◦ green 175 ◦ blue 172

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

Shades of Fountain Blue #50AFAC

Tints of Fountain Blue #50AFAC

RGB

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

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

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

R = 18.74%
G = 40.98%
B = 40.28%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#50AFAC (or 0x50AFAC) is known color: Fountain Blue. HEX triplet: 50, AF and AC. RGB value is (80,175,172). Sum of RGB (Red+Green+Blue) = 80+175+172=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #50AFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AFAC is #AF5053. Grayscale: #929292. Windows color (decimal): -11489364 or 11317072. OLE color: 11317072.

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

Color convert

RGB 80 175 172 -
CMYK 0.54 0 0.02 0.31
HSL 178.11º 0.37% 0.5% -
HSV(B) 178.11º 0.54% 0.69% -
XYZ 26.08 35.34 44.48 -
YUV 146.25 142.53 80.74 -
System Red Green Blue C M Y K H S L
Decimal 80 175 172 0.54 0 0.02 0.31 178.11 0.37 0.5
Hex 50 AF AC 36 0 2 1F B2 25 32
Octal 120 257 254 66 0 2 37 262 45 62
Binary 1010000 10101111 10101100 110110 0 10 11111 10110010 100101 110010

Color Harmonies of #50AFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50AFAC

Black with #50AFAC

Text Example


Text Example

White with #50AFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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