Html Css Color HEX #4FAEAC Fountain Blue

📋 copy color: '#4FAEAC'

red 79 ◦ green 174 ◦ blue 172

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

Shades of Fountain Blue #4FAEAC

Tints of Fountain Blue #4FAEAC

RGB

 RED value IS 79 (31.25% from 255) = 18.59%

 GREEN value IS 174 (68.36% from 255) = 40.94%

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

R = 18.59%
G = 40.94%
B = 40.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.32

RGB Variations

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

Color information

#4FAEAC (or 0x4FAEAC) is known color: Fountain Blue. HEX triplet: 4F, AE and AC. RGB value is (79,174,172). Sum of RGB (Red+Green+Blue) = 79+174+172=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 172 (67.58% from 255 or 40.47% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAEAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FAEAC is #B05153. Grayscale: #919191. Windows color (decimal): -11555156 or 11316815. OLE color: 11316815.

HSL color Cylindrical-coordinate representation of color #4FAEAC: hue angle of 178.74º 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 #4FAEAC is Cyan = 0.55, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 174 172 -
CMYK 0.55 0 0.01 0.32
HSL 178.74º 0.38% 0.5% -
HSV(B) 178.74º 0.55% 0.68% -
XYZ 25.81 34.91 44.41 -
YUV 145.37 143.03 80.66 -
System Red Green Blue C M Y K H S L
Decimal 79 174 172 0.55 0 0.01 0.32 178.74 0.38 0.5
Hex 4F AE AC 37 0 1 20 B3 26 32
Octal 117 256 254 67 0 1 40 263 46 62
Binary 1001111 10101110 10101100 110111 0 1 100000 10110011 100110 110010

Color Harmonies of #4FAEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAEAC

Black with #4FAEAC

Text Example


Text Example

White with #4FAEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4FAEAC;
 }
 .AnyTagClassName
 {
   color: #4FAEAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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