COLOR #009898

HEX: #009898
RGB: (0,152,152)

Color info

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

RGB color model

#009898 color RGB value is (0,152,152).

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

RGB channels and saturation

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

0
152
152

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

Portions of RGB colors in percentages

R + G + B =
0 + 152 + 152 = 304 (100%)
R 0 of 304 ~ 0%
G 152 of 304 ~ 50%
B 152 of 304 ~ 50%

%50
%50

CMYK color model

#009898 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.39%
CMYK:
(100,0,0,40)
C100M0Y0K40 
(100%,0%,0%,40%)
(1.00/0.00/0.00/0.40)	

CMYK percentages

%100
%0
%0
%40.39

Codes

Color #009898 in popluar color models

009898
RGB0152152
HSL180°100.00%29.80%
HSB/HSV180°100.00%59.61%
CMYK100.00%0.00%0.00%
40.39%

Color #009898 in popluar number systems.

HEX009898
Decimal0152152
Binary01001100010011000
Octal0230230

Shades and tints

Shades of #009898

#009898
(0,152,152)
#008B8B
(0,139,139)
#007E7E
(0,126,126)
#007171
(0,113,113)
#006464
(0,100,100)
#005757
(0,87,87)
#004A4A
(0,74,74)
#003D3D
(0,61,61)
#003030
(0,48,48)
#002323
(0,35,35)
#001616
(0,22,22)
#000000
(0,0,0)

Tints of #009898

#009898
(0,152,152)
#17A1A1
(23,161,161)
#2EAAAA
(46,170,170)
#45B3B3
(69,179,179)
#5CBCBC
(92,188,188)
#73C5C5
(115,197,197)
#8ACECE
(138,206,206)
#A1D7D7
(161,215,215)
#B8E0E0
(184,224,224)
#CFE9E9
(207,233,233)
#E6F2F2
(230,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #009898; }

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

This text font color is #009898.


Background Color

.myBgColor { background-color: #009898; }

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

This div background color is #009898.


Border color

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

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

This div border color is #009898.


Opacity

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

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

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

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

This text has shadow with #009898 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #009898 on black background.


Color preview on white background

This text has color #009898 on white background.



Black color preview on #009898 background

This text has black color on #009898 background.


White color preview on #009898 background

This text has white color on #009898 background.