COLOR #71FACA

HEX: #71FACA
RGB: (113,250,202)

Color info

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

RGB color model

#71FACA color RGB value is (113,250,202).

  • red value is 113;
  • green value is 250;
  • blue value is 202.
RGB:
(113,250,202)
(44%,98%,79%)

RGB channels and saturation

R 113 of 255 = 44%
G 250 of 255 = 98%
B 202 of 255 = 79%

113
250
202

R + G + B ~ 74%. #71FACA is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 250 + 202 = 565 (100%)
R 113 of 565 ~ 20%
G 250 of 565 ~ 44.25%
B 202 of 565 ~ 35.75%

%20
%44.25
%35.75

CMYK color model

#71FACA color CMYK value is (55,0,19,2).

  • cyan value is 54.80%
  • magenta value is 0.00%
  • yellow value is 19.20%
  • key color value is 1.96%
CMYK:
(55,0,19,2)
C55M0Y19K2 
(55%,0%,19%,2%)
(0.55/0.00/0.19/0.02)	

CMYK percentages

%54.8
%0
%19.2
%1.96

Codes

Color #71FACA in popluar color models

71FACA
RGB113250202
HSL159°93.20%71.18%
HSB/HSV159°54.80%98.04%
CMYK54.80%0.00%19.20%
1.96%

Color #71FACA in popluar number systems.

HEX71FACA
Decimal113250202
Binary11100011111101011001010
Octal161372312

Shades and tints

Shades of #71FACA

#71FACA
(113,250,202)
#67E4B8
(103,228,184)
#5DCEA6
(93,206,166)
#53B894
(83,184,148)
#49A282
(73,162,130)
#3F8C70
(63,140,112)
#35765E
(53,118,94)
#2B604C
(43,96,76)
#214A3A
(33,74,58)
#173428
(23,52,40)
#0D1E16
(13,30,22)
#000000
(0,0,0)

Tints of #71FACA

#71FACA
(113,250,202)
#7DFACE
(125,250,206)
#89FAD2
(137,250,210)
#95FAD6
(149,250,214)
#A1FADA
(161,250,218)
#ADFADE
(173,250,222)
#B9FAE2
(185,250,226)
#C5FAE6
(197,250,230)
#D1FAEA
(209,250,234)
#DDFAEE
(221,250,238)
#E9FAF2
(233,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71FACA color. Also use rgb(113,250,202) instead hex code.

Text Font Color

.myTextColor { color: #71FACA; }

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

This text font color is #71FACA.


Background Color

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

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

This div background color is #71FACA.


Border color

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

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

This div border color is #71FACA.


Opacity

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

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

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

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

This text has shadow with #71FACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71FACA on black background.


Color preview on white background

This text has color #71FACA on white background.



Black color preview on #71FACA background

This text has black color on #71FACA background.


White color preview on #71FACA background

This text has white color on #71FACA background.