COLOR #00AAAB

HEX: #00AAAB
RGB: (0,170,171)

Color info

#00AAAB contains only green and blue colors. Web safe color of #00AAAB is #009999 (or #099).

RGB color model

#00AAAB color RGB value is (0,170,171).

  • red value is 0;
  • green value is 170;
  • blue value is 171.
RGB:
(0,170,171)
(0%,67%,67%)

RGB channels and saturation

R 0 of 255 = 0%
G 170 of 255 = 67%
B 171 of 255 = 67%

0
170
171

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

Portions of RGB colors in percentages

R + G + B =
0 + 170 + 171 = 341 (100%)
R 0 of 341 ~ 0%
G 170 of 341 ~ 49.85%
B 171 of 341 ~ 50.15%

%49.85
%50.15

CMYK color model

#00AAAB color CMYK value is (100,1,0,33).

  • cyan value is 100.00%
  • magenta value is 0.58%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(100,1,0,33)
C100M1Y0K33 
(100%,1%,0%,33%)
(1.00/0.01/0.00/0.33)	

CMYK percentages

%100
%0.58
%0
%32.94

Codes

Color #00AAAB in popluar color models

00AAAB
RGB0170171
HSL180°100.00%33.53%
HSB/HSV180°100.00%67.06%
CMYK100.00%0.58%0.00%
32.94%

Color #00AAAB in popluar number systems.

HEX00AAAB
Decimal0170171
Binary01010101010101011
Octal0252253

Shades and tints

Shades of #00AAAB

#00AAAB
(0,170,171)
#009B9C
(0,155,156)
#008C8D
(0,140,141)
#007D7E
(0,125,126)
#006E6F
(0,110,111)
#005F60
(0,95,96)
#005051
(0,80,81)
#004142
(0,65,66)
#003233
(0,50,51)
#002324
(0,35,36)
#001415
(0,20,21)
#000000
(0,0,0)

Tints of #00AAAB

#00AAAB
(0,170,171)
#17B1B2
(23,177,178)
#2EB8B9
(46,184,185)
#45BFC0
(69,191,192)
#5CC6C7
(92,198,199)
#73CDCE
(115,205,206)
#8AD4D5
(138,212,213)
#A1DBDC
(161,219,220)
#B8E2E3
(184,226,227)
#CFE9EA
(207,233,234)
#E6F0F1
(230,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00AAAB color. Also use rgb(0,170,171) instead hex code.

Text Font Color

.myTextColor { color: #00AAAB; }

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

This text font color is #00AAAB.


Background Color

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

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

This div background color is #00AAAB.


Border color

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

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

This div border color is #00AAAB.


Opacity

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

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

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

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

This text has shadow with #00AAAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00AAAB on black background.


Color preview on white background

This text has color #00AAAB on white background.



Black color preview on #00AAAB background

This text has black color on #00AAAB background.


White color preview on #00AAAB background

This text has white color on #00AAAB background.