COLOR #02ADA8

HEX: #02ADA8
RGB: (2,173,168)

Color info

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

RGB color model

#02ADA8 color RGB value is (2,173,168).

  • red value is 2;
  • green value is 173;
  • blue value is 168.
RGB:
(2,173,168)
(1%,68%,66%)

RGB channels and saturation

R 2 of 255 = 1%
G 173 of 255 = 68%
B 168 of 255 = 66%

2
173
168

R + G + B ~ 45%. #02ADA8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
2 + 173 + 168 = 343 (100%)
R 2 of 343 ~ 0.58%
G 173 of 343 ~ 50.44%
B 168 of 343 ~ 48.98%

%50.44
%48.98

CMYK color model

#02ADA8 color CMYK value is (99,0,3,32).

  • cyan value is 98.84%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 32.16%
CMYK:
(99,0,3,32)
C99M0Y3K32 
(99%,0%,3%,32%)
(0.99/0.00/0.03/0.32)	

CMYK percentages

%98.84
%0
%2.89
%32.16

Codes

Color #02ADA8 in popluar color models

02ADA8
RGB2173168
HSL178°97.71%34.31%
HSB/HSV178°98.84%67.84%
CMYK98.84%0.00%2.89%
32.16%

Color #02ADA8 in popluar number systems.

HEX02ADA8
Decimal2173168
Binary101010110110101000
Octal2255250

Shades and tints

Shades of #02ADA8

#02ADA8
(2,173,168)
#029E99
(2,158,153)
#028F8A
(2,143,138)
#02807B
(2,128,123)
#02716C
(2,113,108)
#02625D
(2,98,93)
#02534E
(2,83,78)
#02443F
(2,68,63)
#023530
(2,53,48)
#022621
(2,38,33)
#021712
(2,23,18)
#000000
(0,0,0)

Tints of #02ADA8

#02ADA8
(2,173,168)
#19B4AF
(25,180,175)
#30BBB6
(48,187,182)
#47C2BD
(71,194,189)
#5EC9C4
(94,201,196)
#75D0CB
(117,208,203)
#8CD7D2
(140,215,210)
#A3DED9
(163,222,217)
#BAE5E0
(186,229,224)
#D1ECE7
(209,236,231)
#E8F3EE
(232,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02ADA8 color. Also use rgb(2,173,168) instead hex code.

Text Font Color

.myTextColor { color: #02ADA8; }

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

This text font color is #02ADA8.


Background Color

.myBgColor { background-color: #02ADA8; }

<div style="background-color:#02ADA8">Inner text</div>

This div background color is #02ADA8.


Border color

.myBorderColor { border: 1px solid #02ADA8; }

<div style="border:3px solid #02ADA8">Div</div>

This div border color is #02ADA8.


Opacity

.myOpacity80 { color: #02ADA8; opacity: 0.8; }

<p style="color:#02ADA8;opacity:0.8;">80%</p>

Text with #02ADA8 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 #02ADA8;}

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

This text has shadow with #02ADA8 color.

.textShadow {text-shadow: 3px 3px 1px #02ADA8, 3px 3px 1px red;}

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

This text has shadow with #02ADA8 primary color and red secondary color.


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

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

This text has shadow with #02ADA8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02ADA8 on black background.


Color preview on white background

This text has color #02ADA8 on white background.



Black color preview on #02ADA8 background

This text has black color on #02ADA8 background.


White color preview on #02ADA8 background

This text has white color on #02ADA8 background.