COLOR #00909C

HEX: #00909C
RGB: (0,144,156)

Color info

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

RGB color model

#00909C color RGB value is (0,144,156).

  • red value is 0;
  • green value is 144;
  • blue value is 156.
RGB:
(0,144,156)
(0%,56%,61%)

RGB channels and saturation

R 0 of 255 = 0%
G 144 of 255 = 56%
B 156 of 255 = 61%

0
144
156

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

Portions of RGB colors in percentages

R + G + B =
0 + 144 + 156 = 300 (100%)
R 0 of 300 ~ 0%
G 144 of 300 ~ 48%
B 156 of 300 ~ 52%

%48
%52

CMYK color model

#00909C color CMYK value is (100,8,0,39).

  • cyan value is 100.00%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK:
(100,8,0,39)
C100M8Y0K39 
(100%,8%,0%,39%)
(1.00/0.08/0.00/0.39)	

CMYK percentages

%100
%7.69
%0
%38.82

Codes

Color #00909C in popluar color models

00909C
RGB0144156
HSL185°100.00%30.59%
HSB/HSV185°100.00%61.18%
CMYK100.00%7.69%0.00%
38.82%

Color #00909C in popluar number systems.

HEX00909C
Decimal0144156
Binary01001000010011100
Octal0220234

Shades and tints

Shades of #00909C

#00909C
(0,144,156)
#00838E
(0,131,142)
#007680
(0,118,128)
#006972
(0,105,114)
#005C64
(0,92,100)
#004F56
(0,79,86)
#004248
(0,66,72)
#00353A
(0,53,58)
#00282C
(0,40,44)
#001B1E
(0,27,30)
#000E10
(0,14,16)
#000000
(0,0,0)

Tints of #00909C

#00909C
(0,144,156)
#179AA5
(23,154,165)
#2EA4AE
(46,164,174)
#45AEB7
(69,174,183)
#5CB8C0
(92,184,192)
#73C2C9
(115,194,201)
#8ACCD2
(138,204,210)
#A1D6DB
(161,214,219)
#B8E0E4
(184,224,228)
#CFEAED
(207,234,237)
#E6F4F6
(230,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00909C color. Also use rgb(0,144,156) instead hex code.

Text Font Color

.myTextColor { color: #00909C; }

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

This text font color is #00909C.


Background Color

.myBgColor { background-color: #00909C; }

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

This div background color is #00909C.


Border color

.myBorderColor { border: 1px solid #00909C; }

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

This div border color is #00909C.


Opacity

.myOpacity80 { color: #00909C; opacity: 0.8; }

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

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

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

This text has shadow with #00909C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00909C on black background.


Color preview on white background

This text has color #00909C on white background.



Black color preview on #00909C background

This text has black color on #00909C background.


White color preview on #00909C background

This text has white color on #00909C background.