COLOR #4FFCC6

HEX: #4FFCC6
RGB: (79,252,198)

Color info

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

RGB color model

#4FFCC6 color RGB value is (79,252,198).

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

RGB channels and saturation

R 79 of 255 = 31%
G 252 of 255 = 99%
B 198 of 255 = 78%

79
252
198

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

Portions of RGB colors in percentages

R + G + B =
79 + 252 + 198 = 529 (100%)
R 79 of 529 ~ 14.93%
G 252 of 529 ~ 47.64%
B 198 of 529 ~ 37.43%

%14.93
%47.64
%37.43

CMYK color model

#4FFCC6 color CMYK value is (69,0,21,1).

  • cyan value is 68.65%
  • magenta value is 0.00%
  • yellow value is 21.43%
  • key color value is 1.18%
CMYK:
(69,0,21,1)
C69M0Y21K1 
(69%,0%,21%,1%)
(0.69/0.00/0.21/0.01)	

CMYK percentages

%68.65
%0
%21.43
%1.18

Codes

Color #4FFCC6 in popluar color models

4FFCC6
RGB79252198
HSL161°96.65%64.90%
HSB/HSV161°68.65%98.82%
CMYK68.65%0.00%21.43%
1.18%

Color #4FFCC6 in popluar number systems.

HEX4FFCC6
Decimal79252198
Binary10011111111110011000110
Octal117374306

Shades and tints

Shades of #4FFCC6

#4FFCC6
(79,252,198)
#48E6B4
(72,230,180)
#41D0A2
(65,208,162)
#3ABA90
(58,186,144)
#33A47E
(51,164,126)
#2C8E6C
(44,142,108)
#25785A
(37,120,90)
#1E6248
(30,98,72)
#174C36
(23,76,54)
#103624
(16,54,36)
#092012
(9,32,18)
#000000
(0,0,0)

Tints of #4FFCC6

#4FFCC6
(79,252,198)
#5FFCCB
(95,252,203)
#6FFCD0
(111,252,208)
#7FFCD5
(127,252,213)
#8FFCDA
(143,252,218)
#9FFCDF
(159,252,223)
#AFFCE4
(175,252,228)
#BFFCE9
(191,252,233)
#CFFCEE
(207,252,238)
#DFFCF3
(223,252,243)
#EFFCF8
(239,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4FFCC6; }

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

This text font color is #4FFCC6.


Background Color

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

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

This div background color is #4FFCC6.


Border color

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

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

This div border color is #4FFCC6.


Opacity

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

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

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

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

This text has shadow with #4FFCC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FFCC6 on black background.


Color preview on white background

This text has color #4FFCC6 on white background.



Black color preview on #4FFCC6 background

This text has black color on #4FFCC6 background.


White color preview on #4FFCC6 background

This text has white color on #4FFCC6 background.