COLOR #71F2AC

HEX: #71F2AC
RGB: (113,242,172)

Color info

#71F2AC contains mainly green color. Web safe color of #71F2AC is #66FF99 (or #6F9).

RGB color model

#71F2AC color RGB value is (113,242,172).

  • red value is 113;
  • green value is 242;
  • blue value is 172.
RGB:
(113,242,172)
(44%,95%,67%)

RGB channels and saturation

R 113 of 255 = 44%
G 242 of 255 = 95%
B 172 of 255 = 67%

113
242
172

R + G + B ~ 69%. #71F2AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 242 + 172 = 527 (100%)
R 113 of 527 ~ 21.44%
G 242 of 527 ~ 45.92%
B 172 of 527 ~ 32.64%

%21.44
%45.92
%32.64

CMYK color model

#71F2AC color CMYK value is (53,0,29,5).

  • cyan value is 53.31%
  • magenta value is 0.00%
  • yellow value is 28.93%
  • key color value is 5.10%
CMYK:
(53,0,29,5)
C53M0Y29K5 
(53%,0%,29%,5%)
(0.53/0.00/0.29/0.05)	

CMYK percentages

%53.31
%0
%28.93
%5.1

Codes

Color #71F2AC in popluar color models

71F2AC
RGB113242172
HSL147°83.23%69.61%
HSB/HSV147°53.31%94.90%
CMYK53.31%0.00%28.93%
5.10%

Color #71F2AC in popluar number systems.

HEX71F2AC
Decimal113242172
Binary11100011111001010101100
Octal161362254

Shades and tints

Shades of #71F2AC

#71F2AC
(113,242,172)
#67DC9D
(103,220,157)
#5DC68E
(93,198,142)
#53B07F
(83,176,127)
#499A70
(73,154,112)
#3F8461
(63,132,97)
#356E52
(53,110,82)
#2B5843
(43,88,67)
#214234
(33,66,52)
#172C25
(23,44,37)
#0D1616
(13,22,22)
#000000
(0,0,0)

Tints of #71F2AC

#71F2AC
(113,242,172)
#7DF3B3
(125,243,179)
#89F4BA
(137,244,186)
#95F5C1
(149,245,193)
#A1F6C8
(161,246,200)
#ADF7CF
(173,247,207)
#B9F8D6
(185,248,214)
#C5F9DD
(197,249,221)
#D1FAE4
(209,250,228)
#DDFBEB
(221,251,235)
#E9FCF2
(233,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71F2AC color. Also use rgb(113,242,172) instead hex code.

Text Font Color

.myTextColor { color: #71F2AC; }

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

This text font color is #71F2AC.


Background Color

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

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

This div background color is #71F2AC.


Border color

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

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

This div border color is #71F2AC.


Opacity

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

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

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

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

This text has shadow with #71F2AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71F2AC on black background.


Color preview on white background

This text has color #71F2AC on white background.



Black color preview on #71F2AC background

This text has black color on #71F2AC background.


White color preview on #71F2AC background

This text has white color on #71F2AC background.