#50ACAF

Color #50ACAF Fountain Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fountain Blue #50ACAF

Tints of Fountain Blue #50ACAF

Color information

#50ACAF (or 0x50ACAF) is unknown color: approx Fountain Blue. HEX triplet: 50, AC and AF. RGB value is (80,172,175). Sum of RGB (Red+Green+Blue) = 80+172+175=427 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.74% from 427); Green value is 172 (67.58% from 255 or 40.28% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #50ACAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50ACAF is #AF5350. Grayscale: #909090. Windows color (decimal): -11490129 or 11512912. OLE color: 11512912.

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

Color convert

RGB80172175-
CMYK0.540.0200.31
HSL181.89º37.25%50%-
HSV(B)181.89º54.29%68.63%-
XYZ25.834.3145.82-
YUV144.83145.0281.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.74%
GREEN value IS 172 (67.58% from 255) = 40.28%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=18.74%
G=40.28%
B=40.98%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801721750.540.0200.31181.8937.2550
Hex50ACAF36201Fb62532
Octal1202542576620372664562
Binary101000010101100101011111101101001111110110110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50ACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50ACAF;
 }
 .AnyTagClassName
 {
   color: #50ACAF;
 }
</style>
background-color css

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

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

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

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

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

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