COLOR #4FF8C7

HEX: #4FF8C7
RGB: (79,248,199)

Color info

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

RGB color model

#4FF8C7 color RGB value is (79,248,199).

  • red value is 79;
  • green value is 248;
  • blue value is 199.
RGB:
(79,248,199)
(31%,97%,78%)

RGB channels and saturation

R 79 of 255 = 31%
G 248 of 255 = 97%
B 199 of 255 = 78%

79
248
199

R + G + B ~ 69%. #4FF8C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 248 + 199 = 526 (100%)
R 79 of 526 ~ 15.02%
G 248 of 526 ~ 47.15%
B 199 of 526 ~ 37.83%

%15.02
%47.15
%37.83

CMYK color model

#4FF8C7 color CMYK value is (68,0,20,3).

  • cyan value is 68.15%
  • magenta value is 0.00%
  • yellow value is 19.76%
  • key color value is 2.75%
CMYK:
(68,0,20,3)
C68M0Y20K3 
(68%,0%,20%,3%)
(0.68/0.00/0.20/0.03)	

CMYK percentages

%68.15
%0
%19.76
%2.75

Codes

Color #4FF8C7 in popluar color models

4FF8C7
RGB79248199
HSL163°92.35%64.12%
HSB/HSV163°68.15%97.25%
CMYK68.15%0.00%19.76%
2.75%

Color #4FF8C7 in popluar number systems.

HEX4FF8C7
Decimal79248199
Binary10011111111100011000111
Octal117370307

Shades and tints

Shades of #4FF8C7

#4FF8C7
(79,248,199)
#48E2B5
(72,226,181)
#41CCA3
(65,204,163)
#3AB691
(58,182,145)
#33A07F
(51,160,127)
#2C8A6D
(44,138,109)
#25745B
(37,116,91)
#1E5E49
(30,94,73)
#174837
(23,72,55)
#103225
(16,50,37)
#091C13
(9,28,19)
#000000
(0,0,0)

Tints of #4FF8C7

#4FF8C7
(79,248,199)
#5FF8CC
(95,248,204)
#6FF8D1
(111,248,209)
#7FF8D6
(127,248,214)
#8FF8DB
(143,248,219)
#9FF8E0
(159,248,224)
#AFF8E5
(175,248,229)
#BFF8EA
(191,248,234)
#CFF8EF
(207,248,239)
#DFF8F4
(223,248,244)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FF8C7 color. Also use rgb(79,248,199) instead hex code.

Text Font Color

.myTextColor { color: #4FF8C7; }

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

This text font color is #4FF8C7.


Background Color

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

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

This div background color is #4FF8C7.


Border color

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

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

This div border color is #4FF8C7.


Opacity

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

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

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

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

This text has shadow with #4FF8C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FF8C7 on black background.


Color preview on white background

This text has color #4FF8C7 on white background.



Black color preview on #4FF8C7 background

This text has black color on #4FF8C7 background.


White color preview on #4FF8C7 background

This text has white color on #4FF8C7 background.