COLOR #71C0B0

HEX: #71C0B0
RGB: (113,192,176)

Color info

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

RGB color model

#71C0B0 color RGB value is (113,192,176).

  • red value is 113;
  • green value is 192;
  • blue value is 176.
RGB:
(113,192,176)
(44%,75%,69%)

RGB channels and saturation

R 113 of 255 = 44%
G 192 of 255 = 75%
B 176 of 255 = 69%

113
192
176

R + G + B ~ 63%. #71C0B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 192 + 176 = 481 (100%)
R 113 of 481 ~ 23.49%
G 192 of 481 ~ 39.92%
B 176 of 481 ~ 36.59%

%23.49
%39.92
%36.59

CMYK color model

#71C0B0 color CMYK value is (41,0,8,25).

  • cyan value is 41.15%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 24.71%
CMYK:
(41,0,8,25)
C41M0Y8K25 
(41%,0%,8%,25%)
(0.41/0.00/0.08/0.25)	

CMYK percentages

%41.15
%0
%8.33
%24.71

Codes

Color #71C0B0 in popluar color models

71C0B0
RGB113192176
HSL168°38.54%59.80%
HSB/HSV168°41.15%75.29%
CMYK41.15%0.00%8.33%
24.71%

Color #71C0B0 in popluar number systems.

HEX71C0B0
Decimal113192176
Binary11100011100000010110000
Octal161300260

Shades and tints

Shades of #71C0B0

#71C0B0
(113,192,176)
#67AFA0
(103,175,160)
#5D9E90
(93,158,144)
#538D80
(83,141,128)
#497C70
(73,124,112)
#3F6B60
(63,107,96)
#355A50
(53,90,80)
#2B4940
(43,73,64)
#213830
(33,56,48)
#172720
(23,39,32)
#0D1610
(13,22,16)
#000000
(0,0,0)

Tints of #71C0B0

#71C0B0
(113,192,176)
#7DC5B7
(125,197,183)
#89CABE
(137,202,190)
#95CFC5
(149,207,197)
#A1D4CC
(161,212,204)
#ADD9D3
(173,217,211)
#B9DEDA
(185,222,218)
#C5E3E1
(197,227,225)
#D1E8E8
(209,232,232)
#DDEDEF
(221,237,239)
#E9F2F6
(233,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C0B0 color. Also use rgb(113,192,176) instead hex code.

Text Font Color

.myTextColor { color: #71C0B0; }

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

This text font color is #71C0B0.


Background Color

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

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

This div background color is #71C0B0.


Border color

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

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

This div border color is #71C0B0.


Opacity

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

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

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

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

This text has shadow with #71C0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C0B0 on black background.


Color preview on white background

This text has color #71C0B0 on white background.



Black color preview on #71C0B0 background

This text has black color on #71C0B0 background.


White color preview on #71C0B0 background

This text has white color on #71C0B0 background.