COLOR #78BB9B

HEX: #78BB9B RGB: (120,187,155)

Color info

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

RGB color model

#78BB9B color RGB value is (120,187,155).

RGB: (120,187,155) (47%, 73%, 61%)

RGB channels and saturation

R 120 of 255 = 47%
G 187 of 255 = 73%
B 155 of 255 = 61%

120
187
155

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

Portions of RGB colors in percentages

R + G + B = 120 + 187 + 155 = 462 (100%)
R 120 of 462 ~ 25.97%
G 187 of 462 ~ 40.48%
B 155 of 462 ~ 33.55'%

%25.97
%40.48
%33.55

CMYK color model

#78BB9B color CMYK value is (36,0,17,27).

  • cyan value is 35.83%
  • magenta value is 0.00%
  • yellow value is 17.11%
  • key color value is 26.67%

CMYK: (36,0,17,27)
C36M0Y17K27 (36%, 0%, 17%, 27%)
(0.36 / 0.00 / 0.17 / 0.27)

CMYK percentages

%35.83
%0
%17.11
%26.67

Codes

Color #78BB9B in popluar color models

78 BB 9B
RGB 120 187 155
HSL 151° 33.00% 60.20%
HSB/HSV 151° 35.83% 73.33%
CMYK 35.83% 0.00% 17.11%
26.67%

Color #78BB9B in popluar number systems.

HEX 78 BB 9B
Decimal 120 187 155
Binary 1111000 10111011 10011011
Octal 170 273 233

Shades and tints

Shades of #78BB9B

#78BB9B
(120,187,155)
#6EAA8D
(110,170,141)
#64997F
(100,153,127)
#5A8871
(90,136,113)
#507763
(80,119,99)
#466655
(70,102,85)
#3C5547
(60,85,71)
#324439
(50,68,57)
#28332B
(40,51,43)
#1E221D
(30,34,29)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #78BB9B

#78BB9B
(120,187,155)
#84C1A4
(132,193,164)
#90C7AD
(144,199,173)
#9CCDB6
(156,205,182)
#A8D3BF
(168,211,191)
#B4D9C8
(180,217,200)
#C0DFD1
(192,223,209)
#CCE5DA
(204,229,218)
#D8EBE3
(216,235,227)
#E4F1EC
(228,241,236)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BB9B color. Also use rgb(120,187,155) instead hex code.

Text Font Color

.myTextColor { color: #78BB9B; }

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

This text font color is #78BB9B.

Background Color

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

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

This div background color is #78BB9B.

Border color

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

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

This div border color is #78BB9B.

Opacity

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

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

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

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

This text has shadow with #78BB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BB9B.

Preview

Color preview on black background

This text has color #78BB9B on black background.


Color preview on white background

This text has color #78BB9B on white background.


Black color preview on #78BB9B background

This text has black color on #78BB9B background.


White color preview on #78BB9B background

This text has white color on #78BB9B background.


Related colors

Complementary color

Complementary color for #hex is #874464.


I love getcolorcode.com

Triadic colors

1 #9B78BB and #BB9B78 with #78BB9B are triadic colors.

2 #9BBB78 and #BB789B with #78BB9B are triadic colors.