COLOR #4EEAF3

HEX: #4EEAF3
RGB: (78,234,243)

Color info

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

RGB color model

#4EEAF3 color RGB value is (78,234,243).

  • red value is 78;
  • green value is 234;
  • blue value is 243.
RGB:
(78,234,243)
(31%,92%,95%)

RGB channels and saturation

R 78 of 255 = 31%
G 234 of 255 = 92%
B 243 of 255 = 95%

78
234
243

R + G + B ~ 73%. #4EEAF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 234 + 243 = 555 (100%)
R 78 of 555 ~ 14.05%
G 234 of 555 ~ 42.16%
B 243 of 555 ~ 43.78%

%14.05
%42.16
%43.78

CMYK color model

#4EEAF3 color CMYK value is (68,4,0,5).

  • cyan value is 67.90%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(68,4,0,5)
C68M4Y0K5 
(68%,4%,0%,5%)
(0.68/0.04/0.00/0.05)	

CMYK percentages

%67.9
%3.7
%0
%4.71

Codes

Color #4EEAF3 in popluar color models

4EEAF3
RGB78234243
HSL183°87.30%62.94%
HSB/HSV183°67.90%95.29%
CMYK67.90%3.70%0.00%
4.71%

Color #4EEAF3 in popluar number systems.

HEX4EEAF3
Decimal78234243
Binary10011101110101011110011
Octal116352363

Shades and tints

Shades of #4EEAF3

#4EEAF3
(78,234,243)
#47D5DD
(71,213,221)
#40C0C7
(64,192,199)
#39ABB1
(57,171,177)
#32969B
(50,150,155)
#2B8185
(43,129,133)
#246C6F
(36,108,111)
#1D5759
(29,87,89)
#164243
(22,66,67)
#0F2D2D
(15,45,45)
#081817
(8,24,23)
#000000
(0,0,0)

Tints of #4EEAF3

#4EEAF3
(78,234,243)
#5EEBF4
(94,235,244)
#6EECF5
(110,236,245)
#7EEDF6
(126,237,246)
#8EEEF7
(142,238,247)
#9EEFF8
(158,239,248)
#AEF0F9
(174,240,249)
#BEF1FA
(190,241,250)
#CEF2FB
(206,242,251)
#DEF3FC
(222,243,252)
#EEF4FD
(238,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EEAF3 color. Also use rgb(78,234,243) instead hex code.

Text Font Color

.myTextColor { color: #4EEAF3; }

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

This text font color is #4EEAF3.


Background Color

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

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

This div background color is #4EEAF3.


Border color

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

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

This div border color is #4EEAF3.


Opacity

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

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

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

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

This text has shadow with #4EEAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EEAF3 on black background.


Color preview on white background

This text has color #4EEAF3 on white background.



Black color preview on #4EEAF3 background

This text has black color on #4EEAF3 background.


White color preview on #4EEAF3 background

This text has white color on #4EEAF3 background.