COLOR #4FAAC4

HEX: #4FAAC4
RGB: (79,170,196)

Color info

#4FAAC4 contains mainly green and blue colors. Web safe color of #4FAAC4 is #6699CC (or #69C).

RGB color model

#4FAAC4 color RGB value is (79,170,196).

  • red value is 79;
  • green value is 170;
  • blue value is 196.
RGB:
(79,170,196)
(31%,67%,77%)

RGB channels and saturation

R 79 of 255 = 31%
G 170 of 255 = 67%
B 196 of 255 = 77%

79
170
196

R + G + B ~ 58%. #4FAAC4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
79 + 170 + 196 = 445 (100%)
R 79 of 445 ~ 17.75%
G 170 of 445 ~ 38.2%
B 196 of 445 ~ 44.04%

%17.75
%38.2
%44.04

CMYK color model

#4FAAC4 color CMYK value is (60,13,0,23).

  • cyan value is 59.69%
  • magenta value is 13.27%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(60,13,0,23)
C60M13Y0K23 
(60%,13%,0%,23%)
(0.60/0.13/0.00/0.23)	

CMYK percentages

%59.69
%13.27
%0
%23.14

Codes

Color #4FAAC4 in popluar color models

4FAAC4
RGB79170196
HSL193°49.79%53.92%
HSB/HSV193°59.69%76.86%
CMYK59.69%13.27%0.00%
23.14%

Color #4FAAC4 in popluar number systems.

HEX4FAAC4
Decimal79170196
Binary10011111010101011000100
Octal117252304

Shades and tints

Shades of #4FAAC4

#4FAAC4
(79,170,196)
#489BB3
(72,155,179)
#418CA2
(65,140,162)
#3A7D91
(58,125,145)
#336E80
(51,110,128)
#2C5F6F
(44,95,111)
#25505E
(37,80,94)
#1E414D
(30,65,77)
#17323C
(23,50,60)
#10232B
(16,35,43)
#09141A
(9,20,26)
#000000
(0,0,0)

Tints of #4FAAC4

#4FAAC4
(79,170,196)
#5FB1C9
(95,177,201)
#6FB8CE
(111,184,206)
#7FBFD3
(127,191,211)
#8FC6D8
(143,198,216)
#9FCDDD
(159,205,221)
#AFD4E2
(175,212,226)
#BFDBE7
(191,219,231)
#CFE2EC
(207,226,236)
#DFE9F1
(223,233,241)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FAAC4 color. Also use rgb(79,170,196) instead hex code.

Text Font Color

.myTextColor { color: #4FAAC4; }

<p style="color:#4FAAC4">This sample text font color is #4FAAC4.</p>

This text font color is #4FAAC4.


Background Color

.myBgColor { background-color: #4FAAC4; }

<div style="background-color:#4FAAC4">Inner text</div>

This div background color is #4FAAC4.


Border color

.myBorderColor { border: 1px solid #4FAAC4; }

<div style="border:3px solid #4FAAC4">Div</div>

This div border color is #4FAAC4.


Opacity

.myOpacity80 { color: #4FAAC4; opacity: 0.8; }

<p style="color:#4FAAC4;opacity:0.8;">80%</p>

Text with #4FAAC4 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #4FAAC4;}

<p style="text-shadow: 3px 3px 1px #4FAAC4">Text here.</p>

This text has shadow with #4FAAC4 color.

.textShadow {text-shadow: 3px 3px 1px #4FAAC4, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #4FAAC4, 5px 5px 20px red">Text here.</p>

This text has shadow with #4FAAC4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#4FAAC4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#4FAAC4, Direction=45, Strength=4)">Text</p>

This text has shadow with #4FAAC4 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #4FAAC4;
  -webkit-box-shadow:	1px 1px 3px 2px #4FAAC4;
  box-shadow:		1px 1px 3px 2px #4FAAC4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #4FAAC4;
-webkit-box-shadow: 1px 1px 3px 2px #4FAAC4;
box-shadow:1px 1px 3px 2px #4FAAC4;">
Div content here</div>
This div box has shadow with color #4FAAC4.

Preview

Color preview on black background

This text has color #4FAAC4 on black background.


Color preview on white background

This text has color #4FAAC4 on white background.



Black color preview on #4FAAC4 background

This text has black color on #4FAAC4 background.


White color preview on #4FAAC4 background

This text has white color on #4FAAC4 background.