COLOR #78EAA2

HEX: #78EAA2
RGB: (120,234,162)

Color info

#78EAA2 contains mainly green color. Web safe color of #78EAA2 is #66FF99 (or #6F9).

RGB color model

#78EAA2 color RGB value is (120,234,162).

  • red value is 120;
  • green value is 234;
  • blue value is 162.
RGB:
(120,234,162)
(47%,92%,64%)

RGB channels and saturation

R 120 of 255 = 47%
G 234 of 255 = 92%
B 162 of 255 = 64%

120
234
162

R + G + B ~ 68%. #78EAA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 234 + 162 = 516 (100%)
R 120 of 516 ~ 23.26%
G 234 of 516 ~ 45.35%
B 162 of 516 ~ 31.4%

%23.26
%45.35
%31.4

CMYK color model

#78EAA2 color CMYK value is (49,0,31,8).

  • cyan value is 48.72%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 8.24%
CMYK:
(49,0,31,8)
C49M0Y31K8 
(49%,0%,31%,8%)
(0.49/0.00/0.31/0.08)	

CMYK percentages

%48.72
%0
%30.77
%8.24

Codes

Color #78EAA2 in popluar color models

78EAA2
RGB120234162
HSL142°73.08%69.41%
HSB/HSV142°48.72%91.76%
CMYK48.72%0.00%30.77%
8.24%

Color #78EAA2 in popluar number systems.

HEX78EAA2
Decimal120234162
Binary11110001110101010100010
Octal170352242

Shades and tints

Shades of #78EAA2

#78EAA2
(120,234,162)
#6ED594
(110,213,148)
#64C086
(100,192,134)
#5AAB78
(90,171,120)
#50966A
(80,150,106)
#46815C
(70,129,92)
#3C6C4E
(60,108,78)
#325740
(50,87,64)
#284232
(40,66,50)
#1E2D24
(30,45,36)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #78EAA2

#78EAA2
(120,234,162)
#84EBAA
(132,235,170)
#90ECB2
(144,236,178)
#9CEDBA
(156,237,186)
#A8EEC2
(168,238,194)
#B4EFCA
(180,239,202)
#C0F0D2
(192,240,210)
#CCF1DA
(204,241,218)
#D8F2E2
(216,242,226)
#E4F3EA
(228,243,234)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78EAA2 color. Also use rgb(120,234,162) instead hex code.

Text Font Color

.myTextColor { color: #78EAA2; }

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

This text font color is #78EAA2.


Background Color

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

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

This div background color is #78EAA2.


Border color

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

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

This div border color is #78EAA2.


Opacity

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

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

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

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

This text has shadow with #78EAA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78EAA2 on black background.


Color preview on white background

This text has color #78EAA2 on white background.



Black color preview on #78EAA2 background

This text has black color on #78EAA2 background.


White color preview on #78EAA2 background

This text has white color on #78EAA2 background.