COLOR #78A89A

HEX: #78A89A
RGB: (120,168,154)

Color info

#78A89A contains red, green and blue colors in about the same proportion. Web safe color of #78A89A is #669999 (or #699).

RGB color model

#78A89A color RGB value is (120,168,154).

  • red value is 120;
  • green value is 168;
  • blue value is 154.
RGB:
(120,168,154)
(47%,66%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 168 of 255 = 66%
B 154 of 255 = 60%

120
168
154

R + G + B ~ 58%. #78A89A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 168 + 154 = 442 (100%)
R 120 of 442 ~ 27.15%
G 168 of 442 ~ 38.01%
B 154 of 442 ~ 34.84%

%27.15
%38.01
%34.84

CMYK color model

#78A89A color CMYK value is (29,0,8,34).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 34.12%
CMYK:
(29,0,8,34)
C29M0Y8K34 
(29%,0%,8%,34%)
(0.29/0.00/0.08/0.34)	

CMYK percentages

%28.57
%0
%8.33
%34.12

Codes

Color #78A89A in popluar color models

78A89A
RGB120168154
HSL163°21.62%56.47%
HSB/HSV163°28.57%65.88%
CMYK28.57%0.00%8.33%
34.12%

Color #78A89A in popluar number systems.

HEX78A89A
Decimal120168154
Binary11110001010100010011010
Octal170250232

Shades and tints

Shades of #78A89A

#78A89A
(120,168,154)
#6E998C
(110,153,140)
#648A7E
(100,138,126)
#5A7B70
(90,123,112)
#506C62
(80,108,98)
#465D54
(70,93,84)
#3C4E46
(60,78,70)
#323F38
(50,63,56)
#28302A
(40,48,42)
#1E211C
(30,33,28)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #78A89A

#78A89A
(120,168,154)
#84AFA3
(132,175,163)
#90B6AC
(144,182,172)
#9CBDB5
(156,189,181)
#A8C4BE
(168,196,190)
#B4CBC7
(180,203,199)
#C0D2D0
(192,210,208)
#CCD9D9
(204,217,217)
#D8E0E2
(216,224,226)
#E4E7EB
(228,231,235)
#F0EEF4
(240,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78A89A color. Also use rgb(120,168,154) instead hex code.

Text Font Color

.myTextColor { color: #78A89A; }

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

This text font color is #78A89A.


Background Color

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

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

This div background color is #78A89A.


Border color

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

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

This div border color is #78A89A.


Opacity

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

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

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

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

This text has shadow with #78A89A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78A89A on black background.


Color preview on white background

This text has color #78A89A on white background.



Black color preview on #78A89A background

This text has black color on #78A89A background.


White color preview on #78A89A background

This text has white color on #78A89A background.