COLOR #00F1CF

HEX: #00F1CF
RGB: (0,241,207)

Color info

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

RGB color model

#00F1CF color RGB value is (0,241,207).

  • red value is 0;
  • green value is 241;
  • blue value is 207.
RGB:
(0,241,207)
(0%,95%,81%)

RGB channels and saturation

R 0 of 255 = 0%
G 241 of 255 = 95%
B 207 of 255 = 81%

0
241
207

R + G + B ~ 59%. #00F1CF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 241 + 207 = 448 (100%)
R 0 of 448 ~ 0%
G 241 of 448 ~ 53.79%
B 207 of 448 ~ 46.21%

%53.79
%46.21

CMYK color model

#00F1CF color CMYK value is (100,0,14,5).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 14.11%
  • key color value is 5.49%
CMYK:
(100,0,14,5)
C100M0Y14K5 
(100%,0%,14%,5%)
(1.00/0.00/0.14/0.05)	

CMYK percentages

%100
%0
%14.11
%5.49

Codes

Color #00F1CF in popluar color models

00F1CF
RGB0241207
HSL172°100.00%47.25%
HSB/HSV172°100.00%94.51%
CMYK100.00%0.00%14.11%
5.49%

Color #00F1CF in popluar number systems.

HEX00F1CF
Decimal0241207
Binary01111000111001111
Octal0361317

Shades and tints

Shades of #00F1CF

#00F1CF
(0,241,207)
#00DCBD
(0,220,189)
#00C7AB
(0,199,171)
#00B299
(0,178,153)
#009D87
(0,157,135)
#008875
(0,136,117)
#007363
(0,115,99)
#005E51
(0,94,81)
#00493F
(0,73,63)
#00342D
(0,52,45)
#001F1B
(0,31,27)
#000000
(0,0,0)

Tints of #00F1CF

#00F1CF
(0,241,207)
#17F2D3
(23,242,211)
#2EF3D7
(46,243,215)
#45F4DB
(69,244,219)
#5CF5DF
(92,245,223)
#73F6E3
(115,246,227)
#8AF7E7
(138,247,231)
#A1F8EB
(161,248,235)
#B8F9EF
(184,249,239)
#CFFAF3
(207,250,243)
#E6FBF7
(230,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00F1CF; }

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

This text font color is #00F1CF.


Background Color

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

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

This div background color is #00F1CF.


Border color

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

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

This div border color is #00F1CF.


Opacity

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

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

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

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

This text has shadow with #00F1CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00F1CF on black background.


Color preview on white background

This text has color #00F1CF on white background.



Black color preview on #00F1CF background

This text has black color on #00F1CF background.


White color preview on #00F1CF background

This text has white color on #00F1CF background.