COLOR #4EFAEE

HEX: #4EFAEE
RGB: (78,250,238)

Color info

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

RGB color model

#4EFAEE color RGB value is (78,250,238).

  • red value is 78;
  • green value is 250;
  • blue value is 238.
RGB:
(78,250,238)
(31%,98%,93%)

RGB channels and saturation

R 78 of 255 = 31%
G 250 of 255 = 98%
B 238 of 255 = 93%

78
250
238

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

Portions of RGB colors in percentages

R + G + B =
78 + 250 + 238 = 566 (100%)
R 78 of 566 ~ 13.78%
G 250 of 566 ~ 44.17%
B 238 of 566 ~ 42.05%

%13.78
%44.17
%42.05

CMYK color model

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

  • cyan value is 68.80%
  • magenta value is 0.00%
  • yellow value is 4.80%
  • key color value is 1.96%
CMYK:
(69,0,5,2)
C69M0Y5K2 
(69%,0%,5%,2%)
(0.69/0.00/0.05/0.02)	

CMYK percentages

%68.8
%0
%4.8
%1.96

Codes

Color #4EFAEE in popluar color models

4EFAEE
RGB78250238
HSL176°94.51%64.31%
HSB/HSV176°68.80%98.04%
CMYK68.80%0.00%4.80%
1.96%

Color #4EFAEE in popluar number systems.

HEX4EFAEE
Decimal78250238
Binary10011101111101011101110
Octal116372356

Shades and tints

Shades of #4EFAEE

#4EFAEE
(78,250,238)
#47E4D9
(71,228,217)
#40CEC4
(64,206,196)
#39B8AF
(57,184,175)
#32A29A
(50,162,154)
#2B8C85
(43,140,133)
#247670
(36,118,112)
#1D605B
(29,96,91)
#164A46
(22,74,70)
#0F3431
(15,52,49)
#081E1C
(8,30,28)
#000000
(0,0,0)

Tints of #4EFAEE

#4EFAEE
(78,250,238)
#5EFAEF
(94,250,239)
#6EFAF0
(110,250,240)
#7EFAF1
(126,250,241)
#8EFAF2
(142,250,242)
#9EFAF3
(158,250,243)
#AEFAF4
(174,250,244)
#BEFAF5
(190,250,245)
#CEFAF6
(206,250,246)
#DEFAF7
(222,250,247)
#EEFAF8
(238,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EFAEE color. Also use rgb(78,250,238) instead hex code.

Text Font Color

.myTextColor { color: #4EFAEE; }

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

This text font color is #4EFAEE.


Background Color

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

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

This div background color is #4EFAEE.


Border color

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

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

This div border color is #4EFAEE.


Opacity

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

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

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

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

This text has shadow with #4EFAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EFAEE on black background.


Color preview on white background

This text has color #4EFAEE on white background.



Black color preview on #4EFAEE background

This text has black color on #4EFAEE background.


White color preview on #4EFAEE background

This text has white color on #4EFAEE background.