COLOR #02F8E6

HEX: #02F8E6
RGB: (2,248,230)

Color info

#02F8E6 contains mainly green and blue colors. Web safe color of #02F8E6 is #00FFCC (or #0FC).

RGB color model

#02F8E6 color RGB value is (2,248,230).

  • red value is 2;
  • green value is 248;
  • blue value is 230.
RGB:
(2,248,230)
(1%,97%,90%)

RGB channels and saturation

R 2 of 255 = 1%
G 248 of 255 = 97%
B 230 of 255 = 90%

2
248
230

R + G + B ~ 63%. #02F8E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
2 + 248 + 230 = 480 (100%)
R 2 of 480 ~ 0.42%
G 248 of 480 ~ 51.67%
B 230 of 480 ~ 47.92%

%51.67
%47.92

CMYK color model

#02F8E6 color CMYK value is (99,0,7,3).

  • cyan value is 99.19%
  • magenta value is 0.00%
  • yellow value is 7.26%
  • key color value is 2.75%
CMYK:
(99,0,7,3)
C99M0Y7K3 
(99%,0%,7%,3%)
(0.99/0.00/0.07/0.03)	

CMYK percentages

%99.19
%0
%7.26
%2.75

Codes

Color #02F8E6 in popluar color models

02F8E6
RGB2248230
HSL176°98.40%49.02%
HSB/HSV176°99.19%97.25%
CMYK99.19%0.00%7.26%
2.75%

Color #02F8E6 in popluar number systems.

HEX02F8E6
Decimal2248230
Binary101111100011100110
Octal2370346

Shades and tints

Shades of #02F8E6

#02F8E6
(2,248,230)
#02E2D2
(2,226,210)
#02CCBE
(2,204,190)
#02B6AA
(2,182,170)
#02A096
(2,160,150)
#028A82
(2,138,130)
#02746E
(2,116,110)
#025E5A
(2,94,90)
#024846
(2,72,70)
#023232
(2,50,50)
#021C1E
(2,28,30)
#000000
(0,0,0)

Tints of #02F8E6

#02F8E6
(2,248,230)
#19F8E8
(25,248,232)
#30F8EA
(48,248,234)
#47F8EC
(71,248,236)
#5EF8EE
(94,248,238)
#75F8F0
(117,248,240)
#8CF8F2
(140,248,242)
#A3F8F4
(163,248,244)
#BAF8F6
(186,248,246)
#D1F8F8
(209,248,248)
#E8F8FA
(232,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02F8E6 color. Also use rgb(2,248,230) instead hex code.

Text Font Color

.myTextColor { color: #02F8E6; }

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

This text font color is #02F8E6.


Background Color

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

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

This div background color is #02F8E6.


Border color

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

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

This div border color is #02F8E6.


Opacity

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

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

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

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

This text has shadow with #02F8E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02F8E6 on black background.


Color preview on white background

This text has color #02F8E6 on white background.



Black color preview on #02F8E6 background

This text has black color on #02F8E6 background.


White color preview on #02F8E6 background

This text has white color on #02F8E6 background.