COLOR #78E4B8

HEX: #78E4B8
RGB: (120,228,184)

Color info

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

RGB color model

#78E4B8 color RGB value is (120,228,184).

  • red value is 120;
  • green value is 228;
  • blue value is 184.
RGB:
(120,228,184)
(47%,89%,72%)

RGB channels and saturation

R 120 of 255 = 47%
G 228 of 255 = 89%
B 184 of 255 = 72%

120
228
184

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

Portions of RGB colors in percentages

R + G + B =
120 + 228 + 184 = 532 (100%)
R 120 of 532 ~ 22.56%
G 228 of 532 ~ 42.86%
B 184 of 532 ~ 34.59%

%22.56
%42.86
%34.59

CMYK color model

#78E4B8 color CMYK value is (47,0,19,11).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 19.30%
  • key color value is 10.59%
CMYK:
(47,0,19,11)
C47M0Y19K11 
(47%,0%,19%,11%)
(0.47/0.00/0.19/0.11)	

CMYK percentages

%47.37
%0
%19.3
%10.59

Codes

Color #78E4B8 in popluar color models

78E4B8
RGB120228184
HSL156°66.67%68.24%
HSB/HSV156°47.37%89.41%
CMYK47.37%0.00%19.30%
10.59%

Color #78E4B8 in popluar number systems.

HEX78E4B8
Decimal120228184
Binary11110001110010010111000
Octal170344270

Shades and tints

Shades of #78E4B8

#78E4B8
(120,228,184)
#6ED0A8
(110,208,168)
#64BC98
(100,188,152)
#5AA888
(90,168,136)
#509478
(80,148,120)
#468068
(70,128,104)
#3C6C58
(60,108,88)
#325848
(50,88,72)
#284438
(40,68,56)
#1E3028
(30,48,40)
#141C18
(20,28,24)
#000000
(0,0,0)

Tints of #78E4B8

#78E4B8
(120,228,184)
#84E6BE
(132,230,190)
#90E8C4
(144,232,196)
#9CEACA
(156,234,202)
#A8ECD0
(168,236,208)
#B4EED6
(180,238,214)
#C0F0DC
(192,240,220)
#CCF2E2
(204,242,226)
#D8F4E8
(216,244,232)
#E4F6EE
(228,246,238)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78E4B8 color. Also use rgb(120,228,184) instead hex code.

Text Font Color

.myTextColor { color: #78E4B8; }

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

This text font color is #78E4B8.


Background Color

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

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

This div background color is #78E4B8.


Border color

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

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

This div border color is #78E4B8.


Opacity

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

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

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

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

This text has shadow with #78E4B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78E4B8 on black background.


Color preview on white background

This text has color #78E4B8 on white background.



Black color preview on #78E4B8 background

This text has black color on #78E4B8 background.


White color preview on #78E4B8 background

This text has white color on #78E4B8 background.