COLOR #71FED2

HEX: #71FED2
RGB: (113,254,210)

Color info

#71FED2 contains mainly green and blue colors. Web safe color of #71FED2 is #66FFCC (or #6FC).

RGB color model

#71FED2 color RGB value is (113,254,210).

  • red value is 113;
  • green value is 254;
  • blue value is 210.
RGB:
(113,254,210)
(44%,100%,82%)

RGB channels and saturation

R 113 of 255 = 44%
G 254 of 255 = 100%
B 210 of 255 = 82%

113
254
210

R + G + B ~ 75%. #71FED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 254 + 210 = 577 (100%)
R 113 of 577 ~ 19.58%
G 254 of 577 ~ 44.02%
B 210 of 577 ~ 36.4%

%19.58
%44.02
%36.4

CMYK color model

#71FED2 color CMYK value is (56,0,17,0).

  • cyan value is 55.51%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 0.39%
CMYK:
(56,0,17,0)
C56M0Y17K0 
(56%,0%,17%,0%)
(0.56/0.00/0.17/0.00)	

CMYK percentages

%55.51
%0
%17.32
%0.39

Codes

Color #71FED2 in popluar color models

71FED2
RGB113254210
HSL161°98.60%71.96%
HSB/HSV161°55.51%99.61%
CMYK55.51%0.00%17.32%
0.39%

Color #71FED2 in popluar number systems.

HEX71FED2
Decimal113254210
Binary11100011111111011010010
Octal161376322

Shades and tints

Shades of #71FED2

#71FED2
(113,254,210)
#67E7BF
(103,231,191)
#5DD0AC
(93,208,172)
#53B999
(83,185,153)
#49A286
(73,162,134)
#3F8B73
(63,139,115)
#357460
(53,116,96)
#2B5D4D
(43,93,77)
#21463A
(33,70,58)
#172F27
(23,47,39)
#0D1814
(13,24,20)
#000000
(0,0,0)

Tints of #71FED2

#71FED2
(113,254,210)
#7DFED6
(125,254,214)
#89FEDA
(137,254,218)
#95FEDE
(149,254,222)
#A1FEE2
(161,254,226)
#ADFEE6
(173,254,230)
#B9FEEA
(185,254,234)
#C5FEEE
(197,254,238)
#D1FEF2
(209,254,242)
#DDFEF6
(221,254,246)
#E9FEFA
(233,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71FED2 color. Also use rgb(113,254,210) instead hex code.

Text Font Color

.myTextColor { color: #71FED2; }

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

This text font color is #71FED2.


Background Color

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

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

This div background color is #71FED2.


Border color

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

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

This div border color is #71FED2.


Opacity

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

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

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

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

This text has shadow with #71FED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71FED2 on black background.


Color preview on white background

This text has color #71FED2 on white background.



Black color preview on #71FED2 background

This text has black color on #71FED2 background.


White color preview on #71FED2 background

This text has white color on #71FED2 background.