COLOR #0ADDAB

HEX: #0ADDAB
RGB: (10,221,171)

Color info

#0ADDAB contains mainly green and blue colors. Web safe color of #0ADDAB is #00CC99 (or #0C9).

RGB color model

#0ADDAB color RGB value is (10,221,171).

  • red value is 10;
  • green value is 221;
  • blue value is 171.
RGB:
(10,221,171)
(4%,87%,67%)

RGB channels and saturation

R 10 of 255 = 4%
G 221 of 255 = 87%
B 171 of 255 = 67%

10
221
171

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

Portions of RGB colors in percentages

R + G + B =
10 + 221 + 171 = 402 (100%)
R 10 of 402 ~ 2.49%
G 221 of 402 ~ 54.98%
B 171 of 402 ~ 42.54%

%54.98
%42.54

CMYK color model

#0ADDAB color CMYK value is (95,0,23,13).

  • cyan value is 95.48%
  • magenta value is 0.00%
  • yellow value is 22.62%
  • key color value is 13.33%
CMYK:
(95,0,23,13)
C95M0Y23K13 
(95%,0%,23%,13%)
(0.95/0.00/0.23/0.13)	

CMYK percentages

%95.48
%0
%22.62
%13.33

Codes

Color #0ADDAB in popluar color models

0ADDAB
RGB10221171
HSL166°91.34%45.29%
HSB/HSV166°95.48%86.67%
CMYK95.48%0.00%22.62%
13.33%

Color #0ADDAB in popluar number systems.

HEX0ADDAB
Decimal10221171
Binary10101101110110101011
Octal12335253

Shades and tints

Shades of #0ADDAB

#0ADDAB
(10,221,171)
#0AC99C
(10,201,156)
#0AB58D
(10,181,141)
#0AA17E
(10,161,126)
#0A8D6F
(10,141,111)
#0A7960
(10,121,96)
#0A6551
(10,101,81)
#0A5142
(10,81,66)
#0A3D33
(10,61,51)
#0A2924
(10,41,36)
#0A1515
(10,21,21)
#000000
(0,0,0)

Tints of #0ADDAB

#0ADDAB
(10,221,171)
#20E0B2
(32,224,178)
#36E3B9
(54,227,185)
#4CE6C0
(76,230,192)
#62E9C7
(98,233,199)
#78ECCE
(120,236,206)
#8EEFD5
(142,239,213)
#A4F2DC
(164,242,220)
#BAF5E3
(186,245,227)
#D0F8EA
(208,248,234)
#E6FBF1
(230,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0ADDAB color. Also use rgb(10,221,171) instead hex code.

Text Font Color

.myTextColor { color: #0ADDAB; }

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

This text font color is #0ADDAB.


Background Color

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

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

This div background color is #0ADDAB.


Border color

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

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

This div border color is #0ADDAB.


Opacity

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

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

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

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

This text has shadow with #0ADDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0ADDAB on black background.


Color preview on white background

This text has color #0ADDAB on white background.



Black color preview on #0ADDAB background

This text has black color on #0ADDAB background.


White color preview on #0ADDAB background

This text has white color on #0ADDAB background.