COLOR #71C5C1

HEX: #71C5C1
RGB: (113,197,193)

Color info

#71C5C1 contains mainly green and blue colors. Web safe color of #71C5C1 is #66CCCC (or #6CC).

RGB color model

#71C5C1 color RGB value is (113,197,193).

  • red value is 113;
  • green value is 197;
  • blue value is 193.
RGB:
(113,197,193)
(44%,77%,76%)

RGB channels and saturation

R 113 of 255 = 44%
G 197 of 255 = 77%
B 193 of 255 = 76%

113
197
193

R + G + B ~ 66%. #71C5C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 197 + 193 = 503 (100%)
R 113 of 503 ~ 22.47%
G 197 of 503 ~ 39.17%
B 193 of 503 ~ 38.37%

%22.47
%39.17
%38.37

CMYK color model

#71C5C1 color CMYK value is (43,0,2,23).

  • cyan value is 42.64%
  • magenta value is 0.00%
  • yellow value is 2.03%
  • key color value is 22.75%
CMYK:
(43,0,2,23)
C43M0Y2K23 
(43%,0%,2%,23%)
(0.43/0.00/0.02/0.23)	

CMYK percentages

%42.64
%0
%2.03
%22.75

Codes

Color #71C5C1 in popluar color models

71C5C1
RGB113197193
HSL177°42.00%60.78%
HSB/HSV177°42.64%77.25%
CMYK42.64%0.00%2.03%
22.75%

Color #71C5C1 in popluar number systems.

HEX71C5C1
Decimal113197193
Binary11100011100010111000001
Octal161305301

Shades and tints

Shades of #71C5C1

#71C5C1
(113,197,193)
#67B4B0
(103,180,176)
#5DA39F
(93,163,159)
#53928E
(83,146,142)
#49817D
(73,129,125)
#3F706C
(63,112,108)
#355F5B
(53,95,91)
#2B4E4A
(43,78,74)
#213D39
(33,61,57)
#172C28
(23,44,40)
#0D1B17
(13,27,23)
#000000
(0,0,0)

Tints of #71C5C1

#71C5C1
(113,197,193)
#7DCAC6
(125,202,198)
#89CFCB
(137,207,203)
#95D4D0
(149,212,208)
#A1D9D5
(161,217,213)
#ADDEDA
(173,222,218)
#B9E3DF
(185,227,223)
#C5E8E4
(197,232,228)
#D1EDE9
(209,237,233)
#DDF2EE
(221,242,238)
#E9F7F3
(233,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C5C1 color. Also use rgb(113,197,193) instead hex code.

Text Font Color

.myTextColor { color: #71C5C1; }

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

This text font color is #71C5C1.


Background Color

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

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

This div background color is #71C5C1.


Border color

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

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

This div border color is #71C5C1.


Opacity

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

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

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

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

This text has shadow with #71C5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C5C1 on black background.


Color preview on white background

This text has color #71C5C1 on white background.



Black color preview on #71C5C1 background

This text has black color on #71C5C1 background.


White color preview on #71C5C1 background

This text has white color on #71C5C1 background.