COLOR #78D8D3

HEX: #78D8D3
RGB: (120,216,211)

Color info

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

RGB color model

#78D8D3 color RGB value is (120,216,211).

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

RGB channels and saturation

R 120 of 255 = 47%
G 216 of 255 = 85%
B 211 of 255 = 83%

120
216
211

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

Portions of RGB colors in percentages

R + G + B =
120 + 216 + 211 = 547 (100%)
R 120 of 547 ~ 21.94%
G 216 of 547 ~ 39.49%
B 211 of 547 ~ 38.57%

%21.94
%39.49
%38.57

CMYK color model

#78D8D3 color CMYK value is (44,0,2,15).

  • cyan value is 44.44%
  • magenta value is 0.00%
  • yellow value is 2.31%
  • key color value is 15.29%
CMYK:
(44,0,2,15)
C44M0Y2K15 
(44%,0%,2%,15%)
(0.44/0.00/0.02/0.15)	

CMYK percentages

%44.44
%0
%2.31
%15.29

Codes

Color #78D8D3 in popluar color models

78D8D3
RGB120216211
HSL177°55.17%65.88%
HSB/HSV177°44.44%84.71%
CMYK44.44%0.00%2.31%
15.29%

Color #78D8D3 in popluar number systems.

HEX78D8D3
Decimal120216211
Binary11110001101100011010011
Octal170330323

Shades and tints

Shades of #78D8D3

#78D8D3
(120,216,211)
#6EC5C0
(110,197,192)
#64B2AD
(100,178,173)
#5A9F9A
(90,159,154)
#508C87
(80,140,135)
#467974
(70,121,116)
#3C6661
(60,102,97)
#32534E
(50,83,78)
#28403B
(40,64,59)
#1E2D28
(30,45,40)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #78D8D3

#78D8D3
(120,216,211)
#84DBD7
(132,219,215)
#90DEDB
(144,222,219)
#9CE1DF
(156,225,223)
#A8E4E3
(168,228,227)
#B4E7E7
(180,231,231)
#C0EAEB
(192,234,235)
#CCEDEF
(204,237,239)
#D8F0F3
(216,240,243)
#E4F3F7
(228,243,247)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78D8D3; }

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

This text font color is #78D8D3.


Background Color

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

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

This div background color is #78D8D3.


Border color

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

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

This div border color is #78D8D3.


Opacity

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

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

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

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

This text has shadow with #78D8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #78D8D3 on black background.


Color preview on white background

This text has color #78D8D3 on white background.



Black color preview on #78D8D3 background

This text has black color on #78D8D3 background.


White color preview on #78D8D3 background

This text has white color on #78D8D3 background.