Html Css Color HEX #4FACAB Fountain Blue

📋 copy color: '#4FACAB'

red 79 ◦ green 172 ◦ blue 171

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

Shades of Fountain Blue #4FACAB

Tints of Fountain Blue #4FACAB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.76%

 BLUE value IS 171 (67.19% from 255) = 40.52%

R = 18.72%
G = 40.76%
B = 40.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#4FACAB (or 0x4FACAB) is known color: Fountain Blue. HEX triplet: 4F, AC and AB. RGB value is (79,172,171). Sum of RGB (Red+Green+Blue) = 79+172+171=422 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.72% from 422); Green value is 172 (67.58% from 255 or 40.76% from 422); Blue value is 171 (67.19% from 255 or 40.52% from 422); Max value from RGB is 172 - color contains mainly: green. Hex color #4FACAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FACAB is #B05354. Grayscale: #8F8F8F. Windows color (decimal): -11555669 or 11250767. OLE color: 11250767.

HSL color Cylindrical-coordinate representation of color #4FACAB: hue angle of 179.35º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FACAB is Cyan = 0.54, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 172 171 -
CMYK 0.54 0 0.01 0.33
HSL 179.35º 0.37% 0.49% -
HSV(B) 179.35º 0.54% 0.67% -
XYZ 25.33 34.11 43.78 -
YUV 144.08 143.19 81.58 -
System Red Green Blue C M Y K H S L
Decimal 79 172 171 0.54 0 0.01 0.33 179.35 0.37 0.49
Hex 4F AC AB 36 0 1 21 B3 25 31
Octal 117 254 253 66 0 1 41 263 45 61
Binary 1001111 10101100 10101011 110110 0 1 100001 10110011 100101 110001

Color Harmonies of #4FACAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FACAB

Black with #4FACAB

Text Example


Text Example

White with #4FACAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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