COLOR #29A69E

HEX: #29A69E
RGB: (41,166,158)

Color info

#29A69E contains mainly green and blue colors. Web safe color of #29A69E is #339999 (or #399).

RGB color model

#29A69E color RGB value is (41,166,158).

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

RGB channels and saturation

R 41 of 255 = 16%
G 166 of 255 = 65%
B 158 of 255 = 62%

41
166
158

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

Portions of RGB colors in percentages

R + G + B =
41 + 166 + 158 = 365 (100%)
R 41 of 365 ~ 11.23%
G 166 of 365 ~ 45.48%
B 158 of 365 ~ 43.29%

%11.23
%45.48
%43.29

CMYK color model

#29A69E color CMYK value is (75,0,5,35).

  • cyan value is 75.30%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 34.90%
CMYK:
(75,0,5,35)
C75M0Y5K35 
(75%,0%,5%,35%)
(0.75/0.00/0.05/0.35)	

CMYK percentages

%75.3
%0
%4.82
%34.9

Codes

Color #29A69E in popluar color models

29A69E
RGB41166158
HSL176°60.39%40.59%
HSB/HSV176°75.30%65.10%
CMYK75.30%0.00%4.82%
34.90%

Color #29A69E in popluar number systems.

HEX29A69E
Decimal41166158
Binary1010011010011010011110
Octal51246236

Shades and tints

Shades of #29A69E

#29A69E
(41,166,158)
#269790
(38,151,144)
#238882
(35,136,130)
#207974
(32,121,116)
#1D6A66
(29,106,102)
#1A5B58
(26,91,88)
#174C4A
(23,76,74)
#143D3C
(20,61,60)
#112E2E
(17,46,46)
#0E1F20
(14,31,32)
#0B1012
(11,16,18)
#000000
(0,0,0)

Tints of #29A69E

#29A69E
(41,166,158)
#3CAEA6
(60,174,166)
#4FB6AE
(79,182,174)
#62BEB6
(98,190,182)
#75C6BE
(117,198,190)
#88CEC6
(136,206,198)
#9BD6CE
(155,214,206)
#AEDED6
(174,222,214)
#C1E6DE
(193,230,222)
#D4EEE6
(212,238,230)
#E7F6EE
(231,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #29A69E; }

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

This text font color is #29A69E.


Background Color

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

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

This div background color is #29A69E.


Border color

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

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

This div border color is #29A69E.


Opacity

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

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

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

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

This text has shadow with #29A69E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29A69E on black background.


Color preview on white background

This text has color #29A69E on white background.



Black color preview on #29A69E background

This text has black color on #29A69E background.


White color preview on #29A69E background

This text has white color on #29A69E background.