COLOR #29C6A3

HEX: #29C6A3
RGB: (41,198,163)

Color info

#29C6A3 contains mainly green and blue colors. Web safe color of #29C6A3 is #33CC99 (or #3C9).

RGB color model

#29C6A3 color RGB value is (41,198,163).

  • red value is 41;
  • green value is 198;
  • blue value is 163.
RGB:
(41,198,163)
(16%,78%,64%)

RGB channels and saturation

R 41 of 255 = 16%
G 198 of 255 = 78%
B 163 of 255 = 64%

41
198
163

R + G + B ~ 53%. #29C6A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 198 + 163 = 402 (100%)
R 41 of 402 ~ 10.2%
G 198 of 402 ~ 49.25%
B 163 of 402 ~ 40.55%

%10.2
%49.25
%40.55

CMYK color model

#29C6A3 color CMYK value is (79,0,18,22).

  • cyan value is 79.29%
  • magenta value is 0.00%
  • yellow value is 17.68%
  • key color value is 22.35%
CMYK:
(79,0,18,22)
C79M0Y18K22 
(79%,0%,18%,22%)
(0.79/0.00/0.18/0.22)	

CMYK percentages

%79.29
%0
%17.68
%22.35

Codes

Color #29C6A3 in popluar color models

29C6A3
RGB41198163
HSL167°65.69%46.86%
HSB/HSV167°79.29%77.65%
CMYK79.29%0.00%17.68%
22.35%

Color #29C6A3 in popluar number systems.

HEX29C6A3
Decimal41198163
Binary1010011100011010100011
Octal51306243

Shades and tints

Shades of #29C6A3

#29C6A3
(41,198,163)
#26B495
(38,180,149)
#23A287
(35,162,135)
#209079
(32,144,121)
#1D7E6B
(29,126,107)
#1A6C5D
(26,108,93)
#175A4F
(23,90,79)
#144841
(20,72,65)
#113633
(17,54,51)
#0E2425
(14,36,37)
#0B1217
(11,18,23)
#000000
(0,0,0)

Tints of #29C6A3

#29C6A3
(41,198,163)
#3CCBAB
(60,203,171)
#4FD0B3
(79,208,179)
#62D5BB
(98,213,187)
#75DAC3
(117,218,195)
#88DFCB
(136,223,203)
#9BE4D3
(155,228,211)
#AEE9DB
(174,233,219)
#C1EEE3
(193,238,227)
#D4F3EB
(212,243,235)
#E7F8F3
(231,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29C6A3 color. Also use rgb(41,198,163) instead hex code.

Text Font Color

.myTextColor { color: #29C6A3; }

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

This text font color is #29C6A3.


Background Color

.myBgColor { background-color: #29C6A3; }

<div style="background-color:#29C6A3">Inner text</div>

This div background color is #29C6A3.


Border color

.myBorderColor { border: 1px solid #29C6A3; }

<div style="border:3px solid #29C6A3">Div</div>

This div border color is #29C6A3.


Opacity

.myOpacity80 { color: #29C6A3; opacity: 0.8; }

<p style="color:#29C6A3;opacity:0.8;">80%</p>

Text with #29C6A3 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 #29C6A3;}

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

This text has shadow with #29C6A3 color.

.textShadow {text-shadow: 3px 3px 1px #29C6A3, 3px 3px 1px red;}

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

This text has shadow with #29C6A3 primary color and red secondary color.


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

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

This text has shadow with #29C6A3 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29C6A3 on black background.


Color preview on white background

This text has color #29C6A3 on white background.



Black color preview on #29C6A3 background

This text has black color on #29C6A3 background.


White color preview on #29C6A3 background

This text has white color on #29C6A3 background.