COLOR #71C195

HEX: #71C195 RGB: (113,193,149)

Color info

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

RGB color model

#71C195 color RGB value is (113,193,149).

RGB: (113,193,149) (44%, 76%, 58%)

RGB channels and saturation

R 113 of 255 = 44%
G 193 of 255 = 76%
B 149 of 255 = 58%

113
193
149

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

Portions of RGB colors in percentages

R + G + B = 113 + 193 + 149 = 455 (100%)
R 113 of 455 ~ 24.84%
G 193 of 455 ~ 42.42%
B 149 of 455 ~ 32.75'%

%24.84
%42.42
%32.75

CMYK color model

#71C195 color CMYK value is (41,0,23,24).

  • cyan value is 41.45%
  • magenta value is 0.00%
  • yellow value is 22.80%
  • key color value is 24.31%

CMYK: (41,0,23,24)
C41M0Y23K24 (41%, 0%, 23%, 24%)
(0.41 / 0.00 / 0.23 / 0.24)

CMYK percentages

%41.45
%0
%22.8
%24.31

Codes

Color #71C195 in popluar color models

71 C1 95
RGB 113 193 149
HSL 147° 39.22% 60.00%
HSB/HSV 147° 41.45% 75.69%
CMYK 41.45% 0.00% 22.80%
24.31%

Color #71C195 in popluar number systems.

HEX 71 C1 95
Decimal 113 193 149
Binary 1110001 11000001 10010101
Octal 161 301 225

Shades and tints

Shades of #71C195

#71C195
(113,193,149)
#67B088
(103,176,136)
#5D9F7B
(93,159,123)
#538E6E
(83,142,110)
#497D61
(73,125,97)
#3F6C54
(63,108,84)
#355B47
(53,91,71)
#2B4A3A
(43,74,58)
#21392D
(33,57,45)
#172820
(23,40,32)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #71C195

#71C195
(113,193,149)
#7DC69E
(125,198,158)
#89CBA7
(137,203,167)
#95D0B0
(149,208,176)
#A1D5B9
(161,213,185)
#ADDAC2
(173,218,194)
#B9DFCB
(185,223,203)
#C5E4D4
(197,228,212)
#D1E9DD
(209,233,221)
#DDEEE6
(221,238,230)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C195 color. Also use rgb(113,193,149) instead hex code.

Text Font Color

.myTextColor { color: #71C195; }

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

This text font color is #71C195.

Background Color

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

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

This div background color is #71C195.

Border color

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

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

This div border color is #71C195.

Opacity

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

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

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

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

This text has shadow with #71C195 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71C195.

Preview

Color preview on black background

This text has color #71C195 on black background.


Color preview on white background

This text has color #71C195 on white background.


Black color preview on #71C195 background

This text has black color on #71C195 background.


White color preview on #71C195 background

This text has white color on #71C195 background.


Related colors

Complementary color

Complementary color for #hex is #8E3E6A.


I love getcolorcode.com

Triadic colors

1 #9571C1 and #C19571 with #71C195 are triadic colors.

2 #95C171 and #C17195 with #71C195 are triadic colors.