COLOR #78E7BA

HEX: #78E7BA RGB: (120,231,186)

Color info

#78E7BA contains mainly green and blue colors. Web safe color of #78E7BA is #66FFCC (or #6FC).

RGB color model

#78E7BA color RGB value is (120,231,186).

RGB: (120,231,186) (47%, 91%, 73%)

RGB channels and saturation

R 120 of 255 = 47%
G 231 of 255 = 91%
B 186 of 255 = 73%

120
231
186

R + G + B ~ 70%. #78E7BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 231 + 186 = 537 (100%)
R 120 of 537 ~ 22.35%
G 231 of 537 ~ 43.02%
B 186 of 537 ~ 34.64'%

%22.35
%43.02
%34.64

CMYK color model

#78E7BA color CMYK value is (48,0,19,9).

  • cyan value is 48.05%
  • magenta value is 0.00%
  • yellow value is 19.48%
  • key color value is 9.41%

CMYK: (48,0,19,9)
C48M0Y19K9 (48%, 0%, 19%, 9%)
(0.48 / 0.00 / 0.19 / 0.09)

CMYK percentages

%48.05
%0
%19.48
%9.41

Codes

Color #78E7BA in popluar color models

78 E7 BA
RGB 120 231 186
HSL 156° 69.81% 68.82%
HSB/HSV 156° 48.05% 90.59%
CMYK 48.05% 0.00% 19.48%
9.41%

Color #78E7BA in popluar number systems.

HEX 78 E7 BA
Decimal 120 231 186
Binary 1111000 11100111 10111010
Octal 170 347 272

Shades and tints

Shades of #78E7BA

#78E7BA
(120,231,186)
#6ED2AA
(110,210,170)
#64BD9A
(100,189,154)
#5AA88A
(90,168,138)
#50937A
(80,147,122)
#467E6A
(70,126,106)
#3C695A
(60,105,90)
#32544A
(50,84,74)
#283F3A
(40,63,58)
#1E2A2A
(30,42,42)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #78E7BA

#78E7BA
(120,231,186)
#84E9C0
(132,233,192)
#90EBC6
(144,235,198)
#9CEDCC
(156,237,204)
#A8EFD2
(168,239,210)
#B4F1D8
(180,241,216)
#C0F3DE
(192,243,222)
#CCF5E4
(204,245,228)
#D8F7EA
(216,247,234)
#E4F9F0
(228,249,240)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78E7BA color. Also use rgb(120,231,186) instead hex code.

Text Font Color

.myTextColor { color: #78E7BA; }

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

This text font color is #78E7BA.

Background Color

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

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

This div background color is #78E7BA.

Border color

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

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

This div border color is #78E7BA.

Opacity

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

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

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

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

This text has shadow with #78E7BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78E7BA.

Preview

Color preview on black background

This text has color #78E7BA on black background.


Color preview on white background

This text has color #78E7BA on white background.


Black color preview on #78E7BA background

This text has black color on #78E7BA background.


White color preview on #78E7BA background

This text has white color on #78E7BA background.


Related colors

Complementary color

Complementary color for #hex is #871845.


I love getcolorcode.com

Triadic colors

1 #BA78E7 and #E7BA78 with #78E7BA are triadic colors.

2 #BAE778 and #E778BA with #78E7BA are triadic colors.