COLOR #71BA94

HEX: #71BA94
RGB: (113,186,148)

Color info

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

RGB color model

#71BA94 color RGB value is (113,186,148).

  • red value is 113;
  • green value is 186;
  • blue value is 148.
RGB:
(113,186,148)
(44%,73%,58%)

RGB channels and saturation

R 113 of 255 = 44%
G 186 of 255 = 73%
B 148 of 255 = 58%

113
186
148

R + G + B ~ 58%. #71BA94 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 186 + 148 = 447 (100%)
R 113 of 447 ~ 25.28%
G 186 of 447 ~ 41.61%
B 148 of 447 ~ 33.11%

%25.28
%41.61
%33.11

CMYK color model

#71BA94 color CMYK value is (39,0,20,27).

  • cyan value is 39.25%
  • magenta value is 0.00%
  • yellow value is 20.43%
  • key color value is 27.06%
CMYK:
(39,0,20,27)
C39M0Y20K27 
(39%,0%,20%,27%)
(0.39/0.00/0.20/0.27)	

CMYK percentages

%39.25
%0
%20.43
%27.06

Codes

Color #71BA94 in popluar color models

71BA94
RGB113186148
HSL149°34.60%58.63%
HSB/HSV149°39.25%72.94%
CMYK39.25%0.00%20.43%
27.06%

Color #71BA94 in popluar number systems.

HEX71BA94
Decimal113186148
Binary11100011011101010010100
Octal161272224

Shades and tints

Shades of #71BA94

#71BA94
(113,186,148)
#67AA87
(103,170,135)
#5D9A7A
(93,154,122)
#538A6D
(83,138,109)
#497A60
(73,122,96)
#3F6A53
(63,106,83)
#355A46
(53,90,70)
#2B4A39
(43,74,57)
#213A2C
(33,58,44)
#172A1F
(23,42,31)
#0D1A12
(13,26,18)
#000000
(0,0,0)

Tints of #71BA94

#71BA94
(113,186,148)
#7DC09D
(125,192,157)
#89C6A6
(137,198,166)
#95CCAF
(149,204,175)
#A1D2B8
(161,210,184)
#ADD8C1
(173,216,193)
#B9DECA
(185,222,202)
#C5E4D3
(197,228,211)
#D1EADC
(209,234,220)
#DDF0E5
(221,240,229)
#E9F6EE
(233,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BA94 color. Also use rgb(113,186,148) instead hex code.

Text Font Color

.myTextColor { color: #71BA94; }

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

This text font color is #71BA94.


Background Color

.myBgColor { background-color: #71BA94; }

<div style="background-color:#71BA94">Inner text</div>

This div background color is #71BA94.


Border color

.myBorderColor { border: 1px solid #71BA94; }

<div style="border:3px solid #71BA94">Div</div>

This div border color is #71BA94.


Opacity

.myOpacity80 { color: #71BA94; opacity: 0.8; }

<p style="color:#71BA94;opacity:0.8;">80%</p>

Text with #71BA94 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 #71BA94;}

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

This text has shadow with #71BA94 color.

.textShadow {text-shadow: 3px 3px 1px #71BA94, 3px 3px 1px red;}

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

This text has shadow with #71BA94 primary color and red secondary color.


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

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

This text has shadow with #71BA94 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71BA94;
-webkit-box-shadow: 1px 1px 3px 2px #71BA94;
box-shadow:1px 1px 3px 2px #71BA94;">
Div content here</div>
This div box has shadow with color #71BA94.

Preview

Color preview on black background

This text has color #71BA94 on black background.


Color preview on white background

This text has color #71BA94 on white background.



Black color preview on #71BA94 background

This text has black color on #71BA94 background.


White color preview on #71BA94 background

This text has white color on #71BA94 background.