COLOR #00FFCC

HEX: #00FFCC
RGB: (0,255,204)

Color info

#00FFCC contains only green and blue colors. #00FFCC color is web safe color. It maybe written shortly as #0FC.

RGB color model

#00FFCC color RGB value is (0,255,204).

  • red value is 0;
  • green value is 255;
  • blue value is 204.
RGB:
(0,255,204)
(0%,100%,80%)

RGB channels and saturation

R 0 of 255 = 0%
G 255 of 255 = 100%
B 204 of 255 = 80%

0
255
204

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

Portions of RGB colors in percentages

R + G + B =
0 + 255 + 204 = 459 (100%)
R 0 of 459 ~ 0%
G 255 of 459 ~ 55.56%
B 204 of 459 ~ 44.44%

%55.56
%44.44

CMYK color model

#00FFCC color CMYK value is (100,0,20,0).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 0.00%
CMYK:
(100,0,20,0)
C100M0Y20K0 
(100%,0%,20%,0%)
(1.00/0.00/0.20/0.00)	

CMYK percentages

%100
%0
%20
%0

Codes

Color #00FFCC in popluar color models

00FFCC
RGB0255204
HSL168°100.00%50.00%
HSB/HSV168°100.00%100.00%
CMYK100.00%0.00%20.00%
0.00%

Color #00FFCC in popluar number systems.

HEX00FFCC
Decimal0255204
Binary01111111111001100
Octal0377314

Shades and tints

Shades of #00FFCC

#00FFCC
(0,255,204)
#00E8BA
(0,232,186)
#00D1A8
(0,209,168)
#00BA96
(0,186,150)
#00A384
(0,163,132)
#008C72
(0,140,114)
#007560
(0,117,96)
#005E4E
(0,94,78)
#00473C
(0,71,60)
#00302A
(0,48,42)
#001918
(0,25,24)
#000000
(0,0,0)

Tints of #00FFCC

#00FFCC
(0,255,204)
#17FFD0
(23,255,208)
#2EFFD4
(46,255,212)
#45FFD8
(69,255,216)
#5CFFDC
(92,255,220)
#73FFE0
(115,255,224)
#8AFFE4
(138,255,228)
#A1FFE8
(161,255,232)
#B8FFEC
(184,255,236)
#CFFFF0
(207,255,240)
#E6FFF4
(230,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00FFCC color. Also use rgb(0,255,204) instead hex code.

Text Font Color

.myTextColor { color: #00FFCC; }

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

This text font color is #00FFCC.


Background Color

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

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

This div background color is #00FFCC.


Border color

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

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

This div border color is #00FFCC.


Opacity

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

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

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

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

This text has shadow with #00FFCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00FFCC on black background.


Color preview on white background

This text has color #00FFCC on white background.



Black color preview on #00FFCC background

This text has black color on #00FFCC background.


White color preview on #00FFCC background

This text has white color on #00FFCC background.