COLOR #00F1DF

HEX: #00F1DF
RGB: (0,241,223)

Color info

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

RGB color model

#00F1DF color RGB value is (0,241,223).

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

RGB channels and saturation

R 0 of 255 = 0%
G 241 of 255 = 95%
B 223 of 255 = 87%

0
241
223

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

Portions of RGB colors in percentages

R + G + B =
0 + 241 + 223 = 464 (100%)
R 0 of 464 ~ 0%
G 241 of 464 ~ 51.94%
B 223 of 464 ~ 48.06%

%51.94
%48.06

CMYK color model

#00F1DF color CMYK value is (100,0,7,5).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 7.47%
  • key color value is 5.49%
CMYK:
(100,0,7,5)
C100M0Y7K5 
(100%,0%,7%,5%)
(1.00/0.00/0.07/0.05)	

CMYK percentages

%100
%0
%7.47
%5.49

Codes

Color #00F1DF in popluar color models

00F1DF
RGB0241223
HSL176°100.00%47.25%
HSB/HSV176°100.00%94.51%
CMYK100.00%0.00%7.47%
5.49%

Color #00F1DF in popluar number systems.

HEX00F1DF
Decimal0241223
Binary01111000111011111
Octal0361337

Shades and tints

Shades of #00F1DF

#00F1DF
(0,241,223)
#00DCCB
(0,220,203)
#00C7B7
(0,199,183)
#00B2A3
(0,178,163)
#009D8F
(0,157,143)
#00887B
(0,136,123)
#007367
(0,115,103)
#005E53
(0,94,83)
#00493F
(0,73,63)
#00342B
(0,52,43)
#001F17
(0,31,23)
#000000
(0,0,0)

Tints of #00F1DF

#00F1DF
(0,241,223)
#17F2E1
(23,242,225)
#2EF3E3
(46,243,227)
#45F4E5
(69,244,229)
#5CF5E7
(92,245,231)
#73F6E9
(115,246,233)
#8AF7EB
(138,247,235)
#A1F8ED
(161,248,237)
#B8F9EF
(184,249,239)
#CFFAF1
(207,250,241)
#E6FBF3
(230,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00F1DF; }

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

This text font color is #00F1DF.


Background Color

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

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

This div background color is #00F1DF.


Border color

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

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

This div border color is #00F1DF.


Opacity

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

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

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

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

This text has shadow with #00F1DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00F1DF on black background.


Color preview on white background

This text has color #00F1DF on white background.



Black color preview on #00F1DF background

This text has black color on #00F1DF background.


White color preview on #00F1DF background

This text has white color on #00F1DF background.