COLOR #78EBC4

HEX: #78EBC4
RGB: (120,235,196)

Color info

#78EBC4 contains mainly green and blue colors. Web safe color of #78EBC4 is #66FFCC (or #6FC).

RGB color model

#78EBC4 color RGB value is (120,235,196).

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

RGB channels and saturation

R 120 of 255 = 47%
G 235 of 255 = 92%
B 196 of 255 = 77%

120
235
196

R + G + B ~ 72%. #78EBC4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 235 + 196 = 551 (100%)
R 120 of 551 ~ 21.78%
G 235 of 551 ~ 42.65%
B 196 of 551 ~ 35.57%

%21.78
%42.65
%35.57

CMYK color model

#78EBC4 color CMYK value is (49,0,17,8).

  • cyan value is 48.94%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 7.84%
CMYK:
(49,0,17,8)
C49M0Y17K8 
(49%,0%,17%,8%)
(0.49/0.00/0.17/0.08)	

CMYK percentages

%48.94
%0
%16.6
%7.84

Codes

Color #78EBC4 in popluar color models

78EBC4
RGB120235196
HSL160°74.19%69.61%
HSB/HSV160°48.94%92.16%
CMYK48.94%0.00%16.60%
7.84%

Color #78EBC4 in popluar number systems.

HEX78EBC4
Decimal120235196
Binary11110001110101111000100
Octal170353304

Shades and tints

Shades of #78EBC4

#78EBC4
(120,235,196)
#6ED6B3
(110,214,179)
#64C1A2
(100,193,162)
#5AAC91
(90,172,145)
#509780
(80,151,128)
#46826F
(70,130,111)
#3C6D5E
(60,109,94)
#32584D
(50,88,77)
#28433C
(40,67,60)
#1E2E2B
(30,46,43)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #78EBC4

#78EBC4
(120,235,196)
#84ECC9
(132,236,201)
#90EDCE
(144,237,206)
#9CEED3
(156,238,211)
#A8EFD8
(168,239,216)
#B4F0DD
(180,240,221)
#C0F1E2
(192,241,226)
#CCF2E7
(204,242,231)
#D8F3EC
(216,243,236)
#E4F4F1
(228,244,241)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78EBC4; }

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

This text font color is #78EBC4.


Background Color

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

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

This div background color is #78EBC4.


Border color

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

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

This div border color is #78EBC4.


Opacity

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

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

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

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

This text has shadow with #78EBC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78EBC4 on black background.


Color preview on white background

This text has color #78EBC4 on white background.



Black color preview on #78EBC4 background

This text has black color on #78EBC4 background.


White color preview on #78EBC4 background

This text has white color on #78EBC4 background.