COLOR #71AD9A

HEX: #71AD9A
RGB: (113,173,154)

Color info

#71AD9A contains mainly green and blue colors. Web safe color of #71AD9A is #669999 (or #699).

RGB color model

#71AD9A color RGB value is (113,173,154).

  • red value is 113;
  • green value is 173;
  • blue value is 154.
RGB:
(113,173,154)
(44%,68%,60%)

RGB channels and saturation

R 113 of 255 = 44%
G 173 of 255 = 68%
B 154 of 255 = 60%

113
173
154

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

Portions of RGB colors in percentages

R + G + B =
113 + 173 + 154 = 440 (100%)
R 113 of 440 ~ 25.68%
G 173 of 440 ~ 39.32%
B 154 of 440 ~ 35%

%25.68
%39.32
%35

CMYK color model

#71AD9A color CMYK value is (35,0,11,32).

  • cyan value is 34.68%
  • magenta value is 0.00%
  • yellow value is 10.98%
  • key color value is 32.16%
CMYK:
(35,0,11,32)
C35M0Y11K32 
(35%,0%,11%,32%)
(0.35/0.00/0.11/0.32)	

CMYK percentages

%34.68
%0
%10.98
%32.16

Codes

Color #71AD9A in popluar color models

71AD9A
RGB113173154
HSL161°26.79%56.08%
HSB/HSV161°34.68%67.84%
CMYK34.68%0.00%10.98%
32.16%

Color #71AD9A in popluar number systems.

HEX71AD9A
Decimal113173154
Binary11100011010110110011010
Octal161255232

Shades and tints

Shades of #71AD9A

#71AD9A
(113,173,154)
#679E8C
(103,158,140)
#5D8F7E
(93,143,126)
#538070
(83,128,112)
#497162
(73,113,98)
#3F6254
(63,98,84)
#355346
(53,83,70)
#2B4438
(43,68,56)
#21352A
(33,53,42)
#17261C
(23,38,28)
#0D170E
(13,23,14)
#000000
(0,0,0)

Tints of #71AD9A

#71AD9A
(113,173,154)
#7DB4A3
(125,180,163)
#89BBAC
(137,187,172)
#95C2B5
(149,194,181)
#A1C9BE
(161,201,190)
#ADD0C7
(173,208,199)
#B9D7D0
(185,215,208)
#C5DED9
(197,222,217)
#D1E5E2
(209,229,226)
#DDECEB
(221,236,235)
#E9F3F4
(233,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71AD9A; }

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

This text font color is #71AD9A.


Background Color

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

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

This div background color is #71AD9A.


Border color

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

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

This div border color is #71AD9A.


Opacity

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

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

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

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

This text has shadow with #71AD9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AD9A on black background.


Color preview on white background

This text has color #71AD9A on white background.



Black color preview on #71AD9A background

This text has black color on #71AD9A background.


White color preview on #71AD9A background

This text has white color on #71AD9A background.