COLOR #78DDD8

HEX: #78DDD8
RGB: (120,221,216)

Color info

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

RGB color model

#78DDD8 color RGB value is (120,221,216).

  • red value is 120;
  • green value is 221;
  • blue value is 216.
RGB:
(120,221,216)
(47%,87%,85%)

RGB channels and saturation

R 120 of 255 = 47%
G 221 of 255 = 87%
B 216 of 255 = 85%

120
221
216

R + G + B ~ 73%. #78DDD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 221 + 216 = 557 (100%)
R 120 of 557 ~ 21.54%
G 221 of 557 ~ 39.68%
B 216 of 557 ~ 38.78%

%21.54
%39.68
%38.78

CMYK color model

#78DDD8 color CMYK value is (46,0,2,13).

  • cyan value is 45.70%
  • magenta value is 0.00%
  • yellow value is 2.26%
  • key color value is 13.33%
CMYK:
(46,0,2,13)
C46M0Y2K13 
(46%,0%,2%,13%)
(0.46/0.00/0.02/0.13)	

CMYK percentages

%45.7
%0
%2.26
%13.33

Codes

Color #78DDD8 in popluar color models

78DDD8
RGB120221216
HSL177°59.76%66.86%
HSB/HSV177°45.70%86.67%
CMYK45.70%0.00%2.26%
13.33%

Color #78DDD8 in popluar number systems.

HEX78DDD8
Decimal120221216
Binary11110001101110111011000
Octal170335330

Shades and tints

Shades of #78DDD8

#78DDD8
(120,221,216)
#6EC9C5
(110,201,197)
#64B5B2
(100,181,178)
#5AA19F
(90,161,159)
#508D8C
(80,141,140)
#467979
(70,121,121)
#3C6566
(60,101,102)
#325153
(50,81,83)
#283D40
(40,61,64)
#1E292D
(30,41,45)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #78DDD8

#78DDD8
(120,221,216)
#84E0DB
(132,224,219)
#90E3DE
(144,227,222)
#9CE6E1
(156,230,225)
#A8E9E4
(168,233,228)
#B4ECE7
(180,236,231)
#C0EFEA
(192,239,234)
#CCF2ED
(204,242,237)
#D8F5F0
(216,245,240)
#E4F8F3
(228,248,243)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78DDD8 color. Also use rgb(120,221,216) instead hex code.

Text Font Color

.myTextColor { color: #78DDD8; }

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

This text font color is #78DDD8.


Background Color

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

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

This div background color is #78DDD8.


Border color

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

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

This div border color is #78DDD8.


Opacity

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

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

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

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

This text has shadow with #78DDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78DDD8 on black background.


Color preview on white background

This text has color #78DDD8 on white background.



Black color preview on #78DDD8 background

This text has black color on #78DDD8 background.


White color preview on #78DDD8 background

This text has white color on #78DDD8 background.