COLOR #71D2A8

HEX: #71D2A8
RGB: (113,210,168)

Color info

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

RGB color model

#71D2A8 color RGB value is (113,210,168).

  • red value is 113;
  • green value is 210;
  • blue value is 168.
RGB:
(113,210,168)
(44%,82%,66%)

RGB channels and saturation

R 113 of 255 = 44%
G 210 of 255 = 82%
B 168 of 255 = 66%

113
210
168

R + G + B ~ 64%. #71D2A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 210 + 168 = 491 (100%)
R 113 of 491 ~ 23.01%
G 210 of 491 ~ 42.77%
B 168 of 491 ~ 34.22%

%23.01
%42.77
%34.22

CMYK color model

#71D2A8 color CMYK value is (46,0,20,18).

  • cyan value is 46.19%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 17.65%
CMYK:
(46,0,20,18)
C46M0Y20K18 
(46%,0%,20%,18%)
(0.46/0.00/0.20/0.18)	

CMYK percentages

%46.19
%0
%20
%17.65

Codes

Color #71D2A8 in popluar color models

71D2A8
RGB113210168
HSL154°51.87%63.33%
HSB/HSV154°46.19%82.35%
CMYK46.19%0.00%20.00%
17.65%

Color #71D2A8 in popluar number systems.

HEX71D2A8
Decimal113210168
Binary11100011101001010101000
Octal161322250

Shades and tints

Shades of #71D2A8

#71D2A8
(113,210,168)
#67BF99
(103,191,153)
#5DAC8A
(93,172,138)
#53997B
(83,153,123)
#49866C
(73,134,108)
#3F735D
(63,115,93)
#35604E
(53,96,78)
#2B4D3F
(43,77,63)
#213A30
(33,58,48)
#172721
(23,39,33)
#0D1412
(13,20,18)
#000000
(0,0,0)

Tints of #71D2A8

#71D2A8
(113,210,168)
#7DD6AF
(125,214,175)
#89DAB6
(137,218,182)
#95DEBD
(149,222,189)
#A1E2C4
(161,226,196)
#ADE6CB
(173,230,203)
#B9EAD2
(185,234,210)
#C5EED9
(197,238,217)
#D1F2E0
(209,242,224)
#DDF6E7
(221,246,231)
#E9FAEE
(233,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71D2A8 color. Also use rgb(113,210,168) instead hex code.

Text Font Color

.myTextColor { color: #71D2A8; }

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

This text font color is #71D2A8.


Background Color

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

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

This div background color is #71D2A8.


Border color

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

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

This div border color is #71D2A8.


Opacity

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

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

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

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

This text has shadow with #71D2A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71D2A8 on black background.


Color preview on white background

This text has color #71D2A8 on white background.



Black color preview on #71D2A8 background

This text has black color on #71D2A8 background.


White color preview on #71D2A8 background

This text has white color on #71D2A8 background.