COLOR #02ADB2

HEX: #02ADB2
RGB: (2,173,178)

Color info

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

RGB color model

#02ADB2 color RGB value is (2,173,178).

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

RGB channels and saturation

R 2 of 255 = 1%
G 173 of 255 = 68%
B 178 of 255 = 70%

2
173
178

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

Portions of RGB colors in percentages

R + G + B =
2 + 173 + 178 = 353 (100%)
R 2 of 353 ~ 0.57%
G 173 of 353 ~ 49.01%
B 178 of 353 ~ 50.42%

%49.01
%50.42

CMYK color model

#02ADB2 color CMYK value is (99,3,0,30).

  • cyan value is 98.88%
  • magenta value is 2.81%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(99,3,0,30)
C99M3Y0K30 
(99%,3%,0%,30%)
(0.99/0.03/0.00/0.30)	

CMYK percentages

%98.88
%2.81
%0
%30.2

Codes

Color #02ADB2 in popluar color models

02ADB2
RGB2173178
HSL182°97.78%35.29%
HSB/HSV182°98.88%69.80%
CMYK98.88%2.81%0.00%
30.20%

Color #02ADB2 in popluar number systems.

HEX02ADB2
Decimal2173178
Binary101010110110110010
Octal2255262

Shades and tints

Shades of #02ADB2

#02ADB2
(2,173,178)
#029EA2
(2,158,162)
#028F92
(2,143,146)
#028082
(2,128,130)
#027172
(2,113,114)
#026262
(2,98,98)
#025352
(2,83,82)
#024442
(2,68,66)
#023532
(2,53,50)
#022622
(2,38,34)
#021712
(2,23,18)
#000000
(0,0,0)

Tints of #02ADB2

#02ADB2
(2,173,178)
#19B4B9
(25,180,185)
#30BBC0
(48,187,192)
#47C2C7
(71,194,199)
#5EC9CE
(94,201,206)
#75D0D5
(117,208,213)
#8CD7DC
(140,215,220)
#A3DEE3
(163,222,227)
#BAE5EA
(186,229,234)
#D1ECF1
(209,236,241)
#E8F3F8
(232,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #02ADB2; }

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

This text font color is #02ADB2.


Background Color

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

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

This div background color is #02ADB2.


Border color

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

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

This div border color is #02ADB2.


Opacity

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

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

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

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

This text has shadow with #02ADB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02ADB2 on black background.


Color preview on white background

This text has color #02ADB2 on white background.



Black color preview on #02ADB2 background

This text has black color on #02ADB2 background.


White color preview on #02ADB2 background

This text has white color on #02ADB2 background.