COLOR #78DFDD

HEX: #78DFDD RGB: (120,223,221)

Color info

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

RGB color model

#78DFDD color RGB value is (120,223,221).

RGB: (120,223,221) (47%, 87%, 87%)

RGB channels and saturation

R 120 of 255 = 47%
G 223 of 255 = 87%
B 221 of 255 = 87%

120
223
221

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

Portions of RGB colors in percentages

R + G + B = 120 + 223 + 221 = 564 (100%)
R 120 of 564 ~ 21.28%
G 223 of 564 ~ 39.54%
B 221 of 564 ~ 39.18'%

%21.28
%39.54
%39.18

CMYK color model

#78DFDD color CMYK value is (46,0,1,13).

  • cyan value is 46.19%
  • magenta value is 0.00%
  • yellow value is 0.90%
  • key color value is 12.55%

CMYK: (46,0,1,13)
C46M0Y1K13 (46%, 0%, 1%, 13%)
(0.46 / 0.00 / 0.01 / 0.13)

CMYK percentages

%46.19
%0
%0.9
%12.55

Codes

Color #78DFDD in popluar color models

78 DF DD
RGB 120 223 221
HSL 179° 61.68% 67.25%
HSB/HSV 179° 46.19% 87.45%
CMYK 46.19% 0.00% 0.90%
12.55%

Color #78DFDD in popluar number systems.

HEX 78 DF DD
Decimal 120 223 221
Binary 1111000 11011111 11011101
Octal 170 337 335

Shades and tints

Shades of #78DFDD

#78DFDD
(120,223,221)
#6ECBC9
(110,203,201)
#64B7B5
(100,183,181)
#5AA3A1
(90,163,161)
#508F8D
(80,143,141)
#467B79
(70,123,121)
#3C6765
(60,103,101)
#325351
(50,83,81)
#283F3D
(40,63,61)
#1E2B29
(30,43,41)
#141715
(20,23,21)
#000000
(0,0,0)

Tints of #78DFDD

#78DFDD
(120,223,221)
#84E1E0
(132,225,224)
#90E3E3
(144,227,227)
#9CE5E6
(156,229,230)
#A8E7E9
(168,231,233)
#B4E9EC
(180,233,236)
#C0EBEF
(192,235,239)
#CCEDF2
(204,237,242)
#D8EFF5
(216,239,245)
#E4F1F8
(228,241,248)
#F0F3FB
(240,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78DFDD; }

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

This text font color is #78DFDD.

Background Color

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

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

This div background color is #78DFDD.

Border color

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

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

This div border color is #78DFDD.

Opacity

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

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

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

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

This text has shadow with #78DFDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78DFDD.

Preview

Color preview on black background

This text has color #78DFDD on black background.


Color preview on white background

This text has color #78DFDD on white background.


Black color preview on #78DFDD background

This text has black color on #78DFDD background.


White color preview on #78DFDD background

This text has white color on #78DFDD background.


Related colors

Complementary color

Complementary color for #hex is #872022.


I love getcolorcode.com

Triadic colors

1 #DD78DF and #DFDD78 with #78DFDD are triadic colors.

2 #DDDF78 and #DF78DD with #78DFDD are triadic colors.