COLOR #71C896

HEX: #71C896 RGB: (113,200,150)

Color info

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

RGB color model

#71C896 color RGB value is (113,200,150).

RGB: (113,200,150) (44%, 78%, 59%)

RGB channels and saturation

R 113 of 255 = 44%
G 200 of 255 = 78%
B 150 of 255 = 59%

113
200
150

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

Portions of RGB colors in percentages

R + G + B = 113 + 200 + 150 = 463 (100%)
R 113 of 463 ~ 24.41%
G 200 of 463 ~ 43.2%
B 150 of 463 ~ 32.4'%

%24.41
%43.2
%32.4

CMYK color model

#71C896 color CMYK value is (44,0,25,22).

  • cyan value is 43.50%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 21.57%

CMYK: (44,0,25,22)
C44M0Y25K22 (44%, 0%, 25%, 22%)
(0.44 / 0.00 / 0.25 / 0.22)

CMYK percentages

%43.5
%0
%25
%21.57

Codes

Color #71C896 in popluar color models

71 C8 96
RGB 113 200 150
HSL 146° 44.16% 61.37%
HSB/HSV 146° 43.50% 78.43%
CMYK 43.50% 0.00% 25.00%
21.57%

Color #71C896 in popluar number systems.

HEX 71 C8 96
Decimal 113 200 150
Binary 1110001 11001000 10010110
Octal 161 310 226

Shades and tints

Shades of #71C896

#71C896
(113,200,150)
#67B689
(103,182,137)
#5DA47C
(93,164,124)
#53926F
(83,146,111)
#498062
(73,128,98)
#3F6E55
(63,110,85)
#355C48
(53,92,72)
#2B4A3B
(43,74,59)
#21382E
(33,56,46)
#172621
(23,38,33)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #71C896

#71C896
(113,200,150)
#7DCD9F
(125,205,159)
#89D2A8
(137,210,168)
#95D7B1
(149,215,177)
#A1DCBA
(161,220,186)
#ADE1C3
(173,225,195)
#B9E6CC
(185,230,204)
#C5EBD5
(197,235,213)
#D1F0DE
(209,240,222)
#DDF5E7
(221,245,231)
#E9FAF0
(233,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C896 color. Also use rgb(113,200,150) instead hex code.

Text Font Color

.myTextColor { color: #71C896; }

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

This text font color is #71C896.

Background Color

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

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

This div background color is #71C896.

Border color

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

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

This div border color is #71C896.

Opacity

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

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

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

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

This text has shadow with #71C896 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71C896.

Preview

Color preview on black background

This text has color #71C896 on black background.


Color preview on white background

This text has color #71C896 on white background.


Black color preview on #71C896 background

This text has black color on #71C896 background.


White color preview on #71C896 background

This text has white color on #71C896 background.


Related colors

Complementary color

Complementary color for #hex is #8E3769.


I love getcolorcode.com

Triadic colors

1 #9671C8 and #C89671 with #71C896 are triadic colors.

2 #96C871 and #C87196 with #71C896 are triadic colors.