COLOR #00F8CD

HEX: #00F8CD
RGB: (0,248,205)

Color info

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

RGB color model

#00F8CD color RGB value is (0,248,205).

  • red value is 0;
  • green value is 248;
  • blue value is 205.
RGB:
(0,248,205)
(0%,97%,80%)

RGB channels and saturation

R 0 of 255 = 0%
G 248 of 255 = 97%
B 205 of 255 = 80%

0
248
205

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

Portions of RGB colors in percentages

R + G + B =
0 + 248 + 205 = 453 (100%)
R 0 of 453 ~ 0%
G 248 of 453 ~ 54.75%
B 205 of 453 ~ 45.25%

%54.75
%45.25

CMYK color model

#00F8CD color CMYK value is (100,0,17,3).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 17.34%
  • key color value is 2.75%
CMYK:
(100,0,17,3)
C100M0Y17K3 
(100%,0%,17%,3%)
(1.00/0.00/0.17/0.03)	

CMYK percentages

%100
%0
%17.34
%2.75

Codes

Color #00F8CD in popluar color models

00F8CD
RGB0248205
HSL170°100.00%48.63%
HSB/HSV170°100.00%97.25%
CMYK100.00%0.00%17.34%
2.75%

Color #00F8CD in popluar number systems.

HEX00F8CD
Decimal0248205
Binary01111100011001101
Octal0370315

Shades and tints

Shades of #00F8CD

#00F8CD
(0,248,205)
#00E2BB
(0,226,187)
#00CCA9
(0,204,169)
#00B697
(0,182,151)
#00A085
(0,160,133)
#008A73
(0,138,115)
#007461
(0,116,97)
#005E4F
(0,94,79)
#00483D
(0,72,61)
#00322B
(0,50,43)
#001C19
(0,28,25)
#000000
(0,0,0)

Tints of #00F8CD

#00F8CD
(0,248,205)
#17F8D1
(23,248,209)
#2EF8D5
(46,248,213)
#45F8D9
(69,248,217)
#5CF8DD
(92,248,221)
#73F8E1
(115,248,225)
#8AF8E5
(138,248,229)
#A1F8E9
(161,248,233)
#B8F8ED
(184,248,237)
#CFF8F1
(207,248,241)
#E6F8F5
(230,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00F8CD; }

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

This text font color is #00F8CD.


Background Color

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

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

This div background color is #00F8CD.


Border color

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

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

This div border color is #00F8CD.


Opacity

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

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

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

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

This text has shadow with #00F8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00F8CD on black background.


Color preview on white background

This text has color #00F8CD on white background.



Black color preview on #00F8CD background

This text has black color on #00F8CD background.


White color preview on #00F8CD background

This text has white color on #00F8CD background.