COLOR #78DEAA

HEX: #78DEAA
RGB: (120,222,170)

Color info

#78DEAA contains mainly green and blue colors. Web safe color of #78DEAA is #66CC99 (or #6C9).

RGB color model

#78DEAA color RGB value is (120,222,170).

  • red value is 120;
  • green value is 222;
  • blue value is 170.
RGB:
(120,222,170)
(47%,87%,67%)

RGB channels and saturation

R 120 of 255 = 47%
G 222 of 255 = 87%
B 170 of 255 = 67%

120
222
170

R + G + B ~ 67%. #78DEAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 222 + 170 = 512 (100%)
R 120 of 512 ~ 23.44%
G 222 of 512 ~ 43.36%
B 170 of 512 ~ 33.2%

%23.44
%43.36
%33.2

CMYK color model

#78DEAA color CMYK value is (46,0,23,13).

  • cyan value is 45.95%
  • magenta value is 0.00%
  • yellow value is 23.42%
  • key color value is 12.94%
CMYK:
(46,0,23,13)
C46M0Y23K13 
(46%,0%,23%,13%)
(0.46/0.00/0.23/0.13)	

CMYK percentages

%45.95
%0
%23.42
%12.94

Codes

Color #78DEAA in popluar color models

78DEAA
RGB120222170
HSL149°60.71%67.06%
HSB/HSV149°45.95%87.06%
CMYK45.95%0.00%23.42%
12.94%

Color #78DEAA in popluar number systems.

HEX78DEAA
Decimal120222170
Binary11110001101111010101010
Octal170336252

Shades and tints

Shades of #78DEAA

#78DEAA
(120,222,170)
#6ECA9B
(110,202,155)
#64B68C
(100,182,140)
#5AA27D
(90,162,125)
#508E6E
(80,142,110)
#467A5F
(70,122,95)
#3C6650
(60,102,80)
#325241
(50,82,65)
#283E32
(40,62,50)
#1E2A23
(30,42,35)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #78DEAA

#78DEAA
(120,222,170)
#84E1B1
(132,225,177)
#90E4B8
(144,228,184)
#9CE7BF
(156,231,191)
#A8EAC6
(168,234,198)
#B4EDCD
(180,237,205)
#C0F0D4
(192,240,212)
#CCF3DB
(204,243,219)
#D8F6E2
(216,246,226)
#E4F9E9
(228,249,233)
#F0FCF0
(240,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78DEAA color. Also use rgb(120,222,170) instead hex code.

Text Font Color

.myTextColor { color: #78DEAA; }

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

This text font color is #78DEAA.


Background Color

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

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

This div background color is #78DEAA.


Border color

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

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

This div border color is #78DEAA.


Opacity

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

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

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

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

This text has shadow with #78DEAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78DEAA on black background.


Color preview on white background

This text has color #78DEAA on white background.



Black color preview on #78DEAA background

This text has black color on #78DEAA background.


White color preview on #78DEAA background

This text has white color on #78DEAA background.