COLOR #78E4DB

HEX: #78E4DB RGB: (120,228,219)

Color info

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

RGB color model

#78E4DB color RGB value is (120,228,219).

RGB: (120,228,219) (47%, 89%, 86%)

RGB channels and saturation

R 120 of 255 = 47%
G 228 of 255 = 89%
B 219 of 255 = 86%

120
228
219

R + G + B ~ 74%. #78E4DB is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 228 + 219 = 567 (100%)
R 120 of 567 ~ 21.16%
G 228 of 567 ~ 40.21%
B 219 of 567 ~ 38.62'%

%21.16
%40.21
%38.62

CMYK color model

#78E4DB color CMYK value is (47,0,4,11).

  • cyan value is 47.37%
  • magenta value is 0.00%
  • yellow value is 3.95%
  • key color value is 10.59%

CMYK: (47,0,4,11)
C47M0Y4K11 (47%, 0%, 4%, 11%)
(0.47 / 0.00 / 0.04 / 0.11)

CMYK percentages

%47.37
%0
%3.95
%10.59

Codes

Color #78E4DB in popluar color models

78 E4 DB
RGB 120 228 219
HSL 175° 66.67% 68.24%
HSB/HSV 175° 47.37% 89.41%
CMYK 47.37% 0.00% 3.95%
10.59%

Color #78E4DB in popluar number systems.

HEX 78 E4 DB
Decimal 120 228 219
Binary 1111000 11100100 11011011
Octal 170 344 333

Shades and tints

Shades of #78E4DB

#78E4DB
(120,228,219)
#6ED0C8
(110,208,200)
#64BCB5
(100,188,181)
#5AA8A2
(90,168,162)
#50948F
(80,148,143)
#46807C
(70,128,124)
#3C6C69
(60,108,105)
#325856
(50,88,86)
#284443
(40,68,67)
#1E3030
(30,48,48)
#141C1D
(20,28,29)
#000000
(0,0,0)

Tints of #78E4DB

#78E4DB
(120,228,219)
#84E6DE
(132,230,222)
#90E8E1
(144,232,225)
#9CEAE4
(156,234,228)
#A8ECE7
(168,236,231)
#B4EEEA
(180,238,234)
#C0F0ED
(192,240,237)
#CCF2F0
(204,242,240)
#D8F4F3
(216,244,243)
#E4F6F6
(228,246,246)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78E4DB; }

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

This text font color is #78E4DB.

Background Color

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

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

This div background color is #78E4DB.

Border color

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

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

This div border color is #78E4DB.

Opacity

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

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

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

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

This text has shadow with #78E4DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78E4DB.

Preview

Color preview on black background

This text has color #78E4DB on black background.


Color preview on white background

This text has color #78E4DB on white background.


Black color preview on #78E4DB background

This text has black color on #78E4DB background.


White color preview on #78E4DB background

This text has white color on #78E4DB background.


Related colors

Complementary color

Complementary color for #hex is #871B24.


I love getcolorcode.com

Triadic colors

1 #DB78E4 and #E4DB78 with #78E4DB are triadic colors.

2 #DBE478 and #E478DB with #78E4DB are triadic colors.