Html Css Color HEX #4FACAC Fountain Blue

📋 copy color: '#4FACAC'

red 79 ◦ green 172 ◦ blue 172

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

Shades of Fountain Blue #4FACAC

Tints of Fountain Blue #4FACAC

RGB

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

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

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

R = 18.68%
G = 40.66%
B = 40.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4FACAC (or 0x4FACAC) is known color: Fountain Blue. HEX triplet: 4F, AC and AC. RGB value is (79,172,172). Sum of RGB (Red+Green+Blue) = 79+172+172=423 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.68% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 172 (67.58% from 255 or 40.66% from 423); Max value from RGB is 172 - color contains mainly: green, blue. Hex color #4FACAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FACAC is #B05353. Grayscale: #909090. Windows color (decimal): -11555668 or 11316303. OLE color: 11316303.

HSL color Cylindrical-coordinate representation of color #4FACAC: hue angle of 180º 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 #4FACAC is Cyan = 0.54, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 172 172 -
CMYK 0.54 0 0 0.33
HSL 180º 0.37% 0.49% -
HSV(B) 180º 0.54% 0.67% -
XYZ 25.42 34.15 44.28 -
YUV 144.19 143.69 81.5 -
System Red Green Blue C M Y K H S L
Decimal 79 172 172 0.54 0 0 0.33 180 0.37 0.49
Hex 4F AC AC 36 0 0 21 B4 25 31
Octal 117 254 254 66 0 0 41 264 45 61
Binary 1001111 10101100 10101100 110110 0 0 100001 10110100 100101 110001

Color Harmonies of #4FACAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FACAC

Black with #4FACAC

Text Example


Text Example

White with #4FACAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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