COLOR #78BAA2

HEX: #78BAA2 RGB: (120,186,162)

Color info

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

RGB color model

#78BAA2 color RGB value is (120,186,162).

RGB: (120,186,162) (47%, 73%, 64%)

RGB channels and saturation

R 120 of 255 = 47%
G 186 of 255 = 73%
B 162 of 255 = 64%

120
186
162

R + G + B ~ 61%. #78BAA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 186 + 162 = 468 (100%)
R 120 of 468 ~ 25.64%
G 186 of 468 ~ 39.74%
B 162 of 468 ~ 34.62'%

%25.64
%39.74
%34.62

CMYK color model

#78BAA2 color CMYK value is (35,0,13,27).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 27.06%

CMYK: (35,0,13,27)
C35M0Y13K27 (35%, 0%, 13%, 27%)
(0.35 / 0.00 / 0.13 / 0.27)

CMYK percentages

%35.48
%0
%12.9
%27.06

Codes

Color #78BAA2 in popluar color models

78 BA A2
RGB 120 186 162
HSL 158° 32.35% 60.00%
HSB/HSV 158° 35.48% 72.94%
CMYK 35.48% 0.00% 12.90%
27.06%

Color #78BAA2 in popluar number systems.

HEX 78 BA A2
Decimal 120 186 162
Binary 1111000 10111010 10100010
Octal 170 272 242

Shades and tints

Shades of #78BAA2

#78BAA2
(120,186,162)
#6EAA94
(110,170,148)
#649A86
(100,154,134)
#5A8A78
(90,138,120)
#507A6A
(80,122,106)
#466A5C
(70,106,92)
#3C5A4E
(60,90,78)
#324A40
(50,74,64)
#283A32
(40,58,50)
#1E2A24
(30,42,36)
#141A16
(20,26,22)
#000000
(0,0,0)

Tints of #78BAA2

#78BAA2
(120,186,162)
#84C0AA
(132,192,170)
#90C6B2
(144,198,178)
#9CCCBA
(156,204,186)
#A8D2C2
(168,210,194)
#B4D8CA
(180,216,202)
#C0DED2
(192,222,210)
#CCE4DA
(204,228,218)
#D8EAE2
(216,234,226)
#E4F0EA
(228,240,234)
#F0F6F2
(240,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78BAA2 color. Also use rgb(120,186,162) instead hex code.

Text Font Color

.myTextColor { color: #78BAA2; }

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

This text font color is #78BAA2.

Background Color

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

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

This div background color is #78BAA2.

Border color

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

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

This div border color is #78BAA2.

Opacity

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

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

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

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

This text has shadow with #78BAA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78BAA2.

Preview

Color preview on black background

This text has color #78BAA2 on black background.


Color preview on white background

This text has color #78BAA2 on white background.


Black color preview on #78BAA2 background

This text has black color on #78BAA2 background.


White color preview on #78BAA2 background

This text has white color on #78BAA2 background.


Related colors

Complementary color

Complementary color for #hex is #87455D.


I love getcolorcode.com

Triadic colors

1 #A278BA and #BAA278 with #78BAA2 are triadic colors.

2 #A2BA78 and #BA78A2 with #78BAA2 are triadic colors.