COLOR #02C9D4

HEX: #02C9D4
RGB: (2,201,212)

Color info

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

RGB color model

#02C9D4 color RGB value is (2,201,212).

  • red value is 2;
  • green value is 201;
  • blue value is 212.
RGB:
(2,201,212)
(1%,79%,83%)

RGB channels and saturation

R 2 of 255 = 1%
G 201 of 255 = 79%
B 212 of 255 = 83%

2
201
212

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

Portions of RGB colors in percentages

R + G + B =
2 + 201 + 212 = 415 (100%)
R 2 of 415 ~ 0.48%
G 201 of 415 ~ 48.43%
B 212 of 415 ~ 51.08%

%48.43
%51.08

CMYK color model

#02C9D4 color CMYK value is (99,5,0,17).

  • cyan value is 99.06%
  • magenta value is 5.19%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(99,5,0,17)
C99M5Y0K17 
(99%,5%,0%,17%)
(0.99/0.05/0.00/0.17)	

CMYK percentages

%99.06
%5.19
%0
%16.86

Codes

Color #02C9D4 in popluar color models

02C9D4
RGB2201212
HSL183°98.13%41.96%
HSB/HSV183°99.06%83.14%
CMYK99.06%5.19%0.00%
16.86%

Color #02C9D4 in popluar number systems.

HEX02C9D4
Decimal2201212
Binary101100100111010100
Octal2311324

Shades and tints

Shades of #02C9D4

#02C9D4
(2,201,212)
#02B7C1
(2,183,193)
#02A5AE
(2,165,174)
#02939B
(2,147,155)
#028188
(2,129,136)
#026F75
(2,111,117)
#025D62
(2,93,98)
#024B4F
(2,75,79)
#02393C
(2,57,60)
#022729
(2,39,41)
#021516
(2,21,22)
#000000
(0,0,0)

Tints of #02C9D4

#02C9D4
(2,201,212)
#19CDD7
(25,205,215)
#30D1DA
(48,209,218)
#47D5DD
(71,213,221)
#5ED9E0
(94,217,224)
#75DDE3
(117,221,227)
#8CE1E6
(140,225,230)
#A3E5E9
(163,229,233)
#BAE9EC
(186,233,236)
#D1EDEF
(209,237,239)
#E8F1F2
(232,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02C9D4 color. Also use rgb(2,201,212) instead hex code.

Text Font Color

.myTextColor { color: #02C9D4; }

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

This text font color is #02C9D4.


Background Color

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

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

This div background color is #02C9D4.


Border color

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

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

This div border color is #02C9D4.


Opacity

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

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

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

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

This text has shadow with #02C9D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02C9D4 on black background.


Color preview on white background

This text has color #02C9D4 on white background.



Black color preview on #02C9D4 background

This text has black color on #02C9D4 background.


White color preview on #02C9D4 background

This text has white color on #02C9D4 background.