COLOR #78F1AA

HEX: #78F1AA RGB: (120,241,170)

Color info

#78F1AA contains mainly green color. Web safe color of #78F1AA is #66FF99 (or #6F9).

RGB color model

#78F1AA color RGB value is (120,241,170).

RGB: (120,241,170) (47%, 95%, 67%)

RGB channels and saturation

R 120 of 255 = 47%
G 241 of 255 = 95%
B 170 of 255 = 67%

120
241
170

R + G + B ~ 70%. #78F1AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 241 + 170 = 531 (100%)
R 120 of 531 ~ 22.6%
G 241 of 531 ~ 45.39%
B 170 of 531 ~ 32.02'%

%22.6
%45.39
%32.02

CMYK color model

#78F1AA color CMYK value is (50,0,29,5).

  • cyan value is 50.21%
  • magenta value is 0.00%
  • yellow value is 29.46%
  • key color value is 5.49%
CMYK: (50,0,29,5) C50M0Y29K5 (50%,0%,29%,5%) (0.50/0.00/0.29/0.05) 

CMYK percentages

%50.21
%0
%29.46
%5.49

Codes

Color #78F1AA in popluar color models

78 F1 AA
RGB 120 241 170
HSL 145° 81.21% 70.78%
HSB/HSV 145° 50.21% 94.51%
CMYK 50.21% 0.00% 29.46%
5.49%

Color #78F1AA in popluar number systems.

HEX 78 F1 AA
Decimal 120 241 170
Binary 1111000 11110001 10101010
Octal 170 361 252

Shades and tints

Shades of #78F1AA

#78F1AA
(120,241,170)
#6EDC9B
(110,220,155)
#64C78C
(100,199,140)
#5AB27D
(90,178,125)
#509D6E
(80,157,110)
#46885F
(70,136,95)
#3C7350
(60,115,80)
#325E41
(50,94,65)
#284932
(40,73,50)
#1E3423
(30,52,35)
#141F14
(20,31,20)
#000000
(0,0,0)

Tints of #78F1AA

#78F1AA
(120,241,170)
#84F2B1
(132,242,177)
#90F3B8
(144,243,184)
#9CF4BF
(156,244,191)
#A8F5C6
(168,245,198)
#B4F6CD
(180,246,205)
#C0F7D4
(192,247,212)
#CCF8DB
(204,248,219)
#D8F9E2
(216,249,226)
#E4FAE9
(228,250,233)
#F0FBF0
(240,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #78F1AA; }

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

This text font color is #78F1AA.

Background Color

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

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

This div background color is #78F1AA.

Border color

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

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

This div border color is #78F1AA.

Opacity

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

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

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

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

This text has shadow with #78F1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #78F1AA.

Preview

Color preview on black background

This text has color #78F1AA on black background.


Color preview on white background

This text has color #78F1AA on white background.


Black color preview on #78F1AA background

This text has black color on #78F1AA background.


White color preview on #78F1AA background

This text has white color on #78F1AA background.


Related colors

Complementary color

Complementary color for #hex is #870E55.


I love getcolorcode.com

Triadic colors

1 #AA78F1 and #F1AA78 with #78F1AA are triadic colors.

2 #AAF178 and #F178AA with #78F1AA are triadic colors.