COLOR #4FEDC6

HEX: #4FEDC6
RGB: (79,237,198)

Color info

#4FEDC6 contains mainly green and blue colors. Web safe color of #4FEDC6 is #66FFCC (or #6FC).

RGB color model

#4FEDC6 color RGB value is (79,237,198).

  • red value is 79;
  • green value is 237;
  • blue value is 198.
RGB:
(79,237,198)
(31%,93%,78%)

RGB channels and saturation

R 79 of 255 = 31%
G 237 of 255 = 93%
B 198 of 255 = 78%

79
237
198

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

Portions of RGB colors in percentages

R + G + B =
79 + 237 + 198 = 514 (100%)
R 79 of 514 ~ 15.37%
G 237 of 514 ~ 46.11%
B 198 of 514 ~ 38.52%

%15.37
%46.11
%38.52

CMYK color model

#4FEDC6 color CMYK value is (67,0,16,7).

  • cyan value is 66.67%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 7.06%
CMYK:
(67,0,16,7)
C67M0Y16K7 
(67%,0%,16%,7%)
(0.67/0.00/0.16/0.07)	

CMYK percentages

%66.67
%0
%16.46
%7.06

Codes

Color #4FEDC6 in popluar color models

4FEDC6
RGB79237198
HSL165°81.44%61.96%
HSB/HSV165°66.67%92.94%
CMYK66.67%0.00%16.46%
7.06%

Color #4FEDC6 in popluar number systems.

HEX4FEDC6
Decimal79237198
Binary10011111110110111000110
Octal117355306

Shades and tints

Shades of #4FEDC6

#4FEDC6
(79,237,198)
#48D8B4
(72,216,180)
#41C3A2
(65,195,162)
#3AAE90
(58,174,144)
#33997E
(51,153,126)
#2C846C
(44,132,108)
#256F5A
(37,111,90)
#1E5A48
(30,90,72)
#174536
(23,69,54)
#103024
(16,48,36)
#091B12
(9,27,18)
#000000
(0,0,0)

Tints of #4FEDC6

#4FEDC6
(79,237,198)
#5FEECB
(95,238,203)
#6FEFD0
(111,239,208)
#7FF0D5
(127,240,213)
#8FF1DA
(143,241,218)
#9FF2DF
(159,242,223)
#AFF3E4
(175,243,228)
#BFF4E9
(191,244,233)
#CFF5EE
(207,245,238)
#DFF6F3
(223,246,243)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FEDC6 color. Also use rgb(79,237,198) instead hex code.

Text Font Color

.myTextColor { color: #4FEDC6; }

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

This text font color is #4FEDC6.


Background Color

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

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

This div background color is #4FEDC6.


Border color

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

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

This div border color is #4FEDC6.


Opacity

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

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

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

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

This text has shadow with #4FEDC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FEDC6 on black background.


Color preview on white background

This text has color #4FEDC6 on white background.



Black color preview on #4FEDC6 background

This text has black color on #4FEDC6 background.


White color preview on #4FEDC6 background

This text has white color on #4FEDC6 background.