COLOR #4CF4E7

HEX: #4CF4E7
RGB: (76,244,231)

Color info

#4CF4E7 contains mainly green and blue colors. Web safe color of #4CF4E7 is #33FFFF (or #3FF).

RGB color model

#4CF4E7 color RGB value is (76,244,231).

  • red value is 76;
  • green value is 244;
  • blue value is 231.
RGB:
(76,244,231)
(30%,96%,91%)

RGB channels and saturation

R 76 of 255 = 30%
G 244 of 255 = 96%
B 231 of 255 = 91%

76
244
231

R + G + B ~ 72%. #4CF4E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
76 + 244 + 231 = 551 (100%)
R 76 of 551 ~ 13.79%
G 244 of 551 ~ 44.28%
B 231 of 551 ~ 41.92%

%13.79
%44.28
%41.92

CMYK color model

#4CF4E7 color CMYK value is (69,0,5,4).

  • cyan value is 68.85%
  • magenta value is 0.00%
  • yellow value is 5.33%
  • key color value is 4.31%
CMYK:
(69,0,5,4)
C69M0Y5K4 
(69%,0%,5%,4%)
(0.69/0.00/0.05/0.04)	

CMYK percentages

%68.85
%0
%5.33
%4.31

Codes

Color #4CF4E7 in popluar color models

4CF4E7
RGB76244231
HSL175°88.42%62.75%
HSB/HSV175°68.85%95.69%
CMYK68.85%0.00%5.33%
4.31%

Color #4CF4E7 in popluar number systems.

HEX4CF4E7
Decimal76244231
Binary10011001111010011100111
Octal114364347

Shades and tints

Shades of #4CF4E7

#4CF4E7
(76,244,231)
#46DED2
(70,222,210)
#40C8BD
(64,200,189)
#3AB2A8
(58,178,168)
#349C93
(52,156,147)
#2E867E
(46,134,126)
#287069
(40,112,105)
#225A54
(34,90,84)
#1C443F
(28,68,63)
#162E2A
(22,46,42)
#101815
(16,24,21)
#000000
(0,0,0)

Tints of #4CF4E7

#4CF4E7
(76,244,231)
#5CF5E9
(92,245,233)
#6CF6EB
(108,246,235)
#7CF7ED
(124,247,237)
#8CF8EF
(140,248,239)
#9CF9F1
(156,249,241)
#ACFAF3
(172,250,243)
#BCFBF5
(188,251,245)
#CCFCF7
(204,252,247)
#DCFDF9
(220,253,249)
#ECFEFB
(236,254,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CF4E7 color. Also use rgb(76,244,231) instead hex code.

Text Font Color

.myTextColor { color: #4CF4E7; }

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

This text font color is #4CF4E7.


Background Color

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

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

This div background color is #4CF4E7.


Border color

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

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

This div border color is #4CF4E7.


Opacity

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

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

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

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

This text has shadow with #4CF4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CF4E7 on black background.


Color preview on white background

This text has color #4CF4E7 on white background.



Black color preview on #4CF4E7 background

This text has black color on #4CF4E7 background.


White color preview on #4CF4E7 background

This text has white color on #4CF4E7 background.