COLOR #78CFAB

HEX: #78CFAB RGB: (120,207,171)

Color info

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

RGB color model

#78CFAB color RGB value is (120,207,171).

RGB: (120,207,171) (47%, 81%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 207 of 255 = 81%
B 171 of 255 = 67%

120
207
171

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

Portions of RGB colors in percentages

R + G + B = 120 + 207 + 171 = 498 (100%)
R 120 of 498 ~ 24.1%
G 207 of 498 ~ 41.57%
B 171 of 498 ~ 34.34'%

%24.1
%41.57
%34.34

CMYK color model

#78CFAB color CMYK value is (42,0,17,19).

  • cyan value is 42.03%
  • magenta value is 0.00%
  • yellow value is 17.39%
  • key color value is 18.82%

CMYK: (42,0,17,19)
C42M0Y17K19 (42%, 0%, 17%, 19%)
(0.42 / 0.00 / 0.17 / 0.19)

CMYK percentages

%42.03
%0
%17.39
%18.82

Codes

Color #78CFAB in popluar color models

78 CF AB
RGB 120 207 171
HSL 155° 47.54% 64.12%
HSB/HSV 155° 42.03% 81.18%
CMYK 42.03% 0.00% 17.39%
18.82%

Color #78CFAB in popluar number systems.

HEX 78 CF AB
Decimal 120 207 171
Binary 1111000 11001111 10101011
Octal 170 317 253

Shades and tints

Shades of #78CFAB

#78CFAB
(120,207,171)
#6EBD9C
(110,189,156)
#64AB8D
(100,171,141)
#5A997E
(90,153,126)
#50876F
(80,135,111)
#467560
(70,117,96)
#3C6351
(60,99,81)
#325142
(50,81,66)
#283F33
(40,63,51)
#1E2D24
(30,45,36)
#141B15
(20,27,21)
#000000
(0,0,0)

Tints of #78CFAB

#78CFAB
(120,207,171)
#84D3B2
(132,211,178)
#90D7B9
(144,215,185)
#9CDBC0
(156,219,192)
#A8DFC7
(168,223,199)
#B4E3CE
(180,227,206)
#C0E7D5
(192,231,213)
#CCEBDC
(204,235,220)
#D8EFE3
(216,239,227)
#E4F3EA
(228,243,234)
#F0F7F1
(240,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #78CFAB color. Also use rgb(120,207,171) instead hex code.

Text Font Color

.myTextColor { color: #78CFAB; }

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

This text font color is #78CFAB.

Background Color

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

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

This div background color is #78CFAB.

Border color

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

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

This div border color is #78CFAB.

Opacity

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

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

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

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

This text has shadow with #78CFAB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78CFAB.

Preview

Color preview on black background

This text has color #78CFAB on black background.


Color preview on white background

This text has color #78CFAB on white background.


Black color preview on #78CFAB background

This text has black color on #78CFAB background.


White color preview on #78CFAB background

This text has white color on #78CFAB background.


Related colors

Complementary color

Complementary color for #hex is #873054.


I love getcolorcode.com

Triadic colors

1 #AB78CF and #CFAB78 with #78CFAB are triadic colors.

2 #ABCF78 and #CF78AB with #78CFAB are triadic colors.