COLOR #4FFDF4

HEX: #4FFDF4
RGB: (79,253,244)

Color info

#4FFDF4 contains mainly green and blue colors. Web safe color of #4FFDF4 is #66FFFF (or #6FF).

RGB color model

#4FFDF4 color RGB value is (79,253,244).

  • red value is 79;
  • green value is 253;
  • blue value is 244.
RGB:
(79,253,244)
(31%,99%,96%)

RGB channels and saturation

R 79 of 255 = 31%
G 253 of 255 = 99%
B 244 of 255 = 96%

79
253
244

R + G + B ~ 75%. #4FFDF4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
79 + 253 + 244 = 576 (100%)
R 79 of 576 ~ 13.72%
G 253 of 576 ~ 43.92%
B 244 of 576 ~ 42.36%

%13.72
%43.92
%42.36

CMYK color model

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

  • cyan value is 68.77%
  • magenta value is 0.00%
  • yellow value is 3.56%
  • key color value is 0.78%
CMYK:
(69,0,4,1)
C69M0Y4K1 
(69%,0%,4%,1%)
(0.69/0.00/0.04/0.01)	

CMYK percentages

%68.77
%0
%3.56
%0.78

Codes

Color #4FFDF4 in popluar color models

4FFDF4
RGB79253244
HSL177°97.75%65.10%
HSB/HSV177°68.77%99.22%
CMYK68.77%0.00%3.56%
0.78%

Color #4FFDF4 in popluar number systems.

HEX4FFDF4
Decimal79253244
Binary10011111111110111110100
Octal117375364

Shades and tints

Shades of #4FFDF4

#4FFDF4
(79,253,244)
#48E6DE
(72,230,222)
#41CFC8
(65,207,200)
#3AB8B2
(58,184,178)
#33A19C
(51,161,156)
#2C8A86
(44,138,134)
#257370
(37,115,112)
#1E5C5A
(30,92,90)
#174544
(23,69,68)
#102E2E
(16,46,46)
#091718
(9,23,24)
#000000
(0,0,0)

Tints of #4FFDF4

#4FFDF4
(79,253,244)
#5FFDF5
(95,253,245)
#6FFDF6
(111,253,246)
#7FFDF7
(127,253,247)
#8FFDF8
(143,253,248)
#9FFDF9
(159,253,249)
#AFFDFA
(175,253,250)
#BFFDFB
(191,253,251)
#CFFDFC
(207,253,252)
#DFFDFD
(223,253,253)
#EFFDFE
(239,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FFDF4 color. Also use rgb(79,253,244) instead hex code.

Text Font Color

.myTextColor { color: #4FFDF4; }

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

This text font color is #4FFDF4.


Background Color

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

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

This div background color is #4FFDF4.


Border color

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

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

This div border color is #4FFDF4.


Opacity

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

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

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

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

This text has shadow with #4FFDF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FFDF4 on black background.


Color preview on white background

This text has color #4FFDF4 on white background.



Black color preview on #4FFDF4 background

This text has black color on #4FFDF4 background.


White color preview on #4FFDF4 background

This text has white color on #4FFDF4 background.