COLOR #78C3B5

HEX: #78C3B5 RGB: (120,195,181)

Color info

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

RGB color model

#78C3B5 color RGB value is (120,195,181).

RGB: (120,195,181) (47%, 76%, 71%)

RGB channels and saturation

R 120 of 255 = 47%
G 195 of 255 = 76%
B 181 of 255 = 71%

120
195
181

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

Portions of RGB colors in percentages

R + G + B = 120 + 195 + 181 = 496 (100%)
R 120 of 496 ~ 24.19%
G 195 of 496 ~ 39.31%
B 181 of 496 ~ 36.49'%

%24.19
%39.31
%36.49

CMYK color model

#78C3B5 color CMYK value is (38,0,7,24).

  • cyan value is 38.46%
  • magenta value is 0.00%
  • yellow value is 7.18%
  • key color value is 23.53%

CMYK: (38,0,7,24)
C38M0Y7K24 (38%, 0%, 7%, 24%)
(0.38 / 0.00 / 0.07 / 0.24)

CMYK percentages

%38.46
%0
%7.18
%23.53

Codes

Color #78C3B5 in popluar color models

78 C3 B5
RGB 120 195 181
HSL 169° 38.46% 61.76%
HSB/HSV 169° 38.46% 76.47%
CMYK 38.46% 0.00% 7.18%
23.53%

Color #78C3B5 in popluar number systems.

HEX 78 C3 B5
Decimal 120 195 181
Binary 1111000 11000011 10110101
Octal 170 303 265

Shades and tints

Shades of #78C3B5

#78C3B5
(120,195,181)
#6EB2A5
(110,178,165)
#64A195
(100,161,149)
#5A9085
(90,144,133)
#507F75
(80,127,117)
#466E65
(70,110,101)
#3C5D55
(60,93,85)
#324C45
(50,76,69)
#283B35
(40,59,53)
#1E2A25
(30,42,37)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #78C3B5

#78C3B5
(120,195,181)
#84C8BB
(132,200,187)
#90CDC1
(144,205,193)
#9CD2C7
(156,210,199)
#A8D7CD
(168,215,205)
#B4DCD3
(180,220,211)
#C0E1D9
(192,225,217)
#CCE6DF
(204,230,223)
#D8EBE5
(216,235,229)
#E4F0EB
(228,240,235)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78C3B5 color. Also use rgb(120,195,181) instead hex code.

Text Font Color

.myTextColor { color: #78C3B5; }

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

This text font color is #78C3B5.

Background Color

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

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

This div background color is #78C3B5.

Border color

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

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

This div border color is #78C3B5.

Opacity

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

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

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

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

This text has shadow with #78C3B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78C3B5.

Preview

Color preview on black background

This text has color #78C3B5 on black background.


Color preview on white background

This text has color #78C3B5 on white background.


Black color preview on #78C3B5 background

This text has black color on #78C3B5 background.


White color preview on #78C3B5 background

This text has white color on #78C3B5 background.


Related colors

Complementary color

Complementary color for #hex is #873C4A.


I love getcolorcode.com

Triadic colors

1 #B578C3 and #C3B578 with #78C3B5 are triadic colors.

2 #B5C378 and #C378B5 with #78C3B5 are triadic colors.