COLOR #29AB87

HEX: #29AB87
RGB: (41,171,135)

Color info

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

RGB color model

#29AB87 color RGB value is (41,171,135).

  • red value is 41;
  • green value is 171;
  • blue value is 135.
RGB:
(41,171,135)
(16%,67%,53%)

RGB channels and saturation

R 41 of 255 = 16%
G 171 of 255 = 67%
B 135 of 255 = 53%

41
171
135

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

Portions of RGB colors in percentages

R + G + B =
41 + 171 + 135 = 347 (100%)
R 41 of 347 ~ 11.82%
G 171 of 347 ~ 49.28%
B 135 of 347 ~ 38.9%

%11.82
%49.28
%38.9

CMYK color model

#29AB87 color CMYK value is (76,0,21,33).

  • cyan value is 76.02%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 32.94%
CMYK:
(76,0,21,33)
C76M0Y21K33 
(76%,0%,21%,33%)
(0.76/0.00/0.21/0.33)	

CMYK percentages

%76.02
%0
%21.05
%32.94

Codes

Color #29AB87 in popluar color models

29AB87
RGB41171135
HSL163°61.32%41.57%
HSB/HSV163°76.02%67.06%
CMYK76.02%0.00%21.05%
32.94%

Color #29AB87 in popluar number systems.

HEX29AB87
Decimal41171135
Binary1010011010101110000111
Octal51253207

Shades and tints

Shades of #29AB87

#29AB87
(41,171,135)
#269C7B
(38,156,123)
#238D6F
(35,141,111)
#207E63
(32,126,99)
#1D6F57
(29,111,87)
#1A604B
(26,96,75)
#17513F
(23,81,63)
#144233
(20,66,51)
#113327
(17,51,39)
#0E241B
(14,36,27)
#0B150F
(11,21,15)
#000000
(0,0,0)

Tints of #29AB87

#29AB87
(41,171,135)
#3CB291
(60,178,145)
#4FB99B
(79,185,155)
#62C0A5
(98,192,165)
#75C7AF
(117,199,175)
#88CEB9
(136,206,185)
#9BD5C3
(155,213,195)
#AEDCCD
(174,220,205)
#C1E3D7
(193,227,215)
#D4EAE1
(212,234,225)
#E7F1EB
(231,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29AB87 color. Also use rgb(41,171,135) instead hex code.

Text Font Color

.myTextColor { color: #29AB87; }

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

This text font color is #29AB87.


Background Color

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

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

This div background color is #29AB87.


Border color

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

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

This div border color is #29AB87.


Opacity

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

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

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

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

This text has shadow with #29AB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29AB87 on black background.


Color preview on white background

This text has color #29AB87 on white background.



Black color preview on #29AB87 background

This text has black color on #29AB87 background.


White color preview on #29AB87 background

This text has white color on #29AB87 background.