COLOR #4FD4D8

HEX: #4FD4D8
RGB: (79,212,216)

Color info

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

RGB color model

#4FD4D8 color RGB value is (79,212,216).

  • red value is 79;
  • green value is 212;
  • blue value is 216.
RGB:
(79,212,216)
(31%,83%,85%)

RGB channels and saturation

R 79 of 255 = 31%
G 212 of 255 = 83%
B 216 of 255 = 85%

79
212
216

R + G + B ~ 66%. #4FD4D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 212 + 216 = 507 (100%)
R 79 of 507 ~ 15.58%
G 212 of 507 ~ 41.81%
B 216 of 507 ~ 42.6%

%15.58
%41.81
%42.6

CMYK color model

#4FD4D8 color CMYK value is (63,2,0,15).

  • cyan value is 63.43%
  • magenta value is 1.85%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(63,2,0,15)
C63M2Y0K15 
(63%,2%,0%,15%)
(0.63/0.02/0.00/0.15)	

CMYK percentages

%63.43
%1.85
%0
%15.29

Codes

Color #4FD4D8 in popluar color models

4FD4D8
RGB79212216
HSL182°63.72%57.84%
HSB/HSV182°63.43%84.71%
CMYK63.43%1.85%0.00%
15.29%

Color #4FD4D8 in popluar number systems.

HEX4FD4D8
Decimal79212216
Binary10011111101010011011000
Octal117324330

Shades and tints

Shades of #4FD4D8

#4FD4D8
(79,212,216)
#48C1C5
(72,193,197)
#41AEB2
(65,174,178)
#3A9B9F
(58,155,159)
#33888C
(51,136,140)
#2C7579
(44,117,121)
#256266
(37,98,102)
#1E4F53
(30,79,83)
#173C40
(23,60,64)
#10292D
(16,41,45)
#09161A
(9,22,26)
#000000
(0,0,0)

Tints of #4FD4D8

#4FD4D8
(79,212,216)
#5FD7DB
(95,215,219)
#6FDADE
(111,218,222)
#7FDDE1
(127,221,225)
#8FE0E4
(143,224,228)
#9FE3E7
(159,227,231)
#AFE6EA
(175,230,234)
#BFE9ED
(191,233,237)
#CFECF0
(207,236,240)
#DFEFF3
(223,239,243)
#EFF2F6
(239,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FD4D8 color. Also use rgb(79,212,216) instead hex code.

Text Font Color

.myTextColor { color: #4FD4D8; }

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

This text font color is #4FD4D8.


Background Color

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

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

This div background color is #4FD4D8.


Border color

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

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

This div border color is #4FD4D8.


Opacity

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

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

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

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

This text has shadow with #4FD4D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FD4D8 on black background.


Color preview on white background

This text has color #4FD4D8 on white background.



Black color preview on #4FD4D8 background

This text has black color on #4FD4D8 background.


White color preview on #4FD4D8 background

This text has white color on #4FD4D8 background.