COLOR #71BAAF

HEX: #71BAAF
RGB: (113,186,175)

Color info

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

RGB color model

#71BAAF color RGB value is (113,186,175).

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

RGB channels and saturation

R 113 of 255 = 44%
G 186 of 255 = 73%
B 175 of 255 = 69%

113
186
175

R + G + B ~ 62%. #71BAAF is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 186 + 175 = 474 (100%)
R 113 of 474 ~ 23.84%
G 186 of 474 ~ 39.24%
B 175 of 474 ~ 36.92%

%23.84
%39.24
%36.92

CMYK color model

#71BAAF color CMYK value is (39,0,6,27).

  • cyan value is 39.25%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 27.06%
CMYK:
(39,0,6,27)
C39M0Y6K27 
(39%,0%,6%,27%)
(0.39/0.00/0.06/0.27)	

CMYK percentages

%39.25
%0
%5.91
%27.06

Codes

Color #71BAAF in popluar color models

71BAAF
RGB113186175
HSL171°34.60%58.63%
HSB/HSV171°39.25%72.94%
CMYK39.25%0.00%5.91%
27.06%

Color #71BAAF in popluar number systems.

HEX71BAAF
Decimal113186175
Binary11100011011101010101111
Octal161272257

Shades and tints

Shades of #71BAAF

#71BAAF
(113,186,175)
#67AAA0
(103,170,160)
#5D9A91
(93,154,145)
#538A82
(83,138,130)
#497A73
(73,122,115)
#3F6A64
(63,106,100)
#355A55
(53,90,85)
#2B4A46
(43,74,70)
#213A37
(33,58,55)
#172A28
(23,42,40)
#0D1A19
(13,26,25)
#000000
(0,0,0)

Tints of #71BAAF

#71BAAF
(113,186,175)
#7DC0B6
(125,192,182)
#89C6BD
(137,198,189)
#95CCC4
(149,204,196)
#A1D2CB
(161,210,203)
#ADD8D2
(173,216,210)
#B9DED9
(185,222,217)
#C5E4E0
(197,228,224)
#D1EAE7
(209,234,231)
#DDF0EE
(221,240,238)
#E9F6F5
(233,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71BAAF; }

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

This text font color is #71BAAF.


Background Color

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

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

This div background color is #71BAAF.


Border color

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

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

This div border color is #71BAAF.


Opacity

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

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

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

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

This text has shadow with #71BAAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BAAF on black background.


Color preview on white background

This text has color #71BAAF on white background.



Black color preview on #71BAAF background

This text has black color on #71BAAF background.


White color preview on #71BAAF background

This text has white color on #71BAAF background.