COLOR #71B39F

HEX: #71B39F RGB: (113,179,159)

Color info

#71B39F contains mainly green and blue colors. Web safe color of #71B39F is #669999 (or #699).

RGB color model

#71B39F color RGB value is (113,179,159).

RGB: (113,179,159) (44%, 70%, 62%)

RGB channels and saturation

R 113 of 255 = 44%
G 179 of 255 = 70%
B 159 of 255 = 62%

113
179
159

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

Portions of RGB colors in percentages

R + G + B = 113 + 179 + 159 = 451 (100%)
R 113 of 451 ~ 25.06%
G 179 of 451 ~ 39.69%
B 159 of 451 ~ 35.25'%

%25.06
%39.69
%35.25

CMYK color model

#71B39F color CMYK value is (37,0,11,30).

  • cyan value is 36.87%
  • magenta value is 0.00%
  • yellow value is 11.17%
  • key color value is 29.80%
CMYK: (37,0,11,30) C37M0Y11K30 (37%,0%,11%,30%) (0.37/0.00/0.11/0.30) 

CMYK percentages

%36.87
%0
%11.17
%29.8

Codes

Color #71B39F in popluar color models

71 B3 9F
RGB 113 179 159
HSL 162° 30.28% 57.25%
HSB/HSV 162° 36.87% 70.20%
CMYK 36.87% 0.00% 11.17%
29.80%

Color #71B39F in popluar number systems.

HEX 71 B3 9F
Decimal 113 179 159
Binary 1110001 10110011 10011111
Octal 161 263 237

Shades and tints

Shades of #71B39F

#71B39F
(113,179,159)
#67A391
(103,163,145)
#5D9383
(93,147,131)
#538375
(83,131,117)
#497367
(73,115,103)
#3F6359
(63,99,89)
#35534B
(53,83,75)
#2B433D
(43,67,61)
#21332F
(33,51,47)
#172321
(23,35,33)
#0D1313
(13,19,19)
#000000
(0,0,0)

Tints of #71B39F

#71B39F
(113,179,159)
#7DB9A7
(125,185,167)
#89BFAF
(137,191,175)
#95C5B7
(149,197,183)
#A1CBBF
(161,203,191)
#ADD1C7
(173,209,199)
#B9D7CF
(185,215,207)
#C5DDD7
(197,221,215)
#D1E3DF
(209,227,223)
#DDE9E7
(221,233,231)
#E9EFEF
(233,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B39F color. Also use rgb(113,179,159) instead hex code.

Text Font Color

.myTextColor { color: #71B39F; }

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

This text font color is #71B39F.

Background Color

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

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

This div background color is #71B39F.

Border color

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

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

This div border color is #71B39F.

Opacity

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

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

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

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

This text has shadow with #71B39F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B39F.

Preview

Color preview on black background

This text has color #71B39F on black background.


Color preview on white background

This text has color #71B39F on white background.


Black color preview on #71B39F background

This text has black color on #71B39F background.


White color preview on #71B39F background

This text has white color on #71B39F background.


Related colors

Complementary color

Complementary color for #hex is #8E4C60.


I love getcolorcode.com

Triadic colors

1 #9F71B3 and #B39F71 with #71B39F are triadic colors.

2 #9FB371 and #B3719F with #71B39F are triadic colors.