COLOR #099589

HEX: #099589
RGB: (9,149,137)

Color info

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

RGB color model

#099589 color RGB value is (9,149,137).

  • red value is 9;
  • green value is 149;
  • blue value is 137.
RGB:
(9,149,137)
(4%,58%,54%)

RGB channels and saturation

R 9 of 255 = 4%
G 149 of 255 = 58%
B 137 of 255 = 54%

9
149
137

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

Portions of RGB colors in percentages

R + G + B =
9 + 149 + 137 = 295 (100%)
R 9 of 295 ~ 3.05%
G 149 of 295 ~ 50.51%
B 137 of 295 ~ 46.44%

%50.51
%46.44

CMYK color model

#099589 color CMYK value is (94,0,8,42).

  • cyan value is 93.96%
  • magenta value is 0.00%
  • yellow value is 8.05%
  • key color value is 41.57%
CMYK:
(94,0,8,42)
C94M0Y8K42 
(94%,0%,8%,42%)
(0.94/0.00/0.08/0.42)	

CMYK percentages

%93.96
%0
%8.05
%41.57

Codes

Color #099589 in popluar color models

099589
RGB9149137
HSL175°88.61%30.98%
HSB/HSV175°93.96%58.43%
CMYK93.96%0.00%8.05%
41.57%

Color #099589 in popluar number systems.

HEX099589
Decimal9149137
Binary10011001010110001001
Octal11225211

Shades and tints

Shades of #099589

#099589
(9,149,137)
#09887D
(9,136,125)
#097B71
(9,123,113)
#096E65
(9,110,101)
#096159
(9,97,89)
#09544D
(9,84,77)
#094741
(9,71,65)
#093A35
(9,58,53)
#092D29
(9,45,41)
#09201D
(9,32,29)
#091311
(9,19,17)
#000000
(0,0,0)

Tints of #099589

#099589
(9,149,137)
#1F9E93
(31,158,147)
#35A79D
(53,167,157)
#4BB0A7
(75,176,167)
#61B9B1
(97,185,177)
#77C2BB
(119,194,187)
#8DCBC5
(141,203,197)
#A3D4CF
(163,212,207)
#B9DDD9
(185,221,217)
#CFE6E3
(207,230,227)
#E5EFED
(229,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #099589 color. Also use rgb(9,149,137) instead hex code.

Text Font Color

.myTextColor { color: #099589; }

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

This text font color is #099589.


Background Color

.myBgColor { background-color: #099589; }

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

This div background color is #099589.


Border color

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

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

This div border color is #099589.


Opacity

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

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

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

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

This text has shadow with #099589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #099589 on black background.


Color preview on white background

This text has color #099589 on white background.



Black color preview on #099589 background

This text has black color on #099589 background.


White color preview on #099589 background

This text has white color on #099589 background.