COLOR #71E8D2

HEX: #71E8D2
RGB: (113,232,210)

Color info

#71E8D2 contains mainly green and blue colors. Web safe color of #71E8D2 is #66FFCC (or #6FC).

RGB color model

#71E8D2 color RGB value is (113,232,210).

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

RGB channels and saturation

R 113 of 255 = 44%
G 232 of 255 = 91%
B 210 of 255 = 82%

113
232
210

R + G + B ~ 72%. #71E8D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 232 + 210 = 555 (100%)
R 113 of 555 ~ 20.36%
G 232 of 555 ~ 41.8%
B 210 of 555 ~ 37.84%

%20.36
%41.8
%37.84

CMYK color model

#71E8D2 color CMYK value is (51,0,9,9).

  • cyan value is 51.29%
  • magenta value is 0.00%
  • yellow value is 9.48%
  • key color value is 9.02%
CMYK:
(51,0,9,9)
C51M0Y9K9 
(51%,0%,9%,9%)
(0.51/0.00/0.09/0.09)	

CMYK percentages

%51.29
%0
%9.48
%9.02

Codes

Color #71E8D2 in popluar color models

71E8D2
RGB113232210
HSL169°72.12%67.65%
HSB/HSV169°51.29%90.98%
CMYK51.29%0.00%9.48%
9.02%

Color #71E8D2 in popluar number systems.

HEX71E8D2
Decimal113232210
Binary11100011110100011010010
Octal161350322

Shades and tints

Shades of #71E8D2

#71E8D2
(113,232,210)
#67D3BF
(103,211,191)
#5DBEAC
(93,190,172)
#53A999
(83,169,153)
#499486
(73,148,134)
#3F7F73
(63,127,115)
#356A60
(53,106,96)
#2B554D
(43,85,77)
#21403A
(33,64,58)
#172B27
(23,43,39)
#0D1614
(13,22,20)
#000000
(0,0,0)

Tints of #71E8D2

#71E8D2
(113,232,210)
#7DEAD6
(125,234,214)
#89ECDA
(137,236,218)
#95EEDE
(149,238,222)
#A1F0E2
(161,240,226)
#ADF2E6
(173,242,230)
#B9F4EA
(185,244,234)
#C5F6EE
(197,246,238)
#D1F8F2
(209,248,242)
#DDFAF6
(221,250,246)
#E9FCFA
(233,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71E8D2; }

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

This text font color is #71E8D2.


Background Color

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

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

This div background color is #71E8D2.


Border color

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

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

This div border color is #71E8D2.


Opacity

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

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

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

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

This text has shadow with #71E8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71E8D2 on black background.


Color preview on white background

This text has color #71E8D2 on white background.



Black color preview on #71E8D2 background

This text has black color on #71E8D2 background.


White color preview on #71E8D2 background

This text has white color on #71E8D2 background.