COLOR #78C1C4

HEX: #78C1C4
RGB: (120,193,196)

Color info

#78C1C4 contains mainly green and blue colors. Web safe color of #78C1C4 is #66CCCC (or #6CC).

RGB color model

#78C1C4 color RGB value is (120,193,196).

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

RGB channels and saturation

R 120 of 255 = 47%
G 193 of 255 = 76%
B 196 of 255 = 77%

120
193
196

R + G + B ~ 67%. #78C1C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 193 + 196 = 509 (100%)
R 120 of 509 ~ 23.58%
G 193 of 509 ~ 37.92%
B 196 of 509 ~ 38.51%

%23.58
%37.92
%38.51

CMYK color model

#78C1C4 color CMYK value is (39,2,0,23).

  • cyan value is 38.78%
  • magenta value is 1.53%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(39,2,0,23)
C39M2Y0K23 
(39%,2%,0%,23%)
(0.39/0.02/0.00/0.23)	

CMYK percentages

%38.78
%1.53
%0
%23.14

Codes

Color #78C1C4 in popluar color models

78C1C4
RGB120193196
HSL182°39.18%61.96%
HSB/HSV182°38.78%76.86%
CMYK38.78%1.53%0.00%
23.14%

Color #78C1C4 in popluar number systems.

HEX78C1C4
Decimal120193196
Binary11110001100000111000100
Octal170301304

Shades and tints

Shades of #78C1C4

#78C1C4
(120,193,196)
#6EB0B3
(110,176,179)
#649FA2
(100,159,162)
#5A8E91
(90,142,145)
#507D80
(80,125,128)
#466C6F
(70,108,111)
#3C5B5E
(60,91,94)
#324A4D
(50,74,77)
#28393C
(40,57,60)
#1E282B
(30,40,43)
#14171A
(20,23,26)
#000000
(0,0,0)

Tints of #78C1C4

#78C1C4
(120,193,196)
#84C6C9
(132,198,201)
#90CBCE
(144,203,206)
#9CD0D3
(156,208,211)
#A8D5D8
(168,213,216)
#B4DADD
(180,218,221)
#C0DFE2
(192,223,226)
#CCE4E7
(204,228,231)
#D8E9EC
(216,233,236)
#E4EEF1
(228,238,241)
#F0F3F6
(240,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78C1C4; }

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

This text font color is #78C1C4.


Background Color

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

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

This div background color is #78C1C4.


Border color

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

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

This div border color is #78C1C4.


Opacity

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

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

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

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

This text has shadow with #78C1C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C1C4 on black background.


Color preview on white background

This text has color #78C1C4 on white background.



Black color preview on #78C1C4 background

This text has black color on #78C1C4 background.


White color preview on #78C1C4 background

This text has white color on #78C1C4 background.