COLOR #4FDFAA

HEX: #4FDFAA
RGB: (79,223,170)

Color info

#4FDFAA contains mainly green and blue colors. Web safe color of #4FDFAA is #66CC99 (or #6C9).

RGB color model

#4FDFAA color RGB value is (79,223,170).

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

RGB channels and saturation

R 79 of 255 = 31%
G 223 of 255 = 87%
B 170 of 255 = 67%

79
223
170

R + G + B ~ 62%. #4FDFAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 223 + 170 = 472 (100%)
R 79 of 472 ~ 16.74%
G 223 of 472 ~ 47.25%
B 170 of 472 ~ 36.02%

%16.74
%47.25
%36.02

CMYK color model

#4FDFAA color CMYK value is (65,0,24,13).

  • cyan value is 64.57%
  • magenta value is 0.00%
  • yellow value is 23.77%
  • key color value is 12.55%
CMYK:
(65,0,24,13)
C65M0Y24K13 
(65%,0%,24%,13%)
(0.65/0.00/0.24/0.13)	

CMYK percentages

%64.57
%0
%23.77
%12.55

Codes

Color #4FDFAA in popluar color models

4FDFAA
RGB79223170
HSL158°69.23%59.22%
HSB/HSV158°64.57%87.45%
CMYK64.57%0.00%23.77%
12.55%

Color #4FDFAA in popluar number systems.

HEX4FDFAA
Decimal79223170
Binary10011111101111110101010
Octal117337252

Shades and tints

Shades of #4FDFAA

#4FDFAA
(79,223,170)
#48CB9B
(72,203,155)
#41B78C
(65,183,140)
#3AA37D
(58,163,125)
#338F6E
(51,143,110)
#2C7B5F
(44,123,95)
#256750
(37,103,80)
#1E5341
(30,83,65)
#173F32
(23,63,50)
#102B23
(16,43,35)
#091714
(9,23,20)
#000000
(0,0,0)

Tints of #4FDFAA

#4FDFAA
(79,223,170)
#5FE1B1
(95,225,177)
#6FE3B8
(111,227,184)
#7FE5BF
(127,229,191)
#8FE7C6
(143,231,198)
#9FE9CD
(159,233,205)
#AFEBD4
(175,235,212)
#BFEDDB
(191,237,219)
#CFEFE2
(207,239,226)
#DFF1E9
(223,241,233)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FDFAA; }

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

This text font color is #4FDFAA.


Background Color

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

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

This div background color is #4FDFAA.


Border color

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

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

This div border color is #4FDFAA.


Opacity

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

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

Text with #4FDFAA 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 #4FDFAA;}

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

This text has shadow with #4FDFAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FDFAA on black background.


Color preview on white background

This text has color #4FDFAA on white background.



Black color preview on #4FDFAA background

This text has black color on #4FDFAA background.


White color preview on #4FDFAA background

This text has white color on #4FDFAA background.