COLOR #78B89A

HEX: #78B89A RGB: (120,184,154)

Color info

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

RGB color model

#78B89A color RGB value is (120,184,154).

RGB: (120,184,154) (47%, 72%, 60%)

RGB channels and saturation

R 120 of 255 = 47%
G 184 of 255 = 72%
B 154 of 255 = 60%

120
184
154

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

Portions of RGB colors in percentages

R + G + B = 120 + 184 + 154 = 458 (100%)
R 120 of 458 ~ 26.2%
G 184 of 458 ~ 40.17%
B 154 of 458 ~ 33.62'%

%26.2
%40.17
%33.62

CMYK color model

#78B89A color CMYK value is (35,0,16,28).

  • cyan value is 34.78%
  • magenta value is 0.00%
  • yellow value is 16.30%
  • key color value is 27.84%
CMYK: (35,0,16,28) C35M0Y16K28 (35%,0%,16%,28%) (0.35/0.00/0.16/0.28) 

CMYK percentages

%34.78
%0
%16.3
%27.84

Codes

Color #78B89A in popluar color models

78 B8 9A
RGB 120 184 154
HSL 152° 31.07% 59.61%
HSB/HSV 152° 34.78% 72.16%
CMYK 34.78% 0.00% 16.30%
27.84%

Color #78B89A in popluar number systems.

HEX 78 B8 9A
Decimal 120 184 154
Binary 1111000 10111000 10011010
Octal 170 270 232

Shades and tints

Shades of #78B89A

#78B89A
(120,184,154)
#6EA88C
(110,168,140)
#64987E
(100,152,126)
#5A8870
(90,136,112)
#507862
(80,120,98)
#466854
(70,104,84)
#3C5846
(60,88,70)
#324838
(50,72,56)
#28382A
(40,56,42)
#1E281C
(30,40,28)
#14180E
(20,24,14)
#000000
(0,0,0)

Tints of #78B89A

#78B89A
(120,184,154)
#84BEA3
(132,190,163)
#90C4AC
(144,196,172)
#9CCAB5
(156,202,181)
#A8D0BE
(168,208,190)
#B4D6C7
(180,214,199)
#C0DCD0
(192,220,208)
#CCE2D9
(204,226,217)
#D8E8E2
(216,232,226)
#E4EEEB
(228,238,235)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B89A; }

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

This text font color is #78B89A.

Background Color

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

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

This div background color is #78B89A.

Border color

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

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

This div border color is #78B89A.

Opacity

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

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

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

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

This text has shadow with #78B89A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78B89A.

Preview

Color preview on black background

This text has color #78B89A on black background.


Color preview on white background

This text has color #78B89A on white background.


Black color preview on #78B89A background

This text has black color on #78B89A background.


White color preview on #78B89A background

This text has white color on #78B89A background.


Related colors

Complementary color

Complementary color for #hex is #874765.


I love getcolorcode.com

Triadic colors

1 #9A78B8 and #B89A78 with #78B89A are triadic colors.

2 #9AB878 and #B8789A with #78B89A are triadic colors.