COLOR #47C0C1

HEX: #47C0C1
RGB: (71,192,193)

Color info

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

RGB color model

#47C0C1 color RGB value is (71,192,193).

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

RGB channels and saturation

R 71 of 255 = 28%
G 192 of 255 = 75%
B 193 of 255 = 76%

71
192
193

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

Portions of RGB colors in percentages

R + G + B =
71 + 192 + 193 = 456 (100%)
R 71 of 456 ~ 15.57%
G 192 of 456 ~ 42.11%
B 193 of 456 ~ 42.32%

%15.57
%42.11
%42.32

CMYK color model

#47C0C1 color CMYK value is (63,1,0,24).

  • cyan value is 63.21%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(63,1,0,24)
C63M1Y0K24 
(63%,1%,0%,24%)
(0.63/0.01/0.00/0.24)	

CMYK percentages

%63.21
%0.52
%0
%24.31

Codes

Color #47C0C1 in popluar color models

47C0C1
RGB71192193
HSL180°49.59%51.76%
HSB/HSV180°63.21%75.69%
CMYK63.21%0.52%0.00%
24.31%

Color #47C0C1 in popluar number systems.

HEX47C0C1
Decimal71192193
Binary10001111100000011000001
Octal107300301

Shades and tints

Shades of #47C0C1

#47C0C1
(71,192,193)
#41AFB0
(65,175,176)
#3B9E9F
(59,158,159)
#358D8E
(53,141,142)
#2F7C7D
(47,124,125)
#296B6C
(41,107,108)
#235A5B
(35,90,91)
#1D494A
(29,73,74)
#173839
(23,56,57)
#112728
(17,39,40)
#0B1617
(11,22,23)
#000000
(0,0,0)

Tints of #47C0C1

#47C0C1
(71,192,193)
#57C5C6
(87,197,198)
#67CACB
(103,202,203)
#77CFD0
(119,207,208)
#87D4D5
(135,212,213)
#97D9DA
(151,217,218)
#A7DEDF
(167,222,223)
#B7E3E4
(183,227,228)
#C7E8E9
(199,232,233)
#D7EDEE
(215,237,238)
#E7F2F3
(231,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #47C0C1; }

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

This text font color is #47C0C1.


Background Color

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

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

This div background color is #47C0C1.


Border color

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

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

This div border color is #47C0C1.


Opacity

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

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

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

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

This text has shadow with #47C0C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47C0C1 on black background.


Color preview on white background

This text has color #47C0C1 on white background.



Black color preview on #47C0C1 background

This text has black color on #47C0C1 background.


White color preview on #47C0C1 background

This text has white color on #47C0C1 background.