COLOR #78C0CB

HEX: #78C0CB
RGB: (120,192,203)

Color info

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

RGB color model

#78C0CB color RGB value is (120,192,203).

  • red value is 120;
  • green value is 192;
  • blue value is 203.
RGB:
(120,192,203)
(47%,75%,80%)

RGB channels and saturation

R 120 of 255 = 47%
G 192 of 255 = 75%
B 203 of 255 = 80%

120
192
203

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

Portions of RGB colors in percentages

R + G + B =
120 + 192 + 203 = 515 (100%)
R 120 of 515 ~ 23.3%
G 192 of 515 ~ 37.28%
B 203 of 515 ~ 39.42%

%23.3
%37.28
%39.42

CMYK color model

#78C0CB color CMYK value is (41,5,0,20).

  • cyan value is 40.89%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(41,5,0,20)
C41M5Y0K20 
(41%,5%,0%,20%)
(0.41/0.05/0.00/0.20)	

CMYK percentages

%40.89
%5.42
%0
%20.39

Codes

Color #78C0CB in popluar color models

78C0CB
RGB120192203
HSL188°44.39%63.33%
HSB/HSV188°40.89%79.61%
CMYK40.89%5.42%0.00%
20.39%

Color #78C0CB in popluar number systems.

HEX78C0CB
Decimal120192203
Binary11110001100000011001011
Octal170300313

Shades and tints

Shades of #78C0CB

#78C0CB
(120,192,203)
#6EAFB9
(110,175,185)
#649EA7
(100,158,167)
#5A8D95
(90,141,149)
#507C83
(80,124,131)
#466B71
(70,107,113)
#3C5A5F
(60,90,95)
#32494D
(50,73,77)
#28383B
(40,56,59)
#1E2729
(30,39,41)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #78C0CB

#78C0CB
(120,192,203)
#84C5CF
(132,197,207)
#90CAD3
(144,202,211)
#9CCFD7
(156,207,215)
#A8D4DB
(168,212,219)
#B4D9DF
(180,217,223)
#C0DEE3
(192,222,227)
#CCE3E7
(204,227,231)
#D8E8EB
(216,232,235)
#E4EDEF
(228,237,239)
#F0F2F3
(240,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C0CB color. Also use rgb(120,192,203) instead hex code.

Text Font Color

.myTextColor { color: #78C0CB; }

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

This text font color is #78C0CB.


Background Color

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

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

This div background color is #78C0CB.


Border color

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

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

This div border color is #78C0CB.


Opacity

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

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

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

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

This text has shadow with #78C0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78C0CB on black background.


Color preview on white background

This text has color #78C0CB on white background.



Black color preview on #78C0CB background

This text has black color on #78C0CB background.


White color preview on #78C0CB background

This text has white color on #78C0CB background.