COLOR #78E2B4

HEX: #78E2B4
RGB: (120,226,180)

Color info

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

RGB color model

#78E2B4 color RGB value is (120,226,180).

  • red value is 120;
  • green value is 226;
  • blue value is 180.
RGB:
(120,226,180)
(47%,89%,71%)

RGB channels and saturation

R 120 of 255 = 47%
G 226 of 255 = 89%
B 180 of 255 = 71%

120
226
180

R + G + B ~ 69%. #78E2B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 226 + 180 = 526 (100%)
R 120 of 526 ~ 22.81%
G 226 of 526 ~ 42.97%
B 180 of 526 ~ 34.22%

%22.81
%42.97
%34.22

CMYK color model

#78E2B4 color CMYK value is (47,0,20,11).

  • cyan value is 46.90%
  • magenta value is 0.00%
  • yellow value is 20.35%
  • key color value is 11.37%
CMYK:
(47,0,20,11)
C47M0Y20K11 
(47%,0%,20%,11%)
(0.47/0.00/0.20/0.11)	

CMYK percentages

%46.9
%0
%20.35
%11.37

Codes

Color #78E2B4 in popluar color models

78E2B4
RGB120226180
HSL154°64.63%67.84%
HSB/HSV154°46.90%88.63%
CMYK46.90%0.00%20.35%
11.37%

Color #78E2B4 in popluar number systems.

HEX78E2B4
Decimal120226180
Binary11110001110001010110100
Octal170342264

Shades and tints

Shades of #78E2B4

#78E2B4
(120,226,180)
#6ECEA4
(110,206,164)
#64BA94
(100,186,148)
#5AA684
(90,166,132)
#509274
(80,146,116)
#467E64
(70,126,100)
#3C6A54
(60,106,84)
#325644
(50,86,68)
#284234
(40,66,52)
#1E2E24
(30,46,36)
#141A14
(20,26,20)
#000000
(0,0,0)

Tints of #78E2B4

#78E2B4
(120,226,180)
#84E4BA
(132,228,186)
#90E6C0
(144,230,192)
#9CE8C6
(156,232,198)
#A8EACC
(168,234,204)
#B4ECD2
(180,236,210)
#C0EED8
(192,238,216)
#CCF0DE
(204,240,222)
#D8F2E4
(216,242,228)
#E4F4EA
(228,244,234)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78E2B4 color. Also use rgb(120,226,180) instead hex code.

Text Font Color

.myTextColor { color: #78E2B4; }

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

This text font color is #78E2B4.


Background Color

.myBgColor { background-color: #78E2B4; }

<div style="background-color:#78E2B4">Inner text</div>

This div background color is #78E2B4.


Border color

.myBorderColor { border: 1px solid #78E2B4; }

<div style="border:3px solid #78E2B4">Div</div>

This div border color is #78E2B4.


Opacity

.myOpacity80 { color: #78E2B4; opacity: 0.8; }

<p style="color:#78E2B4;opacity:0.8;">80%</p>

Text with #78E2B4 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 #78E2B4;}

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

This text has shadow with #78E2B4 color.

.textShadow {text-shadow: 3px 3px 1px #78E2B4, 3px 3px 1px red;}

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

This text has shadow with #78E2B4 primary color and red secondary color.


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

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

This text has shadow with #78E2B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78E2B4 on black background.


Color preview on white background

This text has color #78E2B4 on white background.



Black color preview on #78E2B4 background

This text has black color on #78E2B4 background.


White color preview on #78E2B4 background

This text has white color on #78E2B4 background.