COLOR #00F0E0

HEX: #00F0E0
RGB: (0,240,224)

Color info

#00F0E0 contains only green and blue colors. Web safe color of #00F0E0 is #00FFCC (or #0FC).

RGB color model

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

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

RGB channels and saturation

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

0
240
224

R + G + B ~ 61%. #00F0E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
0 + 240 + 224 = 464 (100%)
R 0 of 464 ~ 0%
G 240 of 464 ~ 51.72%
B 224 of 464 ~ 48.28%

%51.72
%48.28

CMYK color model

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

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

CMYK percentages

%100
%0
%6.67
%5.88

Codes

Color #00F0E0 in popluar color models

00F0E0
RGB0240224
HSL176°100.00%47.06%
HSB/HSV176°100.00%94.12%
CMYK100.00%0.00%6.67%
5.88%

Color #00F0E0 in popluar number systems.

HEX00F0E0
Decimal0240224
Binary01111000011100000
Octal0360340

Shades and tints

Shades of #00F0E0

#00F0E0
(0,240,224)
#00DBCC
(0,219,204)
#00C6B8
(0,198,184)
#00B1A4
(0,177,164)
#009C90
(0,156,144)
#00877C
(0,135,124)
#007268
(0,114,104)
#005D54
(0,93,84)
#004840
(0,72,64)
#00332C
(0,51,44)
#001E18
(0,30,24)
#000000
(0,0,0)

Tints of #00F0E0

#00F0E0
(0,240,224)
#17F1E2
(23,241,226)
#2EF2E4
(46,242,228)
#45F3E6
(69,243,230)
#5CF4E8
(92,244,232)
#73F5EA
(115,245,234)
#8AF6EC
(138,246,236)
#A1F7EE
(161,247,238)
#B8F8F0
(184,248,240)
#CFF9F2
(207,249,242)
#E6FAF4
(230,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00F0E0; }

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

This text font color is #00F0E0.


Background Color

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

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

This div background color is #00F0E0.


Border color

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

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

This div border color is #00F0E0.


Opacity

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

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

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

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

This text has shadow with #00F0E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00F0E0 on black background.


Color preview on white background

This text has color #00F0E0 on white background.



Black color preview on #00F0E0 background

This text has black color on #00F0E0 background.


White color preview on #00F0E0 background

This text has white color on #00F0E0 background.