COLOR #78C1B2

HEX: #78C1B2
RGB: (120,193,178)

Color info

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

RGB color model

#78C1B2 color RGB value is (120,193,178).

  • red value is 120;
  • green value is 193;
  • blue value is 178.
RGB:
(120,193,178)
(47%,76%,70%)

RGB channels and saturation

R 120 of 255 = 47%
G 193 of 255 = 76%
B 178 of 255 = 70%

120
193
178

R + G + B ~ 64%. #78C1B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 193 + 178 = 491 (100%)
R 120 of 491 ~ 24.44%
G 193 of 491 ~ 39.31%
B 178 of 491 ~ 36.25%

%24.44
%39.31
%36.25

CMYK color model

#78C1B2 color CMYK value is (38,0,8,24).

  • cyan value is 37.82%
  • magenta value is 0.00%
  • yellow value is 7.77%
  • key color value is 24.31%
CMYK:
(38,0,8,24)
C38M0Y8K24 
(38%,0%,8%,24%)
(0.38/0.00/0.08/0.24)	

CMYK percentages

%37.82
%0
%7.77
%24.31

Codes

Color #78C1B2 in popluar color models

78C1B2
RGB120193178
HSL168°37.06%61.37%
HSB/HSV168°37.82%75.69%
CMYK37.82%0.00%7.77%
24.31%

Color #78C1B2 in popluar number systems.

HEX78C1B2
Decimal120193178
Binary11110001100000110110010
Octal170301262

Shades and tints

Shades of #78C1B2

#78C1B2
(120,193,178)
#6EB0A2
(110,176,162)
#649F92
(100,159,146)
#5A8E82
(90,142,130)
#507D72
(80,125,114)
#466C62
(70,108,98)
#3C5B52
(60,91,82)
#324A42
(50,74,66)
#283932
(40,57,50)
#1E2822
(30,40,34)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #78C1B2

#78C1B2
(120,193,178)
#84C6B9
(132,198,185)
#90CBC0
(144,203,192)
#9CD0C7
(156,208,199)
#A8D5CE
(168,213,206)
#B4DAD5
(180,218,213)
#C0DFDC
(192,223,220)
#CCE4E3
(204,228,227)
#D8E9EA
(216,233,234)
#E4EEF1
(228,238,241)
#F0F3F8
(240,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C1B2 color. Also use rgb(120,193,178) instead hex code.

Text Font Color

.myTextColor { color: #78C1B2; }

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

This text font color is #78C1B2.


Background Color

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

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

This div background color is #78C1B2.


Border color

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

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

This div border color is #78C1B2.


Opacity

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

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

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

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

This text has shadow with #78C1B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C1B2 on black background.


Color preview on white background

This text has color #78C1B2 on white background.



Black color preview on #78C1B2 background

This text has black color on #78C1B2 background.


White color preview on #78C1B2 background

This text has white color on #78C1B2 background.