COLOR #71D7AC

HEX: #71D7AC
RGB: (113,215,172)

Color info

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

RGB color model

#71D7AC color RGB value is (113,215,172).

  • red value is 113;
  • green value is 215;
  • blue value is 172.
RGB:
(113,215,172)
(44%,84%,67%)

RGB channels and saturation

R 113 of 255 = 44%
G 215 of 255 = 84%
B 172 of 255 = 67%

113
215
172

R + G + B ~ 65%. #71D7AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 215 + 172 = 500 (100%)
R 113 of 500 ~ 22.6%
G 215 of 500 ~ 43%
B 172 of 500 ~ 34.4%

%22.6
%43
%34.4

CMYK color model

#71D7AC color CMYK value is (47,0,20,16).

  • cyan value is 47.44%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 15.69%
CMYK:
(47,0,20,16)
C47M0Y20K16 
(47%,0%,20%,16%)
(0.47/0.00/0.20/0.16)	

CMYK percentages

%47.44
%0
%20
%15.69

Codes

Color #71D7AC in popluar color models

71D7AC
RGB113215172
HSL155°56.04%64.31%
HSB/HSV155°47.44%84.31%
CMYK47.44%0.00%20.00%
15.69%

Color #71D7AC in popluar number systems.

HEX71D7AC
Decimal113215172
Binary11100011101011110101100
Octal161327254

Shades and tints

Shades of #71D7AC

#71D7AC
(113,215,172)
#67C49D
(103,196,157)
#5DB18E
(93,177,142)
#539E7F
(83,158,127)
#498B70
(73,139,112)
#3F7861
(63,120,97)
#356552
(53,101,82)
#2B5243
(43,82,67)
#213F34
(33,63,52)
#172C25
(23,44,37)
#0D1916
(13,25,22)
#000000
(0,0,0)

Tints of #71D7AC

#71D7AC
(113,215,172)
#7DDAB3
(125,218,179)
#89DDBA
(137,221,186)
#95E0C1
(149,224,193)
#A1E3C8
(161,227,200)
#ADE6CF
(173,230,207)
#B9E9D6
(185,233,214)
#C5ECDD
(197,236,221)
#D1EFE4
(209,239,228)
#DDF2EB
(221,242,235)
#E9F5F2
(233,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D7AC color. Also use rgb(113,215,172) instead hex code.

Text Font Color

.myTextColor { color: #71D7AC; }

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

This text font color is #71D7AC.


Background Color

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

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

This div background color is #71D7AC.


Border color

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

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

This div border color is #71D7AC.


Opacity

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

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

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

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

This text has shadow with #71D7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D7AC on black background.


Color preview on white background

This text has color #71D7AC on white background.



Black color preview on #71D7AC background

This text has black color on #71D7AC background.


White color preview on #71D7AC background

This text has white color on #71D7AC background.