COLOR #02B5B6

HEX: #02B5B6
RGB: (2,181,182)

Color info

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

RGB color model

#02B5B6 color RGB value is (2,181,182).

  • red value is 2;
  • green value is 181;
  • blue value is 182.
RGB:
(2,181,182)
(1%,71%,71%)

RGB channels and saturation

R 2 of 255 = 1%
G 181 of 255 = 71%
B 182 of 255 = 71%

2
181
182

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

Portions of RGB colors in percentages

R + G + B =
2 + 181 + 182 = 365 (100%)
R 2 of 365 ~ 0.55%
G 181 of 365 ~ 49.59%
B 182 of 365 ~ 49.86%

%49.59
%49.86

CMYK color model

#02B5B6 color CMYK value is (99,1,0,29).

  • cyan value is 98.90%
  • magenta value is 0.55%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(99,1,0,29)
C99M1Y0K29 
(99%,1%,0%,29%)
(0.99/0.01/0.00/0.29)	

CMYK percentages

%98.9
%0.55
%0
%28.63

Codes

Color #02B5B6 in popluar color models

02B5B6
RGB2181182
HSL180°97.83%36.08%
HSB/HSV180°98.90%71.37%
CMYK98.90%0.55%0.00%
28.63%

Color #02B5B6 in popluar number systems.

HEX02B5B6
Decimal2181182
Binary101011010110110110
Octal2265266

Shades and tints

Shades of #02B5B6

#02B5B6
(2,181,182)
#02A5A6
(2,165,166)
#029596
(2,149,150)
#028586
(2,133,134)
#027576
(2,117,118)
#026566
(2,101,102)
#025556
(2,85,86)
#024546
(2,69,70)
#023536
(2,53,54)
#022526
(2,37,38)
#021516
(2,21,22)
#000000
(0,0,0)

Tints of #02B5B6

#02B5B6
(2,181,182)
#19BBBC
(25,187,188)
#30C1C2
(48,193,194)
#47C7C8
(71,199,200)
#5ECDCE
(94,205,206)
#75D3D4
(117,211,212)
#8CD9DA
(140,217,218)
#A3DFE0
(163,223,224)
#BAE5E6
(186,229,230)
#D1EBEC
(209,235,236)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02B5B6 color. Also use rgb(2,181,182) instead hex code.

Text Font Color

.myTextColor { color: #02B5B6; }

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

This text font color is #02B5B6.


Background Color

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

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

This div background color is #02B5B6.


Border color

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

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

This div border color is #02B5B6.


Opacity

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

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

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

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

This text has shadow with #02B5B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02B5B6 on black background.


Color preview on white background

This text has color #02B5B6 on white background.



Black color preview on #02B5B6 background

This text has black color on #02B5B6 background.


White color preview on #02B5B6 background

This text has white color on #02B5B6 background.