COLOR #00A08D

HEX: #00A08D
RGB: (0,160,141)

Color info

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

RGB color model

#00A08D color RGB value is (0,160,141).

  • red value is 0;
  • green value is 160;
  • blue value is 141.
RGB:
(0,160,141)
(0%,63%,55%)

RGB channels and saturation

R 0 of 255 = 0%
G 160 of 255 = 63%
B 141 of 255 = 55%

0
160
141

R + G + B ~ 39%. #00A08D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 160 + 141 = 301 (100%)
R 0 of 301 ~ 0%
G 160 of 301 ~ 53.16%
B 141 of 301 ~ 46.84%

%53.16
%46.84

CMYK color model

#00A08D color CMYK value is (100,0,12,37).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 11.88%
  • key color value is 37.25%
CMYK:
(100,0,12,37)
C100M0Y12K37 
(100%,0%,12%,37%)
(1.00/0.00/0.12/0.37)	

CMYK percentages

%100
%0
%11.88
%37.25

Codes

Color #00A08D in popluar color models

00A08D
RGB0160141
HSL173°100.00%31.37%
HSB/HSV173°100.00%62.75%
CMYK100.00%0.00%11.88%
37.25%

Color #00A08D in popluar number systems.

HEX00A08D
Decimal0160141
Binary01010000010001101
Octal0240215

Shades and tints

Shades of #00A08D

#00A08D
(0,160,141)
#009281
(0,146,129)
#008475
(0,132,117)
#007669
(0,118,105)
#00685D
(0,104,93)
#005A51
(0,90,81)
#004C45
(0,76,69)
#003E39
(0,62,57)
#00302D
(0,48,45)
#002221
(0,34,33)
#001415
(0,20,21)
#000000
(0,0,0)

Tints of #00A08D

#00A08D
(0,160,141)
#17A897
(23,168,151)
#2EB0A1
(46,176,161)
#45B8AB
(69,184,171)
#5CC0B5
(92,192,181)
#73C8BF
(115,200,191)
#8AD0C9
(138,208,201)
#A1D8D3
(161,216,211)
#B8E0DD
(184,224,221)
#CFE8E7
(207,232,231)
#E6F0F1
(230,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00A08D; }

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

This text font color is #00A08D.


Background Color

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

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

This div background color is #00A08D.


Border color

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

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

This div border color is #00A08D.


Opacity

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

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

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

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

This text has shadow with #00A08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A08D on black background.


Color preview on white background

This text has color #00A08D on white background.



Black color preview on #00A08D background

This text has black color on #00A08D background.


White color preview on #00A08D background

This text has white color on #00A08D background.