COLOR #4EF5F1

HEX: #4EF5F1
RGB: (78,245,241)

Color info

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

RGB color model

#4EF5F1 color RGB value is (78,245,241).

  • red value is 78;
  • green value is 245;
  • blue value is 241.
RGB:
(78,245,241)
(31%,96%,95%)

RGB channels and saturation

R 78 of 255 = 31%
G 245 of 255 = 96%
B 241 of 255 = 95%

78
245
241

R + G + B ~ 74%. #4EF5F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 245 + 241 = 564 (100%)
R 78 of 564 ~ 13.83%
G 245 of 564 ~ 43.44%
B 241 of 564 ~ 42.73%

%13.83
%43.44
%42.73

CMYK color model

#4EF5F1 color CMYK value is (68,0,2,4).

  • cyan value is 68.16%
  • magenta value is 0.00%
  • yellow value is 1.63%
  • key color value is 3.92%
CMYK:
(68,0,2,4)
C68M0Y2K4 
(68%,0%,2%,4%)
(0.68/0.00/0.02/0.04)	

CMYK percentages

%68.16
%0
%1.63
%3.92

Codes

Color #4EF5F1 in popluar color models

4EF5F1
RGB78245241
HSL179°89.30%63.33%
HSB/HSV179°68.16%96.08%
CMYK68.16%0.00%1.63%
3.92%

Color #4EF5F1 in popluar number systems.

HEX4EF5F1
Decimal78245241
Binary10011101111010111110001
Octal116365361

Shades and tints

Shades of #4EF5F1

#4EF5F1
(78,245,241)
#47DFDC
(71,223,220)
#40C9C7
(64,201,199)
#39B3B2
(57,179,178)
#329D9D
(50,157,157)
#2B8788
(43,135,136)
#247173
(36,113,115)
#1D5B5E
(29,91,94)
#164549
(22,69,73)
#0F2F34
(15,47,52)
#08191F
(8,25,31)
#000000
(0,0,0)

Tints of #4EF5F1

#4EF5F1
(78,245,241)
#5EF5F2
(94,245,242)
#6EF5F3
(110,245,243)
#7EF5F4
(126,245,244)
#8EF5F5
(142,245,245)
#9EF5F6
(158,245,246)
#AEF5F7
(174,245,247)
#BEF5F8
(190,245,248)
#CEF5F9
(206,245,249)
#DEF5FA
(222,245,250)
#EEF5FB
(238,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EF5F1 color. Also use rgb(78,245,241) instead hex code.

Text Font Color

.myTextColor { color: #4EF5F1; }

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

This text font color is #4EF5F1.


Background Color

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

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

This div background color is #4EF5F1.


Border color

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

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

This div border color is #4EF5F1.


Opacity

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

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

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

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

This text has shadow with #4EF5F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EF5F1 on black background.


Color preview on white background

This text has color #4EF5F1 on white background.



Black color preview on #4EF5F1 background

This text has black color on #4EF5F1 background.


White color preview on #4EF5F1 background

This text has white color on #4EF5F1 background.