COLOR #78D0AA

HEX: #78D0AA RGB: (120,208,170)

Color info

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

RGB color model

#78D0AA color RGB value is (120,208,170).

RGB: (120,208,170) (47%, 82%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 208 of 255 = 82%
B 170 of 255 = 67%

120
208
170

R + G + B ~ 65%. #78D0AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 208 + 170 = 498 (100%)
R 120 of 498 ~ 24.1%
G 208 of 498 ~ 41.77%
B 170 of 498 ~ 34.14'%

%24.1
%41.77
%34.14

CMYK color model

#78D0AA color CMYK value is (42,0,18,18).

  • cyan value is 42.31%
  • magenta value is 0.00%
  • yellow value is 18.27%
  • key color value is 18.43%

CMYK: (42,0,18,18)
C42M0Y18K18 (42%, 0%, 18%, 18%)
(0.42 / 0.00 / 0.18 / 0.18)

CMYK percentages

%42.31
%0
%18.27
%18.43

Codes

Color #78D0AA in popluar color models

78 D0 AA
RGB 120 208 170
HSL 154° 48.35% 64.31%
HSB/HSV 154° 42.31% 81.57%
CMYK 42.31% 0.00% 18.27%
18.43%

Color #78D0AA in popluar number systems.

HEX 78 D0 AA
Decimal 120 208 170
Binary 1111000 11010000 10101010
Octal 170 320 252

Shades and tints

Shades of #78D0AA

#78D0AA
(120,208,170)
#6EBE9B
(110,190,155)
#64AC8C
(100,172,140)
#5A9A7D
(90,154,125)
#50886E
(80,136,110)
#46765F
(70,118,95)
#3C6450
(60,100,80)
#325241
(50,82,65)
#284032
(40,64,50)
#1E2E23
(30,46,35)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #78D0AA

#78D0AA
(120,208,170)
#84D4B1
(132,212,177)
#90D8B8
(144,216,184)
#9CDCBF
(156,220,191)
#A8E0C6
(168,224,198)
#B4E4CD
(180,228,205)
#C0E8D4
(192,232,212)
#CCECDB
(204,236,219)
#D8F0E2
(216,240,226)
#E4F4E9
(228,244,233)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78D0AA; }

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

This text font color is #78D0AA.

Background Color

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

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

This div background color is #78D0AA.

Border color

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

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

This div border color is #78D0AA.

Opacity

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

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

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

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

This text has shadow with #78D0AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78D0AA.

Preview

Color preview on black background

This text has color #78D0AA on black background.


Color preview on white background

This text has color #78D0AA on white background.


Black color preview on #78D0AA background

This text has black color on #78D0AA background.


White color preview on #78D0AA background

This text has white color on #78D0AA background.


Related colors

Complementary color

Complementary color for #hex is #872F55.


I love getcolorcode.com

Triadic colors

1 #AA78D0 and #D0AA78 with #78D0AA are triadic colors.

2 #AAD078 and #D078AA with #78D0AA are triadic colors.