COLOR #009696

HEX: #009696
RGB: (0,150,150)

Color info

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

RGB color model

#009696 color RGB value is (0,150,150).

  • red value is 0;
  • green value is 150;
  • blue value is 150.
RGB:
(0,150,150)
(0%,59%,59%)

RGB channels and saturation

R 0 of 255 = 0%
G 150 of 255 = 59%
B 150 of 255 = 59%

0
150
150

R + G + B ~ 39%. #009696 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 150 + 150 = 300 (100%)
R 0 of 300 ~ 0%
G 150 of 300 ~ 50%
B 150 of 300 ~ 50%

%50
%50

CMYK color model

#009696 color CMYK value is (100,0,0,41).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(100,0,0,41)
C100M0Y0K41 
(100%,0%,0%,41%)
(1.00/0.00/0.00/0.41)	

CMYK percentages

%100
%0
%0
%41.18

Codes

Color #009696 in popluar color models

009696
RGB0150150
HSL180°100.00%29.41%
HSB/HSV180°100.00%58.82%
CMYK100.00%0.00%0.00%
41.18%

Color #009696 in popluar number systems.

HEX009696
Decimal0150150
Binary01001011010010110
Octal0226226

Shades and tints

Shades of #009696

#009696
(0,150,150)
#008989
(0,137,137)
#007C7C
(0,124,124)
#006F6F
(0,111,111)
#006262
(0,98,98)
#005555
(0,85,85)
#004848
(0,72,72)
#003B3B
(0,59,59)
#002E2E
(0,46,46)
#002121
(0,33,33)
#001414
(0,20,20)
#000000
(0,0,0)

Tints of #009696

#009696
(0,150,150)
#179F9F
(23,159,159)
#2EA8A8
(46,168,168)
#45B1B1
(69,177,177)
#5CBABA
(92,186,186)
#73C3C3
(115,195,195)
#8ACCCC
(138,204,204)
#A1D5D5
(161,213,213)
#B8DEDE
(184,222,222)
#CFE7E7
(207,231,231)
#E6F0F0
(230,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #009696; }

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

This text font color is #009696.


Background Color

.myBgColor { background-color: #009696; }

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

This div background color is #009696.


Border color

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

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

This div border color is #009696.


Opacity

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

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

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

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

This text has shadow with #009696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009696 on black background.


Color preview on white background

This text has color #009696 on white background.



Black color preview on #009696 background

This text has black color on #009696 background.


White color preview on #009696 background

This text has white color on #009696 background.