COLOR #0AAD9C

HEX: #0AAD9C
RGB: (10,173,156)

Color info

#0AAD9C contains mainly green and blue colors. Web safe color of #0AAD9C is #009999 (or #099).

RGB color model

#0AAD9C color RGB value is (10,173,156).

  • red value is 10;
  • green value is 173;
  • blue value is 156.
RGB:
(10,173,156)
(4%,68%,61%)

RGB channels and saturation

R 10 of 255 = 4%
G 173 of 255 = 68%
B 156 of 255 = 61%

10
173
156

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

Portions of RGB colors in percentages

R + G + B =
10 + 173 + 156 = 339 (100%)
R 10 of 339 ~ 2.95%
G 173 of 339 ~ 51.03%
B 156 of 339 ~ 46.02%

%51.03
%46.02

CMYK color model

#0AAD9C color CMYK value is (94,0,10,32).

  • cyan value is 94.22%
  • magenta value is 0.00%
  • yellow value is 9.83%
  • key color value is 32.16%
CMYK:
(94,0,10,32)
C94M0Y10K32 
(94%,0%,10%,32%)
(0.94/0.00/0.10/0.32)	

CMYK percentages

%94.22
%0
%9.83
%32.16

Codes

Color #0AAD9C in popluar color models

0AAD9C
RGB10173156
HSL174°89.07%35.88%
HSB/HSV174°94.22%67.84%
CMYK94.22%0.00%9.83%
32.16%

Color #0AAD9C in popluar number systems.

HEX0AAD9C
Decimal10173156
Binary10101010110110011100
Octal12255234

Shades and tints

Shades of #0AAD9C

#0AAD9C
(10,173,156)
#0A9E8E
(10,158,142)
#0A8F80
(10,143,128)
#0A8072
(10,128,114)
#0A7164
(10,113,100)
#0A6256
(10,98,86)
#0A5348
(10,83,72)
#0A443A
(10,68,58)
#0A352C
(10,53,44)
#0A261E
(10,38,30)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #0AAD9C

#0AAD9C
(10,173,156)
#20B4A5
(32,180,165)
#36BBAE
(54,187,174)
#4CC2B7
(76,194,183)
#62C9C0
(98,201,192)
#78D0C9
(120,208,201)
#8ED7D2
(142,215,210)
#A4DEDB
(164,222,219)
#BAE5E4
(186,229,228)
#D0ECED
(208,236,237)
#E6F3F6
(230,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AAD9C color. Also use rgb(10,173,156) instead hex code.

Text Font Color

.myTextColor { color: #0AAD9C; }

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

This text font color is #0AAD9C.


Background Color

.myBgColor { background-color: #0AAD9C; }

<div style="background-color:#0AAD9C">Inner text</div>

This div background color is #0AAD9C.


Border color

.myBorderColor { border: 1px solid #0AAD9C; }

<div style="border:3px solid #0AAD9C">Div</div>

This div border color is #0AAD9C.


Opacity

.myOpacity80 { color: #0AAD9C; opacity: 0.8; }

<p style="color:#0AAD9C;opacity:0.8;">80%</p>

Text with #0AAD9C 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 #0AAD9C;}

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

This text has shadow with #0AAD9C color.

.textShadow {text-shadow: 3px 3px 1px #0AAD9C, 3px 3px 1px red;}

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

This text has shadow with #0AAD9C primary color and red secondary color.


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

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

This text has shadow with #0AAD9C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AAD9C on black background.


Color preview on white background

This text has color #0AAD9C on white background.



Black color preview on #0AAD9C background

This text has black color on #0AAD9C background.


White color preview on #0AAD9C background

This text has white color on #0AAD9C background.