COLOR #4EE1B7

HEX: #4EE1B7 RGB: (78,225,183)

Color info

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

RGB color model

#4EE1B7 color RGB value is (78,225,183).

RGB: (78,225,183) (31%, 88%, 72%)

RGB channels and saturation

R 78 of 255 = 31%
G 225 of 255 = 88%
B 183 of 255 = 72%

78
225
183

R + G + B ~ 64%. #4EE1B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 78 + 225 + 183 = 486 (100%)
R 78 of 486 ~ 16.05%
G 225 of 486 ~ 46.3%
B 183 of 486 ~ 37.65'%

%16.05
%46.3
%37.65

CMYK color model

#4EE1B7 color CMYK value is (65,0,19,12).

  • cyan value is 65.33%
  • magenta value is 0.00%
  • yellow value is 18.67%
  • key color value is 11.76%

CMYK: (65,0,19,12)
C65M0Y19K12 (65%, 0%, 19%, 12%)
(0.65 / 0.00 / 0.19 / 0.12)

CMYK percentages

%65.33
%0
%18.67
%11.76

Codes

Color #4EE1B7 in popluar color models

4E E1 B7
RGB 78 225 183
HSL 163° 71.01% 59.41%
HSB/HSV 163° 65.33% 88.24%
CMYK 65.33% 0.00% 18.67%
11.76%

Color #4EE1B7 in popluar number systems.

HEX 4E E1 B7
Decimal 78 225 183
Binary 1001110 11100001 10110111
Octal 116 341 267

Shades and tints

Shades of #4EE1B7

#4EE1B7
(78,225,183)
#47CDA7
(71,205,167)
#40B997
(64,185,151)
#39A587
(57,165,135)
#329177
(50,145,119)
#2B7D67
(43,125,103)
#246957
(36,105,87)
#1D5547
(29,85,71)
#164137
(22,65,55)
#0F2D27
(15,45,39)
#081917
(8,25,23)
#000000
(0,0,0)

Tints of #4EE1B7

#4EE1B7
(78,225,183)
#5EE3BD
(94,227,189)
#6EE5C3
(110,229,195)
#7EE7C9
(126,231,201)
#8EE9CF
(142,233,207)
#9EEBD5
(158,235,213)
#AEEDDB
(174,237,219)
#BEEFE1
(190,239,225)
#CEF1E7
(206,241,231)
#DEF3ED
(222,243,237)
#EEF5F3
(238,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EE1B7 color. Also use rgb(78,225,183) instead hex code.

Text Font Color

.myTextColor { color: #4EE1B7; }

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

This text font color is #4EE1B7.

Background Color

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

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

This div background color is #4EE1B7.

Border color

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

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

This div border color is #4EE1B7.

Opacity

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

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

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

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

This text has shadow with #4EE1B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4EE1B7.

Preview

Color preview on black background

This text has color #4EE1B7 on black background.


Color preview on white background

This text has color #4EE1B7 on white background.


Black color preview on #4EE1B7 background

This text has black color on #4EE1B7 background.


White color preview on #4EE1B7 background

This text has white color on #4EE1B7 background.


Related colors

Complementary color

Complementary color for #hex is #B11E48.


I love getcolorcode.com

Triadic colors

1 #B74EE1 and #E1B74E with #4EE1B7 are triadic colors.

2 #B7E14E and #E14EB7 with #4EE1B7 are triadic colors.