COLOR #78C0AA

HEX: #78C0AA
RGB: (120,192,170)

Color info

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

RGB color model

#78C0AA color RGB value is (120,192,170).

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

RGB channels and saturation

R 120 of 255 = 47%
G 192 of 255 = 75%
B 170 of 255 = 67%

120
192
170

R + G + B ~ 63%. #78C0AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 192 + 170 = 482 (100%)
R 120 of 482 ~ 24.9%
G 192 of 482 ~ 39.83%
B 170 of 482 ~ 35.27%

%24.9
%39.83
%35.27

CMYK color model

#78C0AA color CMYK value is (38,0,11,25).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 11.46%
  • key color value is 24.71%
CMYK:
(38,0,11,25)
C38M0Y11K25 
(38%,0%,11%,25%)
(0.38/0.00/0.11/0.25)	

CMYK percentages

%37.5
%0
%11.46
%24.71

Codes

Color #78C0AA in popluar color models

78C0AA
RGB120192170
HSL162°36.36%61.18%
HSB/HSV162°37.50%75.29%
CMYK37.50%0.00%11.46%
24.71%

Color #78C0AA in popluar number systems.

HEX78C0AA
Decimal120192170
Binary11110001100000010101010
Octal170300252

Shades and tints

Shades of #78C0AA

#78C0AA
(120,192,170)
#6EAF9B
(110,175,155)
#649E8C
(100,158,140)
#5A8D7D
(90,141,125)
#507C6E
(80,124,110)
#466B5F
(70,107,95)
#3C5A50
(60,90,80)
#324941
(50,73,65)
#283832
(40,56,50)
#1E2723
(30,39,35)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #78C0AA

#78C0AA
(120,192,170)
#84C5B1
(132,197,177)
#90CAB8
(144,202,184)
#9CCFBF
(156,207,191)
#A8D4C6
(168,212,198)
#B4D9CD
(180,217,205)
#C0DED4
(192,222,212)
#CCE3DB
(204,227,219)
#D8E8E2
(216,232,226)
#E4EDE9
(228,237,233)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C0AA; }

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

This text font color is #78C0AA.


Background Color

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

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

This div background color is #78C0AA.


Border color

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

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

This div border color is #78C0AA.


Opacity

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

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

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

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

This text has shadow with #78C0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C0AA on black background.


Color preview on white background

This text has color #78C0AA on white background.



Black color preview on #78C0AA background

This text has black color on #78C0AA background.


White color preview on #78C0AA background

This text has white color on #78C0AA background.