COLOR #78B198

HEX: #78B198
RGB: (120,177,152)

Color info

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

RGB color model

#78B198 color RGB value is (120,177,152).

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

RGB channels and saturation

R 120 of 255 = 47%
G 177 of 255 = 69%
B 152 of 255 = 60%

120
177
152

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

Portions of RGB colors in percentages

R + G + B =
120 + 177 + 152 = 449 (100%)
R 120 of 449 ~ 26.73%
G 177 of 449 ~ 39.42%
B 152 of 449 ~ 33.85%

%26.73
%39.42
%33.85

CMYK color model

#78B198 color CMYK value is (32,0,14,31).

  • cyan value is 32.20%
  • magenta value is 0.00%
  • yellow value is 14.12%
  • key color value is 30.59%
CMYK:
(32,0,14,31)
C32M0Y14K31 
(32%,0%,14%,31%)
(0.32/0.00/0.14/0.31)	

CMYK percentages

%32.2
%0
%14.12
%30.59

Codes

Color #78B198 in popluar color models

78B198
RGB120177152
HSL154°26.76%58.24%
HSB/HSV154°32.20%69.41%
CMYK32.20%0.00%14.12%
30.59%

Color #78B198 in popluar number systems.

HEX78B198
Decimal120177152
Binary11110001011000110011000
Octal170261230

Shades and tints

Shades of #78B198

#78B198
(120,177,152)
#6EA18B
(110,161,139)
#64917E
(100,145,126)
#5A8171
(90,129,113)
#507164
(80,113,100)
#466157
(70,97,87)
#3C514A
(60,81,74)
#32413D
(50,65,61)
#283130
(40,49,48)
#1E2123
(30,33,35)
#141116
(20,17,22)
#000000
(0,0,0)

Tints of #78B198

#78B198
(120,177,152)
#84B8A1
(132,184,161)
#90BFAA
(144,191,170)
#9CC6B3
(156,198,179)
#A8CDBC
(168,205,188)
#B4D4C5
(180,212,197)
#C0DBCE
(192,219,206)
#CCE2D7
(204,226,215)
#D8E9E0
(216,233,224)
#E4F0E9
(228,240,233)
#F0F7F2
(240,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78B198; }

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

This text font color is #78B198.


Background Color

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

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

This div background color is #78B198.


Border color

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

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

This div border color is #78B198.


Opacity

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

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

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

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

This text has shadow with #78B198 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78B198 on black background.


Color preview on white background

This text has color #78B198 on white background.



Black color preview on #78B198 background

This text has black color on #78B198 background.


White color preview on #78B198 background

This text has white color on #78B198 background.