COLOR #29C1DD

HEX: #29C1DD
RGB: (41,193,221)

Color info

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

RGB color model

#29C1DD color RGB value is (41,193,221).

  • red value is 41;
  • green value is 193;
  • blue value is 221.
RGB:
(41,193,221)
(16%,76%,87%)

RGB channels and saturation

R 41 of 255 = 16%
G 193 of 255 = 76%
B 221 of 255 = 87%

41
193
221

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

Portions of RGB colors in percentages

R + G + B =
41 + 193 + 221 = 455 (100%)
R 41 of 455 ~ 9.01%
G 193 of 455 ~ 42.42%
B 221 of 455 ~ 48.57%

%42.42
%48.57

CMYK color model

#29C1DD color CMYK value is (81,13,0,13).

  • cyan value is 81.45%
  • magenta value is 12.67%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(81,13,0,13)
C81M13Y0K13 
(81%,13%,0%,13%)
(0.81/0.13/0.00/0.13)	

CMYK percentages

%81.45
%12.67
%0
%13.33

Codes

Color #29C1DD in popluar color models

29C1DD
RGB41193221
HSL189°72.58%51.37%
HSB/HSV189°81.45%86.67%
CMYK81.45%12.67%0.00%
13.33%

Color #29C1DD in popluar number systems.

HEX29C1DD
Decimal41193221
Binary1010011100000111011101
Octal51301335

Shades and tints

Shades of #29C1DD

#29C1DD
(41,193,221)
#26B0C9
(38,176,201)
#239FB5
(35,159,181)
#208EA1
(32,142,161)
#1D7D8D
(29,125,141)
#1A6C79
(26,108,121)
#175B65
(23,91,101)
#144A51
(20,74,81)
#11393D
(17,57,61)
#0E2829
(14,40,41)
#0B1715
(11,23,21)
#000000
(0,0,0)

Tints of #29C1DD

#29C1DD
(41,193,221)
#3CC6E0
(60,198,224)
#4FCBE3
(79,203,227)
#62D0E6
(98,208,230)
#75D5E9
(117,213,233)
#88DAEC
(136,218,236)
#9BDFEF
(155,223,239)
#AEE4F2
(174,228,242)
#C1E9F5
(193,233,245)
#D4EEF8
(212,238,248)
#E7F3FB
(231,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29C1DD color. Also use rgb(41,193,221) instead hex code.

Text Font Color

.myTextColor { color: #29C1DD; }

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

This text font color is #29C1DD.


Background Color

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

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

This div background color is #29C1DD.


Border color

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

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

This div border color is #29C1DD.


Opacity

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

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

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

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

This text has shadow with #29C1DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29C1DD on black background.


Color preview on white background

This text has color #29C1DD on white background.



Black color preview on #29C1DD background

This text has black color on #29C1DD background.


White color preview on #29C1DD background

This text has white color on #29C1DD background.