COLOR #4FDCD7

HEX: #4FDCD7
RGB: (79,220,215)

Color info

#4FDCD7 contains mainly green and blue colors. Web safe color of #4FDCD7 is #66CCCC (or #6CC).

RGB color model

#4FDCD7 color RGB value is (79,220,215).

  • red value is 79;
  • green value is 220;
  • blue value is 215.
RGB:
(79,220,215)
(31%,86%,84%)

RGB channels and saturation

R 79 of 255 = 31%
G 220 of 255 = 86%
B 215 of 255 = 84%

79
220
215

R + G + B ~ 67%. #4FDCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 220 + 215 = 514 (100%)
R 79 of 514 ~ 15.37%
G 220 of 514 ~ 42.8%
B 215 of 514 ~ 41.83%

%15.37
%42.8
%41.83

CMYK color model

#4FDCD7 color CMYK value is (64,0,2,14).

  • cyan value is 64.09%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 13.73%
CMYK:
(64,0,2,14)
C64M0Y2K14 
(64%,0%,2%,14%)
(0.64/0.00/0.02/0.14)	

CMYK percentages

%64.09
%0
%2.27
%13.73

Codes

Color #4FDCD7 in popluar color models

4FDCD7
RGB79220215
HSL178°66.82%58.63%
HSB/HSV178°64.09%86.27%
CMYK64.09%0.00%2.27%
13.73%

Color #4FDCD7 in popluar number systems.

HEX4FDCD7
Decimal79220215
Binary10011111101110011010111
Octal117334327

Shades and tints

Shades of #4FDCD7

#4FDCD7
(79,220,215)
#48C8C4
(72,200,196)
#41B4B1
(65,180,177)
#3AA09E
(58,160,158)
#338C8B
(51,140,139)
#2C7878
(44,120,120)
#256465
(37,100,101)
#1E5052
(30,80,82)
#173C3F
(23,60,63)
#10282C
(16,40,44)
#091419
(9,20,25)
#000000
(0,0,0)

Tints of #4FDCD7

#4FDCD7
(79,220,215)
#5FDFDA
(95,223,218)
#6FE2DD
(111,226,221)
#7FE5E0
(127,229,224)
#8FE8E3
(143,232,227)
#9FEBE6
(159,235,230)
#AFEEE9
(175,238,233)
#BFF1EC
(191,241,236)
#CFF4EF
(207,244,239)
#DFF7F2
(223,247,242)
#EFFAF5
(239,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FDCD7 color. Also use rgb(79,220,215) instead hex code.

Text Font Color

.myTextColor { color: #4FDCD7; }

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

This text font color is #4FDCD7.


Background Color

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

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

This div background color is #4FDCD7.


Border color

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

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

This div border color is #4FDCD7.


Opacity

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

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

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

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

This text has shadow with #4FDCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FDCD7 on black background.


Color preview on white background

This text has color #4FDCD7 on white background.



Black color preview on #4FDCD7 background

This text has black color on #4FDCD7 background.


White color preview on #4FDCD7 background

This text has white color on #4FDCD7 background.