COLOR #4EC6B8

HEX: #4EC6B8 RGB: (78,198,184)

Color info

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

RGB color model

#4EC6B8 color RGB value is (78,198,184).

RGB: (78,198,184) (31%, 78%, 72%)

RGB channels and saturation

R 78 of 255 = 31%
G 198 of 255 = 78%
B 184 of 255 = 72%

78
198
184

R + G + B ~ 60%. #4EC6B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 78 + 198 + 184 = 460 (100%)
R 78 of 460 ~ 16.96%
G 198 of 460 ~ 43.04%
B 184 of 460 ~ 40'%

%16.96
%43.04
%40

CMYK color model

#4EC6B8 color CMYK value is (61,0,7,22).

  • cyan value is 60.61%
  • magenta value is 0.00%
  • yellow value is 7.07%
  • key color value is 22.35%

CMYK: (61,0,7,22)
C61M0Y7K22 (61%, 0%, 7%, 22%)
(0.61 / 0.00 / 0.07 / 0.22)

CMYK percentages

%60.61
%0
%7.07
%22.35

Codes

Color #4EC6B8 in popluar color models

4E C6 B8
RGB 78 198 184
HSL 173° 51.28% 54.12%
HSB/HSV 173° 60.61% 77.65%
CMYK 60.61% 0.00% 7.07%
22.35%

Color #4EC6B8 in popluar number systems.

HEX 4E C6 B8
Decimal 78 198 184
Binary 1001110 11000110 10111000
Octal 116 306 270

Shades and tints

Shades of #4EC6B8

#4EC6B8
(78,198,184)
#47B4A8
(71,180,168)
#40A298
(64,162,152)
#399088
(57,144,136)
#327E78
(50,126,120)
#2B6C68
(43,108,104)
#245A58
(36,90,88)
#1D4848
(29,72,72)
#163638
(22,54,56)
#0F2428
(15,36,40)
#081218
(8,18,24)
#000000
(0,0,0)

Tints of #4EC6B8

#4EC6B8
(78,198,184)
#5ECBBE
(94,203,190)
#6ED0C4
(110,208,196)
#7ED5CA
(126,213,202)
#8EDAD0
(142,218,208)
#9EDFD6
(158,223,214)
#AEE4DC
(174,228,220)
#BEE9E2
(190,233,226)
#CEEEE8
(206,238,232)
#DEF3EE
(222,243,238)
#EEF8F4
(238,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EC6B8 color. Also use rgb(78,198,184) instead hex code.

Text Font Color

.myTextColor { color: #4EC6B8; }

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

This text font color is #4EC6B8.

Background Color

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

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

This div background color is #4EC6B8.

Border color

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

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

This div border color is #4EC6B8.

Opacity

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

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

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

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

This text has shadow with #4EC6B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4EC6B8.

Preview

Color preview on black background

This text has color #4EC6B8 on black background.


Color preview on white background

This text has color #4EC6B8 on white background.


Black color preview on #4EC6B8 background

This text has black color on #4EC6B8 background.


White color preview on #4EC6B8 background

This text has white color on #4EC6B8 background.


Related colors

Complementary color

Complementary color for #hex is #B13947.


I love getcolorcode.com

Triadic colors

1 #B84EC6 and #C6B84E with #4EC6B8 are triadic colors.

2 #B8C64E and #C64EB8 with #4EC6B8 are triadic colors.