COLOR #78C1A3

HEX: #78C1A3
RGB: (120,193,163)

Color info

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

RGB color model

#78C1A3 color RGB value is (120,193,163).

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

RGB channels and saturation

R 120 of 255 = 47%
G 193 of 255 = 76%
B 163 of 255 = 64%

120
193
163

R + G + B ~ 62%. #78C1A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 193 + 163 = 476 (100%)
R 120 of 476 ~ 25.21%
G 193 of 476 ~ 40.55%
B 163 of 476 ~ 34.24%

%25.21
%40.55
%34.24

CMYK color model

#78C1A3 color CMYK value is (38,0,16,24).

  • cyan value is 37.82%
  • magenta value is 0.00%
  • yellow value is 15.54%
  • key color value is 24.31%
CMYK:
(38,0,16,24)
C38M0Y16K24 
(38%,0%,16%,24%)
(0.38/0.00/0.16/0.24)	

CMYK percentages

%37.82
%0
%15.54
%24.31

Codes

Color #78C1A3 in popluar color models

78C1A3
RGB120193163
HSL155°37.06%61.37%
HSB/HSV155°37.82%75.69%
CMYK37.82%0.00%15.54%
24.31%

Color #78C1A3 in popluar number systems.

HEX78C1A3
Decimal120193163
Binary11110001100000110100011
Octal170301243

Shades and tints

Shades of #78C1A3

#78C1A3
(120,193,163)
#6EB095
(110,176,149)
#649F87
(100,159,135)
#5A8E79
(90,142,121)
#507D6B
(80,125,107)
#466C5D
(70,108,93)
#3C5B4F
(60,91,79)
#324A41
(50,74,65)
#283933
(40,57,51)
#1E2825
(30,40,37)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #78C1A3

#78C1A3
(120,193,163)
#84C6AB
(132,198,171)
#90CBB3
(144,203,179)
#9CD0BB
(156,208,187)
#A8D5C3
(168,213,195)
#B4DACB
(180,218,203)
#C0DFD3
(192,223,211)
#CCE4DB
(204,228,219)
#D8E9E3
(216,233,227)
#E4EEEB
(228,238,235)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C1A3; }

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

This text font color is #78C1A3.


Background Color

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

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

This div background color is #78C1A3.


Border color

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

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

This div border color is #78C1A3.


Opacity

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

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

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

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

This text has shadow with #78C1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C1A3 on black background.


Color preview on white background

This text has color #78C1A3 on white background.



Black color preview on #78C1A3 background

This text has black color on #78C1A3 background.


White color preview on #78C1A3 background

This text has white color on #78C1A3 background.