COLOR #08ADAA

HEX: #08ADAA
RGB: (8,173,170)

Color info

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

RGB color model

#08ADAA color RGB value is (8,173,170).

  • red value is 8;
  • green value is 173;
  • blue value is 170.
RGB:
(8,173,170)
(3%,68%,67%)

RGB channels and saturation

R 8 of 255 = 3%
G 173 of 255 = 68%
B 170 of 255 = 67%

8
173
170

R + G + B ~ 46%. #08ADAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
8 + 173 + 170 = 351 (100%)
R 8 of 351 ~ 2.28%
G 173 of 351 ~ 49.29%
B 170 of 351 ~ 48.43%

%49.29
%48.43

CMYK color model

#08ADAA color CMYK value is (95,0,2,32).

  • cyan value is 95.38%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 32.16%
CMYK:
(95,0,2,32)
C95M0Y2K32 
(95%,0%,2%,32%)
(0.95/0.00/0.02/0.32)	

CMYK percentages

%95.38
%0
%1.73
%32.16

Codes

Color #08ADAA in popluar color models

08ADAA
RGB8173170
HSL179°91.16%35.49%
HSB/HSV179°95.38%67.84%
CMYK95.38%0.00%1.73%
32.16%

Color #08ADAA in popluar number systems.

HEX08ADAA
Decimal8173170
Binary10001010110110101010
Octal10255252

Shades and tints

Shades of #08ADAA

#08ADAA
(8,173,170)
#089E9B
(8,158,155)
#088F8C
(8,143,140)
#08807D
(8,128,125)
#08716E
(8,113,110)
#08625F
(8,98,95)
#085350
(8,83,80)
#084441
(8,68,65)
#083532
(8,53,50)
#082623
(8,38,35)
#081714
(8,23,20)
#000000
(0,0,0)

Tints of #08ADAA

#08ADAA
(8,173,170)
#1EB4B1
(30,180,177)
#34BBB8
(52,187,184)
#4AC2BF
(74,194,191)
#60C9C6
(96,201,198)
#76D0CD
(118,208,205)
#8CD7D4
(140,215,212)
#A2DEDB
(162,222,219)
#B8E5E2
(184,229,226)
#CEECE9
(206,236,233)
#E4F3F0
(228,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08ADAA color. Also use rgb(8,173,170) instead hex code.

Text Font Color

.myTextColor { color: #08ADAA; }

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

This text font color is #08ADAA.


Background Color

.myBgColor { background-color: #08ADAA; }

<div style="background-color:#08ADAA">Inner text</div>

This div background color is #08ADAA.


Border color

.myBorderColor { border: 1px solid #08ADAA; }

<div style="border:3px solid #08ADAA">Div</div>

This div border color is #08ADAA.


Opacity

.myOpacity80 { color: #08ADAA; opacity: 0.8; }

<p style="color:#08ADAA;opacity:0.8;">80%</p>

Text with #08ADAA 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 #08ADAA;}

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

This text has shadow with #08ADAA color.

.textShadow {text-shadow: 3px 3px 1px #08ADAA, 3px 3px 1px red;}

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

This text has shadow with #08ADAA primary color and red secondary color.


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

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

This text has shadow with #08ADAA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08ADAA on black background.


Color preview on white background

This text has color #08ADAA on white background.



Black color preview on #08ADAA background

This text has black color on #08ADAA background.


White color preview on #08ADAA background

This text has white color on #08ADAA background.