#4FAEAB

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

Shades of Fountain Blue #4FAEAB

Tints of Fountain Blue #4FAEAB

Color information

#4FAEAB (or 0x4FAEAB) is unknown color: approx Fountain Blue. HEX triplet: 4F, AE and AB. RGB value is (79,174,171). Sum of RGB (Red+Green+Blue) = 79+174+171=424 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.63% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAEAB is #B05154. Grayscale: #919191. Windows color (decimal): -11555157 or 11251279. OLE color: 11251279.

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

Color convert

RGB79174171-
CMYK0.5500.020.32
HSL178.11º37.55%49.61%-
HSV(B)178.11º54.6%68.24%-
XYZ25.7134.8743.9-
YUV145.25142.5380.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.63%
GREEN value IS 174 (68.36% from 255) = 41.04%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=18.63%
G=41.04%
B=40.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791741710.5500.020.32178.1137.5549.61
Hex4FAEAB370220b22632
Octal1172562536702402624662
Binary1001111101011101010101111011101010000010110010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,174,171); }

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

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

 a { background-color: rgb(79,174,171); }

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

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

 span { border-color: rgb(79,174,171); }

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