COLOR #78CF9A

HEX: #78CF9A RGB: (120,207,154)

Color info

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

RGB color model

#78CF9A color RGB value is (120,207,154).

RGB: (120,207,154) (47%, 81%, 60%)

RGB channels and saturation

R 120 of 255 = 47%
G 207 of 255 = 81%
B 154 of 255 = 60%

120
207
154

R + G + B ~ 63%. #78CF9A is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 207 + 154 = 481 (100%)
R 120 of 481 ~ 24.95%
G 207 of 481 ~ 43.04%
B 154 of 481 ~ 32.02'%

%24.95
%43.04
%32.02

CMYK color model

#78CF9A color CMYK value is (42,0,26,19).

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

CMYK: (42,0,26,19)
C42M0Y26K19 (42%, 0%, 26%, 19%)
(0.42 / 0.00 / 0.26 / 0.19)

CMYK percentages

%42.03
%0
%25.6
%18.82

Codes

Color #78CF9A in popluar color models

78 CF 9A
RGB 120 207 154
HSL 143° 47.54% 64.12%
HSB/HSV 143° 42.03% 81.18%
CMYK 42.03% 0.00% 25.60%
18.82%

Color #78CF9A in popluar number systems.

HEX 78 CF 9A
Decimal 120 207 154
Binary 1111000 11001111 10011010
Octal 170 317 232

Shades and tints

Shades of #78CF9A

#78CF9A
(120,207,154)
#6EBD8C
(110,189,140)
#64AB7E
(100,171,126)
#5A9970
(90,153,112)
#508762
(80,135,98)
#467554
(70,117,84)
#3C6346
(60,99,70)
#325138
(50,81,56)
#283F2A
(40,63,42)
#1E2D1C
(30,45,28)
#141B0E
(20,27,14)
#000000
(0,0,0)

Tints of #78CF9A

#78CF9A
(120,207,154)
#84D3A3
(132,211,163)
#90D7AC
(144,215,172)
#9CDBB5
(156,219,181)
#A8DFBE
(168,223,190)
#B4E3C7
(180,227,199)
#C0E7D0
(192,231,208)
#CCEBD9
(204,235,217)
#D8EFE2
(216,239,226)
#E4F3EB
(228,243,235)
#F0F7F4
(240,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78CF9A; }

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

This text font color is #78CF9A.

Background Color

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

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

This div background color is #78CF9A.

Border color

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

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

This div border color is #78CF9A.

Opacity

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

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

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

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

This text has shadow with #78CF9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78CF9A.

Preview

Color preview on black background

This text has color #78CF9A on black background.


Color preview on white background

This text has color #78CF9A on white background.


Black color preview on #78CF9A background

This text has black color on #78CF9A background.


White color preview on #78CF9A background

This text has white color on #78CF9A background.


Related colors

Complementary color

Complementary color for #hex is #873065.


I love getcolorcode.com

Triadic colors

1 #9A78CF and #CF9A78 with #78CF9A are triadic colors.

2 #9ACF78 and #CF789A with #78CF9A are triadic colors.