Html Css Color HEX #4FAFAC Fountain Blue

📋 copy color: '#4FAFAC'

red 79 ◦ green 175 ◦ blue 172

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

Shades of Fountain Blue #4FAFAC

Tints of Fountain Blue #4FAFAC

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 value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#4FAFAC (or 0x4FAFAC) is known color: 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

RGB 79 175 172 -
CMYK 0.55 0 0.02 0.31
HSL 178.13º 0.38% 0.5% -
HSV(B) 178.13º 0.55% 0.69% -
XYZ 26 35.3 44.47 -
YUV 145.95 142.7 80.24 -
System Red Green Blue C M Y K H S L
Decimal 79 175 172 0.55 0 0.02 0.31 178.13 0.38 0.5
Hex 4F AF AC 37 0 2 1F B2 26 32
Octal 117 257 254 67 0 2 37 262 46 62
Binary 1001111 10101111 10101100 110111 0 10 11111 10110010 100110 110010

Color Harmonies of #4FAFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAFAC

Black with #4FAFAC

Text Example


Text Example

White with #4FAFAC

Text Example


Text Example

HTML Codes & Css Web 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>