COLOR #71D4AB

HEX: #71D4AB
RGB: (113,212,171)

Color info

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

RGB color model

#71D4AB color RGB value is (113,212,171).

  • red value is 113;
  • green value is 212;
  • blue value is 171.
RGB:
(113,212,171)
(44%,83%,67%)

RGB channels and saturation

R 113 of 255 = 44%
G 212 of 255 = 83%
B 171 of 255 = 67%

113
212
171

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

Portions of RGB colors in percentages

R + G + B =
113 + 212 + 171 = 496 (100%)
R 113 of 496 ~ 22.78%
G 212 of 496 ~ 42.74%
B 171 of 496 ~ 34.48%

%22.78
%42.74
%34.48

CMYK color model

#71D4AB color CMYK value is (47,0,19,17).

  • cyan value is 46.70%
  • magenta value is 0.00%
  • yellow value is 19.34%
  • key color value is 16.86%
CMYK:
(47,0,19,17)
C47M0Y19K17 
(47%,0%,19%,17%)
(0.47/0.00/0.19/0.17)	

CMYK percentages

%46.7
%0
%19.34
%16.86

Codes

Color #71D4AB in popluar color models

71D4AB
RGB113212171
HSL155°53.51%63.73%
HSB/HSV155°46.70%83.14%
CMYK46.70%0.00%19.34%
16.86%

Color #71D4AB in popluar number systems.

HEX71D4AB
Decimal113212171
Binary11100011101010010101011
Octal161324253

Shades and tints

Shades of #71D4AB

#71D4AB
(113,212,171)
#67C19C
(103,193,156)
#5DAE8D
(93,174,141)
#539B7E
(83,155,126)
#49886F
(73,136,111)
#3F7560
(63,117,96)
#356251
(53,98,81)
#2B4F42
(43,79,66)
#213C33
(33,60,51)
#172924
(23,41,36)
#0D1615
(13,22,21)
#000000
(0,0,0)

Tints of #71D4AB

#71D4AB
(113,212,171)
#7DD7B2
(125,215,178)
#89DAB9
(137,218,185)
#95DDC0
(149,221,192)
#A1E0C7
(161,224,199)
#ADE3CE
(173,227,206)
#B9E6D5
(185,230,213)
#C5E9DC
(197,233,220)
#D1ECE3
(209,236,227)
#DDEFEA
(221,239,234)
#E9F2F1
(233,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D4AB color. Also use rgb(113,212,171) instead hex code.

Text Font Color

.myTextColor { color: #71D4AB; }

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

This text font color is #71D4AB.


Background Color

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

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

This div background color is #71D4AB.


Border color

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

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

This div border color is #71D4AB.


Opacity

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

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

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

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

This text has shadow with #71D4AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D4AB on black background.


Color preview on white background

This text has color #71D4AB on white background.



Black color preview on #71D4AB background

This text has black color on #71D4AB background.


White color preview on #71D4AB background

This text has white color on #71D4AB background.