COLOR #009F9F

HEX: #009F9F
RGB: (0,159,159)

Color info

#009F9F contains only green and blue colors. Web safe color of #009F9F is #009999 (or #099).

RGB color model

#009F9F color RGB value is (0,159,159).

  • red value is 0;
  • green value is 159;
  • blue value is 159.
RGB:
(0,159,159)
(0%,62%,62%)

RGB channels and saturation

R 0 of 255 = 0%
G 159 of 255 = 62%
B 159 of 255 = 62%

0
159
159

R + G + B ~ 41%. #009F9F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 159 + 159 = 318 (100%)
R 0 of 318 ~ 0%
G 159 of 318 ~ 50%
B 159 of 318 ~ 50%

%50
%50

CMYK color model

#009F9F color CMYK value is (100,0,0,38).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(100,0,0,38)
C100M0Y0K38 
(100%,0%,0%,38%)
(1.00/0.00/0.00/0.38)	

CMYK percentages

%100
%0
%0
%37.65

Codes

Color #009F9F in popluar color models

009F9F
RGB0159159
HSL180°100.00%31.18%
HSB/HSV180°100.00%62.35%
CMYK100.00%0.00%0.00%
37.65%

Color #009F9F in popluar number systems.

HEX009F9F
Decimal0159159
Binary01001111110011111
Octal0237237

Shades and tints

Shades of #009F9F

#009F9F
(0,159,159)
#009191
(0,145,145)
#008383
(0,131,131)
#007575
(0,117,117)
#006767
(0,103,103)
#005959
(0,89,89)
#004B4B
(0,75,75)
#003D3D
(0,61,61)
#002F2F
(0,47,47)
#002121
(0,33,33)
#001313
(0,19,19)
#000000
(0,0,0)

Tints of #009F9F

#009F9F
(0,159,159)
#17A7A7
(23,167,167)
#2EAFAF
(46,175,175)
#45B7B7
(69,183,183)
#5CBFBF
(92,191,191)
#73C7C7
(115,199,199)
#8ACFCF
(138,207,207)
#A1D7D7
(161,215,215)
#B8DFDF
(184,223,223)
#CFE7E7
(207,231,231)
#E6EFEF
(230,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #009F9F; }

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

This text font color is #009F9F.


Background Color

.myBgColor { background-color: #009F9F; }

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

This div background color is #009F9F.


Border color

.myBorderColor { border: 1px solid #009F9F; }

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

This div border color is #009F9F.


Opacity

.myOpacity80 { color: #009F9F; opacity: 0.8; }

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

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

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

This text has shadow with #009F9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009F9F on black background.


Color preview on white background

This text has color #009F9F on white background.



Black color preview on #009F9F background

This text has black color on #009F9F background.


White color preview on #009F9F background

This text has white color on #009F9F background.