COLOR #00DAA1

HEX: #00DAA1
RGB: (0,218,161)

Color info

#00DAA1 contains only green and blue colors. Web safe color of #00DAA1 is #00CC99 (or #0C9).

RGB color model

#00DAA1 color RGB value is (0,218,161).

  • red value is 0;
  • green value is 218;
  • blue value is 161.
RGB:
(0,218,161)
(0%,85%,63%)

RGB channels and saturation

R 0 of 255 = 0%
G 218 of 255 = 85%
B 161 of 255 = 63%

0
218
161

R + G + B ~ 49%. #00DAA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 218 + 161 = 379 (100%)
R 0 of 379 ~ 0%
G 218 of 379 ~ 57.52%
B 161 of 379 ~ 42.48%

%57.52
%42.48

CMYK color model

#00DAA1 color CMYK value is (100,0,26,15).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 26.15%
  • key color value is 14.51%
CMYK:
(100,0,26,15)
C100M0Y26K15 
(100%,0%,26%,15%)
(1.00/0.00/0.26/0.15)	

CMYK percentages

%100
%0
%26.15
%14.51

Codes

Color #00DAA1 in popluar color models

00DAA1
RGB0218161
HSL164°100.00%42.75%
HSB/HSV164°100.00%85.49%
CMYK100.00%0.00%26.15%
14.51%

Color #00DAA1 in popluar number systems.

HEX00DAA1
Decimal0218161
Binary01101101010100001
Octal0332241

Shades and tints

Shades of #00DAA1

#00DAA1
(0,218,161)
#00C793
(0,199,147)
#00B485
(0,180,133)
#00A177
(0,161,119)
#008E69
(0,142,105)
#007B5B
(0,123,91)
#00684D
(0,104,77)
#00553F
(0,85,63)
#004231
(0,66,49)
#002F23
(0,47,35)
#001C15
(0,28,21)
#000000
(0,0,0)

Tints of #00DAA1

#00DAA1
(0,218,161)
#17DDA9
(23,221,169)
#2EE0B1
(46,224,177)
#45E3B9
(69,227,185)
#5CE6C1
(92,230,193)
#73E9C9
(115,233,201)
#8AECD1
(138,236,209)
#A1EFD9
(161,239,217)
#B8F2E1
(184,242,225)
#CFF5E9
(207,245,233)
#E6F8F1
(230,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00DAA1 color. Also use rgb(0,218,161) instead hex code.

Text Font Color

.myTextColor { color: #00DAA1; }

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

This text font color is #00DAA1.


Background Color

.myBgColor { background-color: #00DAA1; }

<div style="background-color:#00DAA1">Inner text</div>

This div background color is #00DAA1.


Border color

.myBorderColor { border: 1px solid #00DAA1; }

<div style="border:3px solid #00DAA1">Div</div>

This div border color is #00DAA1.


Opacity

.myOpacity80 { color: #00DAA1; opacity: 0.8; }

<p style="color:#00DAA1;opacity:0.8;">80%</p>

Text with #00DAA1 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 #00DAA1;}

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

This text has shadow with #00DAA1 color.

.textShadow {text-shadow: 3px 3px 1px #00DAA1, 3px 3px 1px red;}

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

This text has shadow with #00DAA1 primary color and red secondary color.


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

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

This text has shadow with #00DAA1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00DAA1 on black background.


Color preview on white background

This text has color #00DAA1 on white background.



Black color preview on #00DAA1 background

This text has black color on #00DAA1 background.


White color preview on #00DAA1 background

This text has white color on #00DAA1 background.