COLOR #4FC5D4

HEX: #4FC5D4
RGB: (79,197,212)

Color info

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

RGB color model

#4FC5D4 color RGB value is (79,197,212).

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

RGB channels and saturation

R 79 of 255 = 31%
G 197 of 255 = 77%
B 212 of 255 = 83%

79
197
212

R + G + B ~ 64%. #4FC5D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 197 + 212 = 488 (100%)
R 79 of 488 ~ 16.19%
G 197 of 488 ~ 40.37%
B 212 of 488 ~ 43.44%

%16.19
%40.37
%43.44

CMYK color model

#4FC5D4 color CMYK value is (63,7,0,17).

  • cyan value is 62.74%
  • magenta value is 7.08%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(63,7,0,17)
C63M7Y0K17 
(63%,7%,0%,17%)
(0.63/0.07/0.00/0.17)	

CMYK percentages

%62.74
%7.08
%0
%16.86

Codes

Color #4FC5D4 in popluar color models

4FC5D4
RGB79197212
HSL187°60.73%57.06%
HSB/HSV187°62.74%83.14%
CMYK62.74%7.08%0.00%
16.86%

Color #4FC5D4 in popluar number systems.

HEX4FC5D4
Decimal79197212
Binary10011111100010111010100
Octal117305324

Shades and tints

Shades of #4FC5D4

#4FC5D4
(79,197,212)
#48B4C1
(72,180,193)
#41A3AE
(65,163,174)
#3A929B
(58,146,155)
#338188
(51,129,136)
#2C7075
(44,112,117)
#255F62
(37,95,98)
#1E4E4F
(30,78,79)
#173D3C
(23,61,60)
#102C29
(16,44,41)
#091B16
(9,27,22)
#000000
(0,0,0)

Tints of #4FC5D4

#4FC5D4
(79,197,212)
#5FCAD7
(95,202,215)
#6FCFDA
(111,207,218)
#7FD4DD
(127,212,221)
#8FD9E0
(143,217,224)
#9FDEE3
(159,222,227)
#AFE3E6
(175,227,230)
#BFE8E9
(191,232,233)
#CFEDEC
(207,237,236)
#DFF2EF
(223,242,239)
#EFF7F2
(239,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FC5D4; }

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

This text font color is #4FC5D4.


Background Color

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

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

This div background color is #4FC5D4.


Border color

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

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

This div border color is #4FC5D4.


Opacity

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

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

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

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

This text has shadow with #4FC5D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FC5D4 on black background.


Color preview on white background

This text has color #4FC5D4 on white background.



Black color preview on #4FC5D4 background

This text has black color on #4FC5D4 background.


White color preview on #4FC5D4 background

This text has white color on #4FC5D4 background.