COLOR #0A9A99

HEX: #0A9A99 RGB: (10,154,153)

Color info

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

RGB color model

#0A9A99 color RGB value is (10,154,153).

RGB: (10,154,153) (4%, 60%, 60%)

RGB channels and saturation

R 10 of 255 = 4%
G 154 of 255 = 60%
B 153 of 255 = 60%

10
154
153

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

Portions of RGB colors in percentages

R + G + B = 10 + 154 + 153 = 317 (100%)
R 10 of 317 ~ 3.15%
G 154 of 317 ~ 48.58%
B 153 of 317 ~ 48.26'%

%48.58
%48.26

CMYK color model

#0A9A99 color CMYK value is (94,0,1,40).

  • cyan value is 93.51%
  • magenta value is 0.00%
  • yellow value is 0.65%
  • key color value is 39.61%

CMYK: (94,0,1,40)
C94M0Y1K40 (94%, 0%, 1%, 40%)
(0.94 / 0.00 / 0.01 / 0.40)

CMYK percentages

%93.51
%0
%0.65
%39.61

Codes

Color #0A9A99 in popluar color models

0A 9A 99
RGB 10 154 153
HSL 180° 87.80% 32.16%
HSB/HSV 180° 93.51% 60.39%
CMYK 93.51% 0.00% 0.65%
39.61%

Color #0A9A99 in popluar number systems.

HEX 0A 9A 99
Decimal 10 154 153
Binary 1010 10011010 10011001
Octal 12 232 231

Shades and tints

Shades of #0A9A99

#0A9A99
(10,154,153)
#0A8C8C
(10,140,140)
#0A7E7F
(10,126,127)
#0A7072
(10,112,114)
#0A6265
(10,98,101)
#0A5458
(10,84,88)
#0A464B
(10,70,75)
#0A383E
(10,56,62)
#0A2A31
(10,42,49)
#0A1C24
(10,28,36)
#0A0E17
(10,14,23)
#000000
(0,0,0)

Tints of #0A9A99

#0A9A99
(10,154,153)
#20A3A2
(32,163,162)
#36ACAB
(54,172,171)
#4CB5B4
(76,181,180)
#62BEBD
(98,190,189)
#78C7C6
(120,199,198)
#8ED0CF
(142,208,207)
#A4D9D8
(164,217,216)
#BAE2E1
(186,226,225)
#D0EBEA
(208,235,234)
#E6F4F3
(230,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A9A99; }

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

This text font color is #0A9A99.

Background Color

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

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

This div background color is #0A9A99.

Border color

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

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

This div border color is #0A9A99.

Opacity

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

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

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

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

This text has shadow with #0A9A99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0A9A99.

Preview

Color preview on black background

This text has color #0A9A99 on black background.


Color preview on white background

This text has color #0A9A99 on white background.


Black color preview on #0A9A99 background

This text has black color on #0A9A99 background.


White color preview on #0A9A99 background

This text has white color on #0A9A99 background.


Related colors

Complementary color

Complementary color for #hex is #F56566.


I love getcolorcode.com

Triadic colors

1 #990A9A and #9A990A with #0A9A99 are triadic colors.

2 #999A0A and #9A0A99 with #0A9A99 are triadic colors.