COLOR #47EFAA

HEX: #47EFAA
RGB: (71,239,170)

Color info

#47EFAA contains mainly green color. Web safe color of #47EFAA is #33FF99 (or #3F9).

RGB color model

#47EFAA color RGB value is (71,239,170).

  • red value is 71;
  • green value is 239;
  • blue value is 170.
RGB:
(71,239,170)
(28%,94%,67%)

RGB channels and saturation

R 71 of 255 = 28%
G 239 of 255 = 94%
B 170 of 255 = 67%

71
239
170

R + G + B ~ 63%. #47EFAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
71 + 239 + 170 = 480 (100%)
R 71 of 480 ~ 14.79%
G 239 of 480 ~ 49.79%
B 170 of 480 ~ 35.42%

%14.79
%49.79
%35.42

CMYK color model

#47EFAA color CMYK value is (70,0,29,6).

  • cyan value is 70.29%
  • magenta value is 0.00%
  • yellow value is 28.87%
  • key color value is 6.27%
CMYK:
(70,0,29,6)
C70M0Y29K6 
(70%,0%,29%,6%)
(0.70/0.00/0.29/0.06)	

CMYK percentages

%70.29
%0
%28.87
%6.27

Codes

Color #47EFAA in popluar color models

47EFAA
RGB71239170
HSL155°84.00%60.78%
HSB/HSV155°70.29%93.73%
CMYK70.29%0.00%28.87%
6.27%

Color #47EFAA in popluar number systems.

HEX47EFAA
Decimal71239170
Binary10001111110111110101010
Octal107357252

Shades and tints

Shades of #47EFAA

#47EFAA
(71,239,170)
#41DA9B
(65,218,155)
#3BC58C
(59,197,140)
#35B07D
(53,176,125)
#2F9B6E
(47,155,110)
#29865F
(41,134,95)
#237150
(35,113,80)
#1D5C41
(29,92,65)
#174732
(23,71,50)
#113223
(17,50,35)
#0B1D14
(11,29,20)
#000000
(0,0,0)

Tints of #47EFAA

#47EFAA
(71,239,170)
#57F0B1
(87,240,177)
#67F1B8
(103,241,184)
#77F2BF
(119,242,191)
#87F3C6
(135,243,198)
#97F4CD
(151,244,205)
#A7F5D4
(167,245,212)
#B7F6DB
(183,246,219)
#C7F7E2
(199,247,226)
#D7F8E9
(215,248,233)
#E7F9F0
(231,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47EFAA color. Also use rgb(71,239,170) instead hex code.

Text Font Color

.myTextColor { color: #47EFAA; }

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

This text font color is #47EFAA.


Background Color

.myBgColor { background-color: #47EFAA; }

<div style="background-color:#47EFAA">Inner text</div>

This div background color is #47EFAA.


Border color

.myBorderColor { border: 1px solid #47EFAA; }

<div style="border:3px solid #47EFAA">Div</div>

This div border color is #47EFAA.


Opacity

.myOpacity80 { color: #47EFAA; opacity: 0.8; }

<p style="color:#47EFAA;opacity:0.8;">80%</p>

Text with #47EFAA 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 #47EFAA;}

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

This text has shadow with #47EFAA color.

.textShadow {text-shadow: 3px 3px 1px #47EFAA, 3px 3px 1px red;}

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

This text has shadow with #47EFAA primary color and red secondary color.


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

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

This text has shadow with #47EFAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47EFAA on black background.


Color preview on white background

This text has color #47EFAA on white background.



Black color preview on #47EFAA background

This text has black color on #47EFAA background.


White color preview on #47EFAA background

This text has white color on #47EFAA background.