COLOR #00A8A8

HEX: #00A8A8
RGB: (0,168,168)

Color info

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

RGB color model

#00A8A8 color RGB value is (0,168,168).

  • red value is 0;
  • green value is 168;
  • blue value is 168.
RGB:
(0,168,168)
(0%,66%,66%)

RGB channels and saturation

R 0 of 255 = 0%
G 168 of 255 = 66%
B 168 of 255 = 66%

0
168
168

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

Portions of RGB colors in percentages

R + G + B =
0 + 168 + 168 = 336 (100%)
R 0 of 336 ~ 0%
G 168 of 336 ~ 50%
B 168 of 336 ~ 50%

%50
%50

CMYK color model

#00A8A8 color CMYK value is (100,0,0,34).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(100,0,0,34)
C100M0Y0K34 
(100%,0%,0%,34%)
(1.00/0.00/0.00/0.34)	

CMYK percentages

%100
%0
%0
%34.12

Codes

Color #00A8A8 in popluar color models

00A8A8
RGB0168168
HSL180°100.00%32.94%
HSB/HSV180°100.00%65.88%
CMYK100.00%0.00%0.00%
34.12%

Color #00A8A8 in popluar number systems.

HEX00A8A8
Decimal0168168
Binary01010100010101000
Octal0250250

Shades and tints

Shades of #00A8A8

#00A8A8
(0,168,168)
#009999
(0,153,153)
#008A8A
(0,138,138)
#007B7B
(0,123,123)
#006C6C
(0,108,108)
#005D5D
(0,93,93)
#004E4E
(0,78,78)
#003F3F
(0,63,63)
#003030
(0,48,48)
#002121
(0,33,33)
#001212
(0,18,18)
#000000
(0,0,0)

Tints of #00A8A8

#00A8A8
(0,168,168)
#17AFAF
(23,175,175)
#2EB6B6
(46,182,182)
#45BDBD
(69,189,189)
#5CC4C4
(92,196,196)
#73CBCB
(115,203,203)
#8AD2D2
(138,210,210)
#A1D9D9
(161,217,217)
#B8E0E0
(184,224,224)
#CFE7E7
(207,231,231)
#E6EEEE
(230,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00A8A8; }

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

This text font color is #00A8A8.


Background Color

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

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

This div background color is #00A8A8.


Border color

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

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

This div border color is #00A8A8.


Opacity

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

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

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

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

This text has shadow with #00A8A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A8A8 on black background.


Color preview on white background

This text has color #00A8A8 on white background.



Black color preview on #00A8A8 background

This text has black color on #00A8A8 background.


White color preview on #00A8A8 background

This text has white color on #00A8A8 background.