COLOR #78BBA6

HEX: #78BBA6 RGB: (120,187,166)

Color info

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

RGB color model

#78BBA6 color RGB value is (120,187,166).

RGB: (120,187,166) (47%, 73%, 65%)

RGB channels and saturation

R 120 of 255 = 47%
G 187 of 255 = 73%
B 166 of 255 = 65%

120
187
166

R + G + B ~ 62%. #78BBA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 187 + 166 = 473 (100%)
R 120 of 473 ~ 25.37%
G 187 of 473 ~ 39.53%
B 166 of 473 ~ 35.1'%

%25.37
%39.53
%35.1

CMYK color model

#78BBA6 color CMYK value is (36,0,11,27).

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

CMYK: (36,0,11,27)
C36M0Y11K27 (36%, 0%, 11%, 27%)
(0.36 / 0.00 / 0.11 / 0.27)

CMYK percentages

%35.83
%0
%11.23
%26.67

Codes

Color #78BBA6 in popluar color models

78 BB A6
RGB 120 187 166
HSL 161° 33.00% 60.20%
HSB/HSV 161° 35.83% 73.33%
CMYK 35.83% 0.00% 11.23%
26.67%

Color #78BBA6 in popluar number systems.

HEX 78 BB A6
Decimal 120 187 166
Binary 1111000 10111011 10100110
Octal 170 273 246

Shades and tints

Shades of #78BBA6

#78BBA6
(120,187,166)
#6EAA97
(110,170,151)
#649988
(100,153,136)
#5A8879
(90,136,121)
#50776A
(80,119,106)
#46665B
(70,102,91)
#3C554C
(60,85,76)
#32443D
(50,68,61)
#28332E
(40,51,46)
#1E221F
(30,34,31)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #78BBA6

#78BBA6
(120,187,166)
#84C1AE
(132,193,174)
#90C7B6
(144,199,182)
#9CCDBE
(156,205,190)
#A8D3C6
(168,211,198)
#B4D9CE
(180,217,206)
#C0DFD6
(192,223,214)
#CCE5DE
(204,229,222)
#D8EBE6
(216,235,230)
#E4F1EE
(228,241,238)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BBA6; }

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

This text font color is #78BBA6.

Background Color

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

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

This div background color is #78BBA6.

Border color

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

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

This div border color is #78BBA6.

Opacity

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

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

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

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

This text has shadow with #78BBA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BBA6.

Preview

Color preview on black background

This text has color #78BBA6 on black background.


Color preview on white background

This text has color #78BBA6 on white background.


Black color preview on #78BBA6 background

This text has black color on #78BBA6 background.


White color preview on #78BBA6 background

This text has white color on #78BBA6 background.


Related colors

Complementary color

Complementary color for #hex is #874459.


I love getcolorcode.com

Triadic colors

1 #A678BB and #BBA678 with #78BBA6 are triadic colors.

2 #A6BB78 and #BB78A6 with #78BBA6 are triadic colors.