COLOR #78BAA3

HEX: #78BAA3
RGB: (120,186,163)

Color info

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

RGB color model

#78BAA3 color RGB value is (120,186,163).

  • red value is 120;
  • green value is 186;
  • blue value is 163.
RGB:
(120,186,163)
(47%,73%,64%)

RGB channels and saturation

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

120
186
163

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

Portions of RGB colors in percentages

R + G + B =
120 + 186 + 163 = 469 (100%)
R 120 of 469 ~ 25.59%
G 186 of 469 ~ 39.66%
B 163 of 469 ~ 34.75%

%25.59
%39.66
%34.75

CMYK color model

#78BAA3 color CMYK value is (35,0,12,27).

  • cyan value is 35.48%
  • magenta value is 0.00%
  • yellow value is 12.37%
  • key color value is 27.06%
CMYK:
(35,0,12,27)
C35M0Y12K27 
(35%,0%,12%,27%)
(0.35/0.00/0.12/0.27)	

CMYK percentages

%35.48
%0
%12.37
%27.06

Codes

Color #78BAA3 in popluar color models

78BAA3
RGB120186163
HSL159°32.35%60.00%
HSB/HSV159°35.48%72.94%
CMYK35.48%0.00%12.37%
27.06%

Color #78BAA3 in popluar number systems.

HEX78BAA3
Decimal120186163
Binary11110001011101010100011
Octal170272243

Shades and tints

Shades of #78BAA3

#78BAA3
(120,186,163)
#6EAA95
(110,170,149)
#649A87
(100,154,135)
#5A8A79
(90,138,121)
#507A6B
(80,122,107)
#466A5D
(70,106,93)
#3C5A4F
(60,90,79)
#324A41
(50,74,65)
#283A33
(40,58,51)
#1E2A25
(30,42,37)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #78BAA3

#78BAA3
(120,186,163)
#84C0AB
(132,192,171)
#90C6B3
(144,198,179)
#9CCCBB
(156,204,187)
#A8D2C3
(168,210,195)
#B4D8CB
(180,216,203)
#C0DED3
(192,222,211)
#CCE4DB
(204,228,219)
#D8EAE3
(216,234,227)
#E4F0EB
(228,240,235)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78BAA3; }

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

This text font color is #78BAA3.


Background Color

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

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

This div background color is #78BAA3.


Border color

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

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

This div border color is #78BAA3.


Opacity

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

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

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

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

This text has shadow with #78BAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78BAA3 on black background.


Color preview on white background

This text has color #78BAA3 on white background.



Black color preview on #78BAA3 background

This text has black color on #78BAA3 background.


White color preview on #78BAA3 background

This text has white color on #78BAA3 background.