COLOR #00F9F5

HEX: #00F9F5
RGB: (0,249,245)

Color info

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

RGB color model

#00F9F5 color RGB value is (0,249,245).

  • red value is 0;
  • green value is 249;
  • blue value is 245.
RGB:
(0,249,245)
(0%,98%,96%)

RGB channels and saturation

R 0 of 255 = 0%
G 249 of 255 = 98%
B 245 of 255 = 96%

0
249
245

R + G + B ~ 65%. #00F9F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
0 + 249 + 245 = 494 (100%)
R 0 of 494 ~ 0%
G 249 of 494 ~ 50.4%
B 245 of 494 ~ 49.6%

%50.4
%49.6

CMYK color model

#00F9F5 color CMYK value is (100,0,2,2).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 1.61%
  • key color value is 2.35%
CMYK:
(100,0,2,2)
C100M0Y2K2 
(100%,0%,2%,2%)
(1.00/0.00/0.02/0.02)	

CMYK percentages

%100
%0
%1.61
%2.35

Codes

Color #00F9F5 in popluar color models

00F9F5
RGB0249245
HSL179°100.00%48.82%
HSB/HSV179°100.00%97.65%
CMYK100.00%0.00%1.61%
2.35%

Color #00F9F5 in popluar number systems.

HEX00F9F5
Decimal0249245
Binary01111100111110101
Octal0371365

Shades and tints

Shades of #00F9F5

#00F9F5
(0,249,245)
#00E3DF
(0,227,223)
#00CDC9
(0,205,201)
#00B7B3
(0,183,179)
#00A19D
(0,161,157)
#008B87
(0,139,135)
#007571
(0,117,113)
#005F5B
(0,95,91)
#004945
(0,73,69)
#00332F
(0,51,47)
#001D19
(0,29,25)
#000000
(0,0,0)

Tints of #00F9F5

#00F9F5
(0,249,245)
#17F9F5
(23,249,245)
#2EF9F5
(46,249,245)
#45F9F5
(69,249,245)
#5CF9F5
(92,249,245)
#73F9F5
(115,249,245)
#8AF9F5
(138,249,245)
#A1F9F5
(161,249,245)
#B8F9F5
(184,249,245)
#CFF9F5
(207,249,245)
#E6F9F5
(230,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00F9F5; }

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

This text font color is #00F9F5.


Background Color

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

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

This div background color is #00F9F5.


Border color

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

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

This div border color is #00F9F5.


Opacity

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

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

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

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

This text has shadow with #00F9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00F9F5 on black background.


Color preview on white background

This text has color #00F9F5 on white background.



Black color preview on #00F9F5 background

This text has black color on #00F9F5 background.


White color preview on #00F9F5 background

This text has white color on #00F9F5 background.