COLOR #29D7A6

HEX: #29D7A6
RGB: (41,215,166)

Color info

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

RGB color model

#29D7A6 color RGB value is (41,215,166).

  • red value is 41;
  • green value is 215;
  • blue value is 166.
RGB:
(41,215,166)
(16%,84%,65%)

RGB channels and saturation

R 41 of 255 = 16%
G 215 of 255 = 84%
B 166 of 255 = 65%

41
215
166

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

Portions of RGB colors in percentages

R + G + B =
41 + 215 + 166 = 422 (100%)
R 41 of 422 ~ 9.72%
G 215 of 422 ~ 50.95%
B 166 of 422 ~ 39.34%

%9.72
%50.95
%39.34

CMYK color model

#29D7A6 color CMYK value is (81,0,23,16).

  • cyan value is 80.93%
  • magenta value is 0.00%
  • yellow value is 22.79%
  • key color value is 15.69%
CMYK:
(81,0,23,16)
C81M0Y23K16 
(81%,0%,23%,16%)
(0.81/0.00/0.23/0.16)	

CMYK percentages

%80.93
%0
%22.79
%15.69

Codes

Color #29D7A6 in popluar color models

29D7A6
RGB41215166
HSL163°68.50%50.20%
HSB/HSV163°80.93%84.31%
CMYK80.93%0.00%22.79%
15.69%

Color #29D7A6 in popluar number systems.

HEX29D7A6
Decimal41215166
Binary1010011101011110100110
Octal51327246

Shades and tints

Shades of #29D7A6

#29D7A6
(41,215,166)
#26C497
(38,196,151)
#23B188
(35,177,136)
#209E79
(32,158,121)
#1D8B6A
(29,139,106)
#1A785B
(26,120,91)
#17654C
(23,101,76)
#14523D
(20,82,61)
#113F2E
(17,63,46)
#0E2C1F
(14,44,31)
#0B1910
(11,25,16)
#000000
(0,0,0)

Tints of #29D7A6

#29D7A6
(41,215,166)
#3CDAAE
(60,218,174)
#4FDDB6
(79,221,182)
#62E0BE
(98,224,190)
#75E3C6
(117,227,198)
#88E6CE
(136,230,206)
#9BE9D6
(155,233,214)
#AEECDE
(174,236,222)
#C1EFE6
(193,239,230)
#D4F2EE
(212,242,238)
#E7F5F6
(231,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29D7A6 color. Also use rgb(41,215,166) instead hex code.

Text Font Color

.myTextColor { color: #29D7A6; }

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

This text font color is #29D7A6.


Background Color

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

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

This div background color is #29D7A6.


Border color

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

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

This div border color is #29D7A6.


Opacity

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

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

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

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

This text has shadow with #29D7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29D7A6 on black background.


Color preview on white background

This text has color #29D7A6 on white background.



Black color preview on #29D7A6 background

This text has black color on #29D7A6 background.


White color preview on #29D7A6 background

This text has white color on #29D7A6 background.