COLOR #78DEC9

HEX: #78DEC9
RGB: (120,222,201)

Color info

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

RGB color model

#78DEC9 color RGB value is (120,222,201).

  • red value is 120;
  • green value is 222;
  • blue value is 201.
RGB:
(120,222,201)
(47%,87%,79%)

RGB channels and saturation

R 120 of 255 = 47%
G 222 of 255 = 87%
B 201 of 255 = 79%

120
222
201

R + G + B ~ 71%. #78DEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 222 + 201 = 543 (100%)
R 120 of 543 ~ 22.1%
G 222 of 543 ~ 40.88%
B 201 of 543 ~ 37.02%

%22.1
%40.88
%37.02

CMYK color model

#78DEC9 color CMYK value is (46,0,9,13).

  • cyan value is 45.95%
  • magenta value is 0.00%
  • yellow value is 9.46%
  • key color value is 12.94%
CMYK:
(46,0,9,13)
C46M0Y9K13 
(46%,0%,9%,13%)
(0.46/0.00/0.09/0.13)	

CMYK percentages

%45.95
%0
%9.46
%12.94

Codes

Color #78DEC9 in popluar color models

78DEC9
RGB120222201
HSL168°60.71%67.06%
HSB/HSV168°45.95%87.06%
CMYK45.95%0.00%9.46%
12.94%

Color #78DEC9 in popluar number systems.

HEX78DEC9
Decimal120222201
Binary11110001101111011001001
Octal170336311

Shades and tints

Shades of #78DEC9

#78DEC9
(120,222,201)
#6ECAB7
(110,202,183)
#64B6A5
(100,182,165)
#5AA293
(90,162,147)
#508E81
(80,142,129)
#467A6F
(70,122,111)
#3C665D
(60,102,93)
#32524B
(50,82,75)
#283E39
(40,62,57)
#1E2A27
(30,42,39)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #78DEC9

#78DEC9
(120,222,201)
#84E1CD
(132,225,205)
#90E4D1
(144,228,209)
#9CE7D5
(156,231,213)
#A8EAD9
(168,234,217)
#B4EDDD
(180,237,221)
#C0F0E1
(192,240,225)
#CCF3E5
(204,243,229)
#D8F6E9
(216,246,233)
#E4F9ED
(228,249,237)
#F0FCF1
(240,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78DEC9 color. Also use rgb(120,222,201) instead hex code.

Text Font Color

.myTextColor { color: #78DEC9; }

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

This text font color is #78DEC9.


Background Color

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

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

This div background color is #78DEC9.


Border color

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

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

This div border color is #78DEC9.


Opacity

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

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

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

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

This text has shadow with #78DEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78DEC9 on black background.


Color preview on white background

This text has color #78DEC9 on white background.



Black color preview on #78DEC9 background

This text has black color on #78DEC9 background.


White color preview on #78DEC9 background

This text has white color on #78DEC9 background.