COLOR #00F0F0

HEX: #00F0F0
RGB: (0,240,240)

Color info

#00F0F0 contains only green and blue colors. Web safe color of #00F0F0 is #00FFFF (or #0FF).

RGB color model

#00F0F0 color RGB value is (0,240,240).

  • red value is 0;
  • green value is 240;
  • blue value is 240.
RGB:
(0,240,240)
(0%,94%,94%)

RGB channels and saturation

R 0 of 255 = 0%
G 240 of 255 = 94%
B 240 of 255 = 94%

0
240
240

R + G + B ~ 63%. #00F0F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
0 + 240 + 240 = 480 (100%)
R 0 of 480 ~ 0%
G 240 of 480 ~ 50%
B 240 of 480 ~ 50%

%50
%50

CMYK color model

#00F0F0 color CMYK value is (100,0,0,6).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(100,0,0,6)
C100M0Y0K6 
(100%,0%,0%,6%)
(1.00/0.00/0.00/0.06)	

CMYK percentages

%100
%0
%0
%5.88

Codes

Color #00F0F0 in popluar color models

00F0F0
RGB0240240
HSL180°100.00%47.06%
HSB/HSV180°100.00%94.12%
CMYK100.00%0.00%0.00%
5.88%

Color #00F0F0 in popluar number systems.

HEX00F0F0
Decimal0240240
Binary01111000011110000
Octal0360360

Shades and tints

Shades of #00F0F0

#00F0F0
(0,240,240)
#00DBDB
(0,219,219)
#00C6C6
(0,198,198)
#00B1B1
(0,177,177)
#009C9C
(0,156,156)
#008787
(0,135,135)
#007272
(0,114,114)
#005D5D
(0,93,93)
#004848
(0,72,72)
#003333
(0,51,51)
#001E1E
(0,30,30)
#000000
(0,0,0)

Tints of #00F0F0

#00F0F0
(0,240,240)
#17F1F1
(23,241,241)
#2EF2F2
(46,242,242)
#45F3F3
(69,243,243)
#5CF4F4
(92,244,244)
#73F5F5
(115,245,245)
#8AF6F6
(138,246,246)
#A1F7F7
(161,247,247)
#B8F8F8
(184,248,248)
#CFF9F9
(207,249,249)
#E6FAFA
(230,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00F0F0 color. Also use rgb(0,240,240) instead hex code.

Text Font Color

.myTextColor { color: #00F0F0; }

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

This text font color is #00F0F0.


Background Color

.myBgColor { background-color: #00F0F0; }

<div style="background-color:#00F0F0">Inner text</div>

This div background color is #00F0F0.


Border color

.myBorderColor { border: 1px solid #00F0F0; }

<div style="border:3px solid #00F0F0">Div</div>

This div border color is #00F0F0.


Opacity

.myOpacity80 { color: #00F0F0; opacity: 0.8; }

<p style="color:#00F0F0;opacity:0.8;">80%</p>

Text with #00F0F0 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 #00F0F0;}

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

This text has shadow with #00F0F0 color.

.textShadow {text-shadow: 3px 3px 1px #00F0F0, 3px 3px 1px red;}

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

This text has shadow with #00F0F0 primary color and red secondary color.


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

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

This text has shadow with #00F0F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00F0F0 on black background.


Color preview on white background

This text has color #00F0F0 on white background.



Black color preview on #00F0F0 background

This text has black color on #00F0F0 background.


White color preview on #00F0F0 background

This text has white color on #00F0F0 background.