COLOR #0A997E

HEX: #0A997E
RGB: (10,153,126)

Color info

#0A997E contains mainly green and blue colors. Web safe color of #0A997E is #009966 (or #096).

RGB color model

#0A997E color RGB value is (10,153,126).

  • red value is 10;
  • green value is 153;
  • blue value is 126.
RGB:
(10,153,126)
(4%,60%,49%)

RGB channels and saturation

R 10 of 255 = 4%
G 153 of 255 = 60%
B 126 of 255 = 49%

10
153
126

R + G + B ~ 38%. #0A997E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 153 + 126 = 289 (100%)
R 10 of 289 ~ 3.46%
G 153 of 289 ~ 52.94%
B 126 of 289 ~ 43.6%

%52.94
%43.6

CMYK color model

#0A997E color CMYK value is (93,0,18,40).

  • cyan value is 93.46%
  • magenta value is 0.00%
  • yellow value is 17.65%
  • key color value is 40.00%
CMYK:
(93,0,18,40)
C93M0Y18K40 
(93%,0%,18%,40%)
(0.93/0.00/0.18/0.40)	

CMYK percentages

%93.46
%0
%17.65
%40

Codes

Color #0A997E in popluar color models

0A997E
RGB10153126
HSL169°87.73%31.96%
HSB/HSV169°93.46%60.00%
CMYK93.46%0.00%17.65%
40.00%

Color #0A997E in popluar number systems.

HEX0A997E
Decimal10153126
Binary1010100110011111110
Octal12231176

Shades and tints

Shades of #0A997E

#0A997E
(10,153,126)
#0A8C73
(10,140,115)
#0A7F68
(10,127,104)
#0A725D
(10,114,93)
#0A6552
(10,101,82)
#0A5847
(10,88,71)
#0A4B3C
(10,75,60)
#0A3E31
(10,62,49)
#0A3126
(10,49,38)
#0A241B
(10,36,27)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #0A997E

#0A997E
(10,153,126)
#20A289
(32,162,137)
#36AB94
(54,171,148)
#4CB49F
(76,180,159)
#62BDAA
(98,189,170)
#78C6B5
(120,198,181)
#8ECFC0
(142,207,192)
#A4D8CB
(164,216,203)
#BAE1D6
(186,225,214)
#D0EAE1
(208,234,225)
#E6F3EC
(230,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A997E color. Also use rgb(10,153,126) instead hex code.

Text Font Color

.myTextColor { color: #0A997E; }

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

This text font color is #0A997E.


Background Color

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

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

This div background color is #0A997E.


Border color

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

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

This div border color is #0A997E.


Opacity

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

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

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

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

This text has shadow with #0A997E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A997E on black background.


Color preview on white background

This text has color #0A997E on white background.



Black color preview on #0A997E background

This text has black color on #0A997E background.


White color preview on #0A997E background

This text has white color on #0A997E background.