COLOR #00ABA6

HEX: #00ABA6
RGB: (0,171,166)

Color info

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

RGB color model

#00ABA6 color RGB value is (0,171,166).

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

RGB channels and saturation

R 0 of 255 = 0%
G 171 of 255 = 67%
B 166 of 255 = 65%

0
171
166

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

Portions of RGB colors in percentages

R + G + B =
0 + 171 + 166 = 337 (100%)
R 0 of 337 ~ 0%
G 171 of 337 ~ 50.74%
B 166 of 337 ~ 49.26%

%50.74
%49.26

CMYK color model

#00ABA6 color CMYK value is (100,0,3,33).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 32.94%
CMYK:
(100,0,3,33)
C100M0Y3K33 
(100%,0%,3%,33%)
(1.00/0.00/0.03/0.33)	

CMYK percentages

%100
%0
%2.92
%32.94

Codes

Color #00ABA6 in popluar color models

00ABA6
RGB0171166
HSL178°100.00%33.53%
HSB/HSV178°100.00%67.06%
CMYK100.00%0.00%2.92%
32.94%

Color #00ABA6 in popluar number systems.

HEX00ABA6
Decimal0171166
Binary01010101110100110
Octal0253246

Shades and tints

Shades of #00ABA6

#00ABA6
(0,171,166)
#009C97
(0,156,151)
#008D88
(0,141,136)
#007E79
(0,126,121)
#006F6A
(0,111,106)
#00605B
(0,96,91)
#00514C
(0,81,76)
#00423D
(0,66,61)
#00332E
(0,51,46)
#00241F
(0,36,31)
#001510
(0,21,16)
#000000
(0,0,0)

Tints of #00ABA6

#00ABA6
(0,171,166)
#17B2AE
(23,178,174)
#2EB9B6
(46,185,182)
#45C0BE
(69,192,190)
#5CC7C6
(92,199,198)
#73CECE
(115,206,206)
#8AD5D6
(138,213,214)
#A1DCDE
(161,220,222)
#B8E3E6
(184,227,230)
#CFEAEE
(207,234,238)
#E6F1F6
(230,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00ABA6; }

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

This text font color is #00ABA6.


Background Color

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

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

This div background color is #00ABA6.


Border color

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

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

This div border color is #00ABA6.


Opacity

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

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

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

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

This text has shadow with #00ABA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00ABA6 on black background.


Color preview on white background

This text has color #00ABA6 on white background.



Black color preview on #00ABA6 background

This text has black color on #00ABA6 background.


White color preview on #00ABA6 background

This text has white color on #00ABA6 background.