#4FAFAC

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

Shades of Fountain Blue #4FAFAC

Tints of Fountain Blue #4FAFAC

Color information

#4FAFAC (or 0x4FAFAC) is unknown color: approx Fountain Blue. HEX triplet: 4F, AF and AC. RGB value is (79,175,172). Sum of RGB (Red+Green+Blue) = 79+175+172=426 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.54% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #4FAFAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAFAC is #B05053. Grayscale: #919191. Windows color (decimal): -11554900 or 11317071. OLE color: 11317071.

HSL color Cylindrical-coordinate representation of color #4FAFAC: hue angle of 178.12º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAFAC is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB79175172-
CMYK0.5500.020.31
HSL178.12º37.8%49.8%-
HSV(B)178.12º54.86%68.63%-
XYZ2635.344.47-
YUV145.95142.780.24-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.54%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=18.54%
G=41.08%
B=40.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791751720.5500.020.31178.1237.849.8
Hex4FAFAC37021Fb22632
Octal1172572546702372624662
Binary100111110101111101011001101110101111110110010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4FAFAC; }

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

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

<style>
 a { background-color: #4FAFAC; }

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

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

<style>
 span { border-color: #4FAFAC; }

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

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