COLOR #78B1A5

HEX: #78B1A5
RGB: (120,177,165)

Color info

#78B1A5 contains red, green and blue colors in about the same proportion. Web safe color of #78B1A5 is #669999 (or #699).

RGB color model

#78B1A5 color RGB value is (120,177,165).

  • red value is 120;
  • green value is 177;
  • blue value is 165.
RGB:
(120,177,165)
(47%,69%,65%)

RGB channels and saturation

R 120 of 255 = 47%
G 177 of 255 = 69%
B 165 of 255 = 65%

120
177
165

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

Portions of RGB colors in percentages

R + G + B =
120 + 177 + 165 = 462 (100%)
R 120 of 462 ~ 25.97%
G 177 of 462 ~ 38.31%
B 165 of 462 ~ 35.71%

%25.97
%38.31
%35.71

CMYK color model

#78B1A5 color CMYK value is (32,0,7,31).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 6.78%
  • key color value is 30.59%
CMYK:
(32,0,7,31)
C32M0Y7K31 
(32%,0%,7%,31%)
(0.32/0.00/0.07/0.31)	

CMYK percentages

%32.2
%0
%6.78
%30.59

Codes

Color #78B1A5 in popluar color models

78B1A5
RGB120177165
HSL167°26.76%58.24%
HSB/HSV167°32.20%69.41%
CMYK32.20%0.00%6.78%
30.59%

Color #78B1A5 in popluar number systems.

HEX78B1A5
Decimal120177165
Binary11110001011000110100101
Octal170261245

Shades and tints

Shades of #78B1A5

#78B1A5
(120,177,165)
#6EA196
(110,161,150)
#649187
(100,145,135)
#5A8178
(90,129,120)
#507169
(80,113,105)
#46615A
(70,97,90)
#3C514B
(60,81,75)
#32413C
(50,65,60)
#28312D
(40,49,45)
#1E211E
(30,33,30)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #78B1A5

#78B1A5
(120,177,165)
#84B8AD
(132,184,173)
#90BFB5
(144,191,181)
#9CC6BD
(156,198,189)
#A8CDC5
(168,205,197)
#B4D4CD
(180,212,205)
#C0DBD5
(192,219,213)
#CCE2DD
(204,226,221)
#D8E9E5
(216,233,229)
#E4F0ED
(228,240,237)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78B1A5 color. Also use rgb(120,177,165) instead hex code.

Text Font Color

.myTextColor { color: #78B1A5; }

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

This text font color is #78B1A5.


Background Color

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

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

This div background color is #78B1A5.


Border color

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

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

This div border color is #78B1A5.


Opacity

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

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

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

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

This text has shadow with #78B1A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B1A5 on black background.


Color preview on white background

This text has color #78B1A5 on white background.



Black color preview on #78B1A5 background

This text has black color on #78B1A5 background.


White color preview on #78B1A5 background

This text has white color on #78B1A5 background.