COLOR #71AEA0

HEX: #71AEA0 RGB: (113,174,160)

Color info

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

RGB color model

#71AEA0 color RGB value is (113,174,160).

RGB: (113,174,160) (44%, 68%, 63%)

RGB channels and saturation

R 113 of 255 = 44%
G 174 of 255 = 68%
B 160 of 255 = 63%

113
174
160

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

Portions of RGB colors in percentages

R + G + B = 113 + 174 + 160 = 447 (100%)
R 113 of 447 ~ 25.28%
G 174 of 447 ~ 38.93%
B 160 of 447 ~ 35.79'%

%25.28
%38.93
%35.79

CMYK color model

#71AEA0 color CMYK value is (35,0,8,32).

  • cyan value is 35.06%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 31.76%
CMYK: (35,0,8,32) C35M0Y8K32 (35%,0%,8%,32%) (0.35/0.00/0.08/0.32) 

CMYK percentages

%35.06
%0
%8.05
%31.76

Codes

Color #71AEA0 in popluar color models

71 AE A0
RGB 113 174 160
HSL 166° 27.35% 56.27%
HSB/HSV 166° 35.06% 68.24%
CMYK 35.06% 0.00% 8.05%
31.76%

Color #71AEA0 in popluar number systems.

HEX 71 AE A0
Decimal 113 174 160
Binary 1110001 10101110 10100000
Octal 161 256 240

Shades and tints

Shades of #71AEA0

#71AEA0
(113,174,160)
#679F92
(103,159,146)
#5D9084
(93,144,132)
#538176
(83,129,118)
#497268
(73,114,104)
#3F635A
(63,99,90)
#35544C
(53,84,76)
#2B453E
(43,69,62)
#213630
(33,54,48)
#172722
(23,39,34)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #71AEA0

#71AEA0
(113,174,160)
#7DB5A8
(125,181,168)
#89BCB0
(137,188,176)
#95C3B8
(149,195,184)
#A1CAC0
(161,202,192)
#ADD1C8
(173,209,200)
#B9D8D0
(185,216,208)
#C5DFD8
(197,223,216)
#D1E6E0
(209,230,224)
#DDEDE8
(221,237,232)
#E9F4F0
(233,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AEA0 color. Also use rgb(113,174,160) instead hex code.

Text Font Color

.myTextColor { color: #71AEA0; }

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

This text font color is #71AEA0.

Background Color

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

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

This div background color is #71AEA0.

Border color

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

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

This div border color is #71AEA0.

Opacity

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

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

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

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

This text has shadow with #71AEA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71AEA0.

Preview

Color preview on black background

This text has color #71AEA0 on black background.


Color preview on white background

This text has color #71AEA0 on white background.


Black color preview on #71AEA0 background

This text has black color on #71AEA0 background.


White color preview on #71AEA0 background

This text has white color on #71AEA0 background.


Related colors

Complementary color

Complementary color for #hex is #8E515F.


I love getcolorcode.com

Triadic colors

1 #A071AE and #AEA071 with #71AEA0 are triadic colors.

2 #A0AE71 and #AE71A0 with #71AEA0 are triadic colors.