COLOR #009999

HEX: #009999
RGB: (0,153,153)

Color info

#009999 contains only green and blue colors. #009999 color is web safe color. It maybe written shortly as #099.

RGB color model

#009999 color RGB value is (0,153,153).

  • red value is 0;
  • green value is 153;
  • blue value is 153.
RGB:
(0,153,153)
(0%,60%,60%)

RGB channels and saturation

R 0 of 255 = 0%
G 153 of 255 = 60%
B 153 of 255 = 60%

0
153
153

R + G + B ~ 40%. #009999 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 153 + 153 = 306 (100%)
R 0 of 306 ~ 0%
G 153 of 306 ~ 50%
B 153 of 306 ~ 50%

%50
%50

CMYK color model

#009999 color CMYK value is (100,0,0,40).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 40.00%
CMYK:
(100,0,0,40)
C100M0Y0K40 
(100%,0%,0%,40%)
(1.00/0.00/0.00/0.40)	

CMYK percentages

%100
%0
%0
%40

Codes

Color #009999 in popluar color models

009999
RGB0153153
HSL180°100.00%30.00%
HSB/HSV180°100.00%60.00%
CMYK100.00%0.00%0.00%
40.00%

Color #009999 in popluar number systems.

HEX009999
Decimal0153153
Binary01001100110011001
Octal0231231

Shades and tints

Shades of #009999

#009999
(0,153,153)
#008C8C
(0,140,140)
#007F7F
(0,127,127)
#007272
(0,114,114)
#006565
(0,101,101)
#005858
(0,88,88)
#004B4B
(0,75,75)
#003E3E
(0,62,62)
#003131
(0,49,49)
#002424
(0,36,36)
#001717
(0,23,23)
#000000
(0,0,0)

Tints of #009999

#009999
(0,153,153)
#17A2A2
(23,162,162)
#2EABAB
(46,171,171)
#45B4B4
(69,180,180)
#5CBDBD
(92,189,189)
#73C6C6
(115,198,198)
#8ACFCF
(138,207,207)
#A1D8D8
(161,216,216)
#B8E1E1
(184,225,225)
#CFEAEA
(207,234,234)
#E6F3F3
(230,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #009999 color. Also use rgb(0,153,153) instead hex code.

Text Font Color

.myTextColor { color: #009999; }

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

This text font color is #009999.


Background Color

.myBgColor { background-color: #009999; }

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

This div background color is #009999.


Border color

.myBorderColor { border: 1px solid #009999; }

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

This div border color is #009999.


Opacity

.myOpacity80 { color: #009999; opacity: 0.8; }

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

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

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

This text has shadow with #009999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009999 on black background.


Color preview on white background

This text has color #009999 on white background.



Black color preview on #009999 background

This text has black color on #009999 background.


White color preview on #009999 background

This text has white color on #009999 background.