COLOR #009968

HEX: #009968
RGB: (0,153,104)

Color info

#009968 contains only green and blue colors. Web safe color of #009968 is #009966 (or #096).

RGB color model

#009968 color RGB value is (0,153,104).

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

RGB channels and saturation

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

0
153
104

R + G + B ~ 34%. #009968 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 153 + 104 = 257 (100%)
R 0 of 257 ~ 0%
G 153 of 257 ~ 59.53%
B 104 of 257 ~ 40.47%

%59.53
%40.47

CMYK color model

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

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

CMYK percentages

%100
%0
%32.03
%40

Codes

Color #009968 in popluar color models

009968
RGB0153104
HSL161°100.00%30.00%
HSB/HSV161°100.00%60.00%
CMYK100.00%0.00%32.03%
40.00%

Color #009968 in popluar number systems.

HEX009968
Decimal0153104
Binary0100110011101000
Octal0231150

Shades and tints

Shades of #009968

#009968
(0,153,104)
#008C5F
(0,140,95)
#007F56
(0,127,86)
#00724D
(0,114,77)
#006544
(0,101,68)
#00583B
(0,88,59)
#004B32
(0,75,50)
#003E29
(0,62,41)
#003120
(0,49,32)
#002417
(0,36,23)
#00170E
(0,23,14)
#000000
(0,0,0)

Tints of #009968

#009968
(0,153,104)
#17A275
(23,162,117)
#2EAB82
(46,171,130)
#45B48F
(69,180,143)
#5CBD9C
(92,189,156)
#73C6A9
(115,198,169)
#8ACFB6
(138,207,182)
#A1D8C3
(161,216,195)
#B8E1D0
(184,225,208)
#CFEADD
(207,234,221)
#E6F3EA
(230,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #009968; }

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

This text font color is #009968.


Background Color

.myBgColor { background-color: #009968; }

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

This div background color is #009968.


Border color

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

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

This div border color is #009968.


Opacity

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

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

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

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

This text has shadow with #009968 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009968 on black background.


Color preview on white background

This text has color #009968 on white background.



Black color preview on #009968 background

This text has black color on #009968 background.


White color preview on #009968 background

This text has white color on #009968 background.