COLOR #0A9D8C

HEX: #0A9D8C RGB: (10,157,140)

Color info

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

RGB color model

#0A9D8C color RGB value is (10,157,140).

RGB: (10,157,140) (4%, 62%, 55%)

RGB channels and saturation

R 10 of 255 = 4%
G 157 of 255 = 62%
B 140 of 255 = 55%

10
157
140

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

Portions of RGB colors in percentages

R + G + B = 10 + 157 + 140 = 307 (100%)
R 10 of 307 ~ 3.26%
G 157 of 307 ~ 51.14%
B 140 of 307 ~ 45.6'%

%51.14
%45.6

CMYK color model

#0A9D8C color CMYK value is (94,0,11,38).

  • cyan value is 93.63%
  • magenta value is 0.00%
  • yellow value is 10.83%
  • key color value is 38.43%

CMYK: (94,0,11,38)
C94M0Y11K38 (94%, 0%, 11%, 38%)
(0.94 / 0.00 / 0.11 / 0.38)

CMYK percentages

%93.63
%0
%10.83
%38.43

Codes

Color #0A9D8C in popluar color models

0A 9D 8C
RGB 10 157 140
HSL 173° 88.02% 32.75%
HSB/HSV 173° 93.63% 61.57%
CMYK 93.63% 0.00% 10.83%
38.43%

Color #0A9D8C in popluar number systems.

HEX 0A 9D 8C
Decimal 10 157 140
Binary 1010 10011101 10001100
Octal 12 235 214

Shades and tints

Shades of #0A9D8C

#0A9D8C
(10,157,140)
#0A8F80
(10,143,128)
#0A8174
(10,129,116)
#0A7368
(10,115,104)
#0A655C
(10,101,92)
#0A5750
(10,87,80)
#0A4944
(10,73,68)
#0A3B38
(10,59,56)
#0A2D2C
(10,45,44)
#0A1F20
(10,31,32)
#0A1114
(10,17,20)
#000000
(0,0,0)

Tints of #0A9D8C

#0A9D8C
(10,157,140)
#20A596
(32,165,150)
#36ADA0
(54,173,160)
#4CB5AA
(76,181,170)
#62BDB4
(98,189,180)
#78C5BE
(120,197,190)
#8ECDC8
(142,205,200)
#A4D5D2
(164,213,210)
#BADDDC
(186,221,220)
#D0E5E6
(208,229,230)
#E6EDF0
(230,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A9D8C color. Also use rgb(10,157,140) instead hex code.

Text Font Color

.myTextColor { color: #0A9D8C; }

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

This text font color is #0A9D8C.

Background Color

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

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

This div background color is #0A9D8C.

Border color

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

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

This div border color is #0A9D8C.

Opacity

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

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

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

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

This text has shadow with #0A9D8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A9D8C.

Preview

Color preview on black background

This text has color #0A9D8C on black background.


Color preview on white background

This text has color #0A9D8C on white background.


Black color preview on #0A9D8C background

This text has black color on #0A9D8C background.


White color preview on #0A9D8C background

This text has white color on #0A9D8C background.


Related colors

Complementary color

Complementary color for #hex is #F56273.


I love getcolorcode.com

Triadic colors

1 #8C0A9D and #9D8C0A with #0A9D8C are triadic colors.

2 #8C9D0A and #9D0A8C with #0A9D8C are triadic colors.