COLOR #71E5BA

HEX: #71E5BA
RGB: (113,229,186)

Color info

#71E5BA contains mainly green and blue colors. Web safe color of #71E5BA is #66CCCC (or #6CC).

RGB color model

#71E5BA color RGB value is (113,229,186).

  • red value is 113;
  • green value is 229;
  • blue value is 186.
RGB:
(113,229,186)
(44%,90%,73%)

RGB channels and saturation

R 113 of 255 = 44%
G 229 of 255 = 90%
B 186 of 255 = 73%

113
229
186

R + G + B ~ 69%. #71E5BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 229 + 186 = 528 (100%)
R 113 of 528 ~ 21.4%
G 229 of 528 ~ 43.37%
B 186 of 528 ~ 35.23%

%21.4
%43.37
%35.23

CMYK color model

#71E5BA color CMYK value is (51,0,19,10).

  • cyan value is 50.66%
  • magenta value is 0.00%
  • yellow value is 18.78%
  • key color value is 10.20%
CMYK:
(51,0,19,10)
C51M0Y19K10 
(51%,0%,19%,10%)
(0.51/0.00/0.19/0.10)	

CMYK percentages

%50.66
%0
%18.78
%10.2

Codes

Color #71E5BA in popluar color models

71E5BA
RGB113229186
HSL158°69.05%67.06%
HSB/HSV158°50.66%89.80%
CMYK50.66%0.00%18.78%
10.20%

Color #71E5BA in popluar number systems.

HEX71E5BA
Decimal113229186
Binary11100011110010110111010
Octal161345272

Shades and tints

Shades of #71E5BA

#71E5BA
(113,229,186)
#67D1AA
(103,209,170)
#5DBD9A
(93,189,154)
#53A98A
(83,169,138)
#49957A
(73,149,122)
#3F816A
(63,129,106)
#356D5A
(53,109,90)
#2B594A
(43,89,74)
#21453A
(33,69,58)
#17312A
(23,49,42)
#0D1D1A
(13,29,26)
#000000
(0,0,0)

Tints of #71E5BA

#71E5BA
(113,229,186)
#7DE7C0
(125,231,192)
#89E9C6
(137,233,198)
#95EBCC
(149,235,204)
#A1EDD2
(161,237,210)
#ADEFD8
(173,239,216)
#B9F1DE
(185,241,222)
#C5F3E4
(197,243,228)
#D1F5EA
(209,245,234)
#DDF7F0
(221,247,240)
#E9F9F6
(233,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71E5BA color. Also use rgb(113,229,186) instead hex code.

Text Font Color

.myTextColor { color: #71E5BA; }

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

This text font color is #71E5BA.


Background Color

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

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

This div background color is #71E5BA.


Border color

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

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

This div border color is #71E5BA.


Opacity

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

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

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

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

This text has shadow with #71E5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71E5BA on black background.


Color preview on white background

This text has color #71E5BA on white background.



Black color preview on #71E5BA background

This text has black color on #71E5BA background.


White color preview on #71E5BA background

This text has white color on #71E5BA background.