COLOR #4ECAC3

HEX: #4ECAC3
RGB: (78,202,195)

Color info

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

RGB color model

#4ECAC3 color RGB value is (78,202,195).

  • red value is 78;
  • green value is 202;
  • blue value is 195.
RGB:
(78,202,195)
(31%,79%,76%)

RGB channels and saturation

R 78 of 255 = 31%
G 202 of 255 = 79%
B 195 of 255 = 76%

78
202
195

R + G + B ~ 62%. #4ECAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
78 + 202 + 195 = 475 (100%)
R 78 of 475 ~ 16.42%
G 202 of 475 ~ 42.53%
B 195 of 475 ~ 41.05%

%16.42
%42.53
%41.05

CMYK color model

#4ECAC3 color CMYK value is (61,0,3,21).

  • cyan value is 61.39%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 20.78%
CMYK:
(61,0,3,21)
C61M0Y3K21 
(61%,0%,3%,21%)
(0.61/0.00/0.03/0.21)	

CMYK percentages

%61.39
%0
%3.47
%20.78

Codes

Color #4ECAC3 in popluar color models

4ECAC3
RGB78202195
HSL177°53.91%54.90%
HSB/HSV177°61.39%79.22%
CMYK61.39%0.00%3.47%
20.78%

Color #4ECAC3 in popluar number systems.

HEX4ECAC3
Decimal78202195
Binary10011101100101011000011
Octal116312303

Shades and tints

Shades of #4ECAC3

#4ECAC3
(78,202,195)
#47B8B2
(71,184,178)
#40A6A1
(64,166,161)
#399490
(57,148,144)
#32827F
(50,130,127)
#2B706E
(43,112,110)
#245E5D
(36,94,93)
#1D4C4C
(29,76,76)
#163A3B
(22,58,59)
#0F282A
(15,40,42)
#081619
(8,22,25)
#000000
(0,0,0)

Tints of #4ECAC3

#4ECAC3
(78,202,195)
#5ECEC8
(94,206,200)
#6ED2CD
(110,210,205)
#7ED6D2
(126,214,210)
#8EDAD7
(142,218,215)
#9EDEDC
(158,222,220)
#AEE2E1
(174,226,225)
#BEE6E6
(190,230,230)
#CEEAEB
(206,234,235)
#DEEEF0
(222,238,240)
#EEF2F5
(238,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ECAC3 color. Also use rgb(78,202,195) instead hex code.

Text Font Color

.myTextColor { color: #4ECAC3; }

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

This text font color is #4ECAC3.


Background Color

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

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

This div background color is #4ECAC3.


Border color

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

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

This div border color is #4ECAC3.


Opacity

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

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

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

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

This text has shadow with #4ECAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ECAC3 on black background.


Color preview on white background

This text has color #4ECAC3 on white background.



Black color preview on #4ECAC3 background

This text has black color on #4ECAC3 background.


White color preview on #4ECAC3 background

This text has white color on #4ECAC3 background.