COLOR #78CDAA

HEX: #78CDAA RGB: (120,205,170)

Color info

#78CDAA contains mainly green and blue colors. Web safe color of #78CDAA is #66CC99 (or #6C9).

RGB color model

#78CDAA color RGB value is (120,205,170).

RGB: (120,205,170) (47%, 80%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 205 of 255 = 80%
B 170 of 255 = 67%

120
205
170

R + G + B ~ 65%. #78CDAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 205 + 170 = 495 (100%)
R 120 of 495 ~ 24.24%
G 205 of 495 ~ 41.41%
B 170 of 495 ~ 34.34'%

%24.24
%41.41
%34.34

CMYK color model

#78CDAA color CMYK value is (41,0,17,20).

  • cyan value is 41.46%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 19.61%

CMYK: (41,0,17,20)
C41M0Y17K20 (41%, 0%, 17%, 20%)
(0.41 / 0.00 / 0.17 / 0.20)

CMYK percentages

%41.46
%0
%17.07
%19.61

Codes

Color #78CDAA in popluar color models

78 CD AA
RGB 120 205 170
HSL 155° 45.95% 63.73%
HSB/HSV 155° 41.46% 80.39%
CMYK 41.46% 0.00% 17.07%
19.61%

Color #78CDAA in popluar number systems.

HEX 78 CD AA
Decimal 120 205 170
Binary 1111000 11001101 10101010
Octal 170 315 252

Shades and tints

Shades of #78CDAA

#78CDAA
(120,205,170)
#6EBB9B
(110,187,155)
#64A98C
(100,169,140)
#5A977D
(90,151,125)
#50856E
(80,133,110)
#46735F
(70,115,95)
#3C6150
(60,97,80)
#324F41
(50,79,65)
#283D32
(40,61,50)
#1E2B23
(30,43,35)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #78CDAA

#78CDAA
(120,205,170)
#84D1B1
(132,209,177)
#90D5B8
(144,213,184)
#9CD9BF
(156,217,191)
#A8DDC6
(168,221,198)
#B4E1CD
(180,225,205)
#C0E5D4
(192,229,212)
#CCE9DB
(204,233,219)
#D8EDE2
(216,237,226)
#E4F1E9
(228,241,233)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CDAA color. Also use rgb(120,205,170) instead hex code.

Text Font Color

.myTextColor { color: #78CDAA; }

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

This text font color is #78CDAA.

Background Color

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

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

This div background color is #78CDAA.

Border color

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

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

This div border color is #78CDAA.

Opacity

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

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

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

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

This text has shadow with #78CDAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78CDAA.

Preview

Color preview on black background

This text has color #78CDAA on black background.


Color preview on white background

This text has color #78CDAA on white background.


Black color preview on #78CDAA background

This text has black color on #78CDAA background.


White color preview on #78CDAA background

This text has white color on #78CDAA background.


Related colors

Complementary color

Complementary color for #hex is #873255.


I love getcolorcode.com

Triadic colors

1 #AA78CD and #CDAA78 with #78CDAA are triadic colors.

2 #AACD78 and #CD78AA with #78CDAA are triadic colors.