COLOR #78C8B4

HEX: #78C8B4 RGB: (120,200,180)

Color info

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

RGB color model

#78C8B4 color RGB value is (120,200,180).

RGB: (120,200,180) (47%, 78%, 71%)

RGB channels and saturation

R 120 of 255 = 47%
G 200 of 255 = 78%
B 180 of 255 = 71%

120
200
180

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

Portions of RGB colors in percentages

R + G + B = 120 + 200 + 180 = 500 (100%)
R 120 of 500 ~ 24%
G 200 of 500 ~ 40%
B 180 of 500 ~ 36'%

%24
%40
%36

CMYK color model

#78C8B4 color CMYK value is (40,0,10,22).

  • cyan value is 40.00%
  • magenta value is 0.00%
  • yellow value is 10.00%
  • key color value is 21.57%

CMYK: (40,0,10,22)
C40M0Y10K22 (40%, 0%, 10%, 22%)
(0.40 / 0.00 / 0.10 / 0.22)

CMYK percentages

%40
%0
%10
%21.57

Codes

Color #78C8B4 in popluar color models

78 C8 B4
RGB 120 200 180
HSL 165° 42.11% 62.75%
HSB/HSV 165° 40.00% 78.43%
CMYK 40.00% 0.00% 10.00%
21.57%

Color #78C8B4 in popluar number systems.

HEX 78 C8 B4
Decimal 120 200 180
Binary 1111000 11001000 10110100
Octal 170 310 264

Shades and tints

Shades of #78C8B4

#78C8B4
(120,200,180)
#6EB6A4
(110,182,164)
#64A494
(100,164,148)
#5A9284
(90,146,132)
#508074
(80,128,116)
#466E64
(70,110,100)
#3C5C54
(60,92,84)
#324A44
(50,74,68)
#283834
(40,56,52)
#1E2624
(30,38,36)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #78C8B4

#78C8B4
(120,200,180)
#84CDBA
(132,205,186)
#90D2C0
(144,210,192)
#9CD7C6
(156,215,198)
#A8DCCC
(168,220,204)
#B4E1D2
(180,225,210)
#C0E6D8
(192,230,216)
#CCEBDE
(204,235,222)
#D8F0E4
(216,240,228)
#E4F5EA
(228,245,234)
#F0FAF0
(240,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C8B4 color. Also use rgb(120,200,180) instead hex code.

Text Font Color

.myTextColor { color: #78C8B4; }

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

This text font color is #78C8B4.

Background Color

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

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

This div background color is #78C8B4.

Border color

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

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

This div border color is #78C8B4.

Opacity

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

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

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

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

This text has shadow with #78C8B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78C8B4.

Preview

Color preview on black background

This text has color #78C8B4 on black background.


Color preview on white background

This text has color #78C8B4 on white background.


Black color preview on #78C8B4 background

This text has black color on #78C8B4 background.


White color preview on #78C8B4 background

This text has white color on #78C8B4 background.


Related colors

Complementary color

Complementary color for #hex is #87374B.


I love getcolorcode.com

Triadic colors

1 #B478C8 and #C8B478 with #78C8B4 are triadic colors.

2 #B4C878 and #C878B4 with #78C8B4 are triadic colors.