COLOR #47C0BA

HEX: #47C0BA
RGB: (71,192,186)

Color info

#47C0BA contains mainly green and blue colors. Web safe color of #47C0BA is #33CCCC (or #3CC).

RGB color model

#47C0BA color RGB value is (71,192,186).

  • red value is 71;
  • green value is 192;
  • blue value is 186.
RGB:
(71,192,186)
(28%,75%,73%)

RGB channels and saturation

R 71 of 255 = 28%
G 192 of 255 = 75%
B 186 of 255 = 73%

71
192
186

R + G + B ~ 59%. #47C0BA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
71 + 192 + 186 = 449 (100%)
R 71 of 449 ~ 15.81%
G 192 of 449 ~ 42.76%
B 186 of 449 ~ 41.43%

%15.81
%42.76
%41.43

CMYK color model

#47C0BA color CMYK value is (63,0,3,25).

  • cyan value is 63.02%
  • magenta value is 0.00%
  • yellow value is 3.13%
  • key color value is 24.71%
CMYK:
(63,0,3,25)
C63M0Y3K25 
(63%,0%,3%,25%)
(0.63/0.00/0.03/0.25)	

CMYK percentages

%63.02
%0
%3.13
%24.71

Codes

Color #47C0BA in popluar color models

47C0BA
RGB71192186
HSL177°48.99%51.57%
HSB/HSV177°63.02%75.29%
CMYK63.02%0.00%3.13%
24.71%

Color #47C0BA in popluar number systems.

HEX47C0BA
Decimal71192186
Binary10001111100000010111010
Octal107300272

Shades and tints

Shades of #47C0BA

#47C0BA
(71,192,186)
#41AFAA
(65,175,170)
#3B9E9A
(59,158,154)
#358D8A
(53,141,138)
#2F7C7A
(47,124,122)
#296B6A
(41,107,106)
#235A5A
(35,90,90)
#1D494A
(29,73,74)
#17383A
(23,56,58)
#11272A
(17,39,42)
#0B161A
(11,22,26)
#000000
(0,0,0)

Tints of #47C0BA

#47C0BA
(71,192,186)
#57C5C0
(87,197,192)
#67CAC6
(103,202,198)
#77CFCC
(119,207,204)
#87D4D2
(135,212,210)
#97D9D8
(151,217,216)
#A7DEDE
(167,222,222)
#B7E3E4
(183,227,228)
#C7E8EA
(199,232,234)
#D7EDF0
(215,237,240)
#E7F2F6
(231,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47C0BA color. Also use rgb(71,192,186) instead hex code.

Text Font Color

.myTextColor { color: #47C0BA; }

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

This text font color is #47C0BA.


Background Color

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

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

This div background color is #47C0BA.


Border color

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

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

This div border color is #47C0BA.


Opacity

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

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

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

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

This text has shadow with #47C0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47C0BA on black background.


Color preview on white background

This text has color #47C0BA on white background.



Black color preview on #47C0BA background

This text has black color on #47C0BA background.


White color preview on #47C0BA background

This text has white color on #47C0BA background.