COLOR #4FE1E2

HEX: #4FE1E2
RGB: (79,225,226)

Color info

#4FE1E2 contains mainly green and blue colors. Web safe color of #4FE1E2 is #66CCCC (or #6CC).

RGB color model

#4FE1E2 color RGB value is (79,225,226).

  • red value is 79;
  • green value is 225;
  • blue value is 226.
RGB:
(79,225,226)
(31%,88%,89%)

RGB channels and saturation

R 79 of 255 = 31%
G 225 of 255 = 88%
B 226 of 255 = 89%

79
225
226

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

Portions of RGB colors in percentages

R + G + B =
79 + 225 + 226 = 530 (100%)
R 79 of 530 ~ 14.91%
G 225 of 530 ~ 42.45%
B 226 of 530 ~ 42.64%

%14.91
%42.45
%42.64

CMYK color model

#4FE1E2 color CMYK value is (65,0,0,11).

  • cyan value is 65.04%
  • magenta value is 0.44%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(65,0,0,11)
C65M0Y0K11 
(65%,0%,0%,11%)
(0.65/0.00/0.00/0.11)	

CMYK percentages

%65.04
%0.44
%0
%11.37

Codes

Color #4FE1E2 in popluar color models

4FE1E2
RGB79225226
HSL180°71.71%59.80%
HSB/HSV180°65.04%88.63%
CMYK65.04%0.44%0.00%
11.37%

Color #4FE1E2 in popluar number systems.

HEX4FE1E2
Decimal79225226
Binary10011111110000111100010
Octal117341342

Shades and tints

Shades of #4FE1E2

#4FE1E2
(79,225,226)
#48CDCE
(72,205,206)
#41B9BA
(65,185,186)
#3AA5A6
(58,165,166)
#339192
(51,145,146)
#2C7D7E
(44,125,126)
#25696A
(37,105,106)
#1E5556
(30,85,86)
#174142
(23,65,66)
#102D2E
(16,45,46)
#09191A
(9,25,26)
#000000
(0,0,0)

Tints of #4FE1E2

#4FE1E2
(79,225,226)
#5FE3E4
(95,227,228)
#6FE5E6
(111,229,230)
#7FE7E8
(127,231,232)
#8FE9EA
(143,233,234)
#9FEBEC
(159,235,236)
#AFEDEE
(175,237,238)
#BFEFF0
(191,239,240)
#CFF1F2
(207,241,242)
#DFF3F4
(223,243,244)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4FE1E2 color. Also use rgb(79,225,226) instead hex code.

Text Font Color

.myTextColor { color: #4FE1E2; }

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

This text font color is #4FE1E2.


Background Color

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

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

This div background color is #4FE1E2.


Border color

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

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

This div border color is #4FE1E2.


Opacity

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

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

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

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

This text has shadow with #4FE1E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4FE1E2 on black background.


Color preview on white background

This text has color #4FE1E2 on white background.



Black color preview on #4FE1E2 background

This text has black color on #4FE1E2 background.


White color preview on #4FE1E2 background

This text has white color on #4FE1E2 background.