COLOR #78DBC4

HEX: #78DBC4 RGB: (120,219,196)

Color info

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

RGB color model

#78DBC4 color RGB value is (120,219,196).

RGB: (120,219,196) (47%, 86%, 77%)

RGB channels and saturation

R 120 of 255 = 47%
G 219 of 255 = 86%
B 196 of 255 = 77%

120
219
196

R + G + B ~ 70%. #78DBC4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 219 + 196 = 535 (100%)
R 120 of 535 ~ 22.43%
G 219 of 535 ~ 40.93%
B 196 of 535 ~ 36.64'%

%22.43
%40.93
%36.64

CMYK color model

#78DBC4 color CMYK value is (45,0,11,14).

  • cyan value is 45.21%
  • magenta value is 0.00%
  • yellow value is 10.50%
  • key color value is 14.12%

CMYK: (45,0,11,14)
C45M0Y11K14 (45%, 0%, 11%, 14%)
(0.45 / 0.00 / 0.11 / 0.14)

CMYK percentages

%45.21
%0
%10.5
%14.12

Codes

Color #78DBC4 in popluar color models

78 DB C4
RGB 120 219 196
HSL 166° 57.89% 66.47%
HSB/HSV 166° 45.21% 85.88%
CMYK 45.21% 0.00% 10.50%
14.12%

Color #78DBC4 in popluar number systems.

HEX 78 DB C4
Decimal 120 219 196
Binary 1111000 11011011 11000100
Octal 170 333 304

Shades and tints

Shades of #78DBC4

#78DBC4
(120,219,196)
#6EC8B3
(110,200,179)
#64B5A2
(100,181,162)
#5AA291
(90,162,145)
#508F80
(80,143,128)
#467C6F
(70,124,111)
#3C695E
(60,105,94)
#32564D
(50,86,77)
#28433C
(40,67,60)
#1E302B
(30,48,43)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #78DBC4

#78DBC4
(120,219,196)
#84DEC9
(132,222,201)
#90E1CE
(144,225,206)
#9CE4D3
(156,228,211)
#A8E7D8
(168,231,216)
#B4EADD
(180,234,221)
#C0EDE2
(192,237,226)
#CCF0E7
(204,240,231)
#D8F3EC
(216,243,236)
#E4F6F1
(228,246,241)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78DBC4; }

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

This text font color is #78DBC4.

Background Color

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

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

This div background color is #78DBC4.

Border color

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

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

This div border color is #78DBC4.

Opacity

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

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

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

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

This text has shadow with #78DBC4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78DBC4.

Preview

Color preview on black background

This text has color #78DBC4 on black background.


Color preview on white background

This text has color #78DBC4 on white background.


Black color preview on #78DBC4 background

This text has black color on #78DBC4 background.


White color preview on #78DBC4 background

This text has white color on #78DBC4 background.


Related colors

Complementary color

Complementary color for #hex is #87243B.


I love getcolorcode.com

Triadic colors

1 #C478DB and #DBC478 with #78DBC4 are triadic colors.

2 #C4DB78 and #DB78C4 with #78DBC4 are triadic colors.