COLOR #71BE9A

HEX: #71BE9A RGB: (113,190,154)

Color info

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

RGB color model

#71BE9A color RGB value is (113,190,154).

RGB: (113,190,154) (44%, 75%, 60%)

RGB channels and saturation

R 113 of 255 = 44%
G 190 of 255 = 75%
B 154 of 255 = 60%

113
190
154

R + G + B ~ 60%. #71BE9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 113 + 190 + 154 = 457 (100%)
R 113 of 457 ~ 24.73%
G 190 of 457 ~ 41.58%
B 154 of 457 ~ 33.7'%

%24.73
%41.58
%33.7

CMYK color model

#71BE9A color CMYK value is (41,0,19,25).

  • cyan value is 40.53%
  • magenta value is 0.00%
  • yellow value is 18.95%
  • key color value is 25.49%

CMYK: (41,0,19,25)
C41M0Y19K25 (41%, 0%, 19%, 25%)
(0.41 / 0.00 / 0.19 / 0.25)

CMYK percentages

%40.53
%0
%18.95
%25.49

Codes

Color #71BE9A in popluar color models

71 BE 9A
RGB 113 190 154
HSL 152° 37.20% 59.41%
HSB/HSV 152° 40.53% 74.51%
CMYK 40.53% 0.00% 18.95%
25.49%

Color #71BE9A in popluar number systems.

HEX 71 BE 9A
Decimal 113 190 154
Binary 1110001 10111110 10011010
Octal 161 276 232

Shades and tints

Shades of #71BE9A

#71BE9A
(113,190,154)
#67AD8C
(103,173,140)
#5D9C7E
(93,156,126)
#538B70
(83,139,112)
#497A62
(73,122,98)
#3F6954
(63,105,84)
#355846
(53,88,70)
#2B4738
(43,71,56)
#21362A
(33,54,42)
#17251C
(23,37,28)
#0D140E
(13,20,14)
#000000
(0,0,0)

Tints of #71BE9A

#71BE9A
(113,190,154)
#7DC3A3
(125,195,163)
#89C8AC
(137,200,172)
#95CDB5
(149,205,181)
#A1D2BE
(161,210,190)
#ADD7C7
(173,215,199)
#B9DCD0
(185,220,208)
#C5E1D9
(197,225,217)
#D1E6E2
(209,230,226)
#DDEBEB
(221,235,235)
#E9F0F4
(233,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BE9A color. Also use rgb(113,190,154) instead hex code.

Text Font Color

.myTextColor { color: #71BE9A; }

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

This text font color is #71BE9A.

Background Color

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

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

This div background color is #71BE9A.

Border color

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

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

This div border color is #71BE9A.

Opacity

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

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

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

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

This text has shadow with #71BE9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71BE9A.

Preview

Color preview on black background

This text has color #71BE9A on black background.


Color preview on white background

This text has color #71BE9A on white background.


Black color preview on #71BE9A background

This text has black color on #71BE9A background.


White color preview on #71BE9A background

This text has white color on #71BE9A background.


Related colors

Complementary color

Complementary color for #hex is #8E4165.


I love getcolorcode.com

Triadic colors

1 #9A71BE and #BE9A71 with #71BE9A are triadic colors.

2 #9ABE71 and #BE719A with #71BE9A are triadic colors.