COLOR #0ABAB5

HEX: #0ABAB5
RGB: (10,186,181)

Color info

#0ABAB5 contains mainly green and blue colors. Web safe color of #0ABAB5 is #00CCCC (or #0CC).

RGB color model

#0ABAB5 color RGB value is (10,186,181).

  • red value is 10;
  • green value is 186;
  • blue value is 181.
RGB:
(10,186,181)
(4%,73%,71%)

RGB channels and saturation

R 10 of 255 = 4%
G 186 of 255 = 73%
B 181 of 255 = 71%

10
186
181

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

Portions of RGB colors in percentages

R + G + B =
10 + 186 + 181 = 377 (100%)
R 10 of 377 ~ 2.65%
G 186 of 377 ~ 49.34%
B 181 of 377 ~ 48.01%

%49.34
%48.01

CMYK color model

#0ABAB5 color CMYK value is (95,0,3,27).

  • cyan value is 94.62%
  • magenta value is 0.00%
  • yellow value is 2.69%
  • key color value is 27.06%
CMYK:
(95,0,3,27)
C95M0Y3K27 
(95%,0%,3%,27%)
(0.95/0.00/0.03/0.27)	

CMYK percentages

%94.62
%0
%2.69
%27.06

Codes

Color #0ABAB5 in popluar color models

0ABAB5
RGB10186181
HSL178°89.80%38.43%
HSB/HSV178°94.62%72.94%
CMYK94.62%0.00%2.69%
27.06%

Color #0ABAB5 in popluar number systems.

HEX0ABAB5
Decimal10186181
Binary10101011101010110101
Octal12272265

Shades and tints

Shades of #0ABAB5

#0ABAB5
(10,186,181)
#0AAAA5
(10,170,165)
#0A9A95
(10,154,149)
#0A8A85
(10,138,133)
#0A7A75
(10,122,117)
#0A6A65
(10,106,101)
#0A5A55
(10,90,85)
#0A4A45
(10,74,69)
#0A3A35
(10,58,53)
#0A2A25
(10,42,37)
#0A1A15
(10,26,21)
#000000
(0,0,0)

Tints of #0ABAB5

#0ABAB5
(10,186,181)
#20C0BB
(32,192,187)
#36C6C1
(54,198,193)
#4CCCC7
(76,204,199)
#62D2CD
(98,210,205)
#78D8D3
(120,216,211)
#8EDED9
(142,222,217)
#A4E4DF
(164,228,223)
#BAEAE5
(186,234,229)
#D0F0EB
(208,240,235)
#E6F6F1
(230,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0ABAB5 color. Also use rgb(10,186,181) instead hex code.

Text Font Color

.myTextColor { color: #0ABAB5; }

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

This text font color is #0ABAB5.


Background Color

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

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

This div background color is #0ABAB5.


Border color

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

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

This div border color is #0ABAB5.


Opacity

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

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

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

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

This text has shadow with #0ABAB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0ABAB5 on black background.


Color preview on white background

This text has color #0ABAB5 on white background.



Black color preview on #0ABAB5 background

This text has black color on #0ABAB5 background.


White color preview on #0ABAB5 background

This text has white color on #0ABAB5 background.