COLOR #098A89

HEX: #098A89
RGB: (9,138,137)

Color info

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

RGB color model

#098A89 color RGB value is (9,138,137).

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

RGB channels and saturation

R 9 of 255 = 4%
G 138 of 255 = 54%
B 137 of 255 = 54%

9
138
137

R + G + B ~ 37%. #098A89 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 138 + 137 = 284 (100%)
R 9 of 284 ~ 3.17%
G 138 of 284 ~ 48.59%
B 137 of 284 ~ 48.24%

%48.59
%48.24

CMYK color model

#098A89 color CMYK value is (93,0,1,46).

  • cyan value is 93.48%
  • magenta value is 0.00%
  • yellow value is 0.72%
  • key color value is 45.88%
CMYK:
(93,0,1,46)
C93M0Y1K46 
(93%,0%,1%,46%)
(0.93/0.00/0.01/0.46)	

CMYK percentages

%93.48
%0
%0.72
%45.88

Codes

Color #098A89 in popluar color models

098A89
RGB9138137
HSL180°87.76%28.82%
HSB/HSV180°93.48%54.12%
CMYK93.48%0.00%0.72%
45.88%

Color #098A89 in popluar number systems.

HEX098A89
Decimal9138137
Binary10011000101010001001
Octal11212211

Shades and tints

Shades of #098A89

#098A89
(9,138,137)
#097E7D
(9,126,125)
#097271
(9,114,113)
#096665
(9,102,101)
#095A59
(9,90,89)
#094E4D
(9,78,77)
#094241
(9,66,65)
#093635
(9,54,53)
#092A29
(9,42,41)
#091E1D
(9,30,29)
#091211
(9,18,17)
#000000
(0,0,0)

Tints of #098A89

#098A89
(9,138,137)
#1F9493
(31,148,147)
#359E9D
(53,158,157)
#4BA8A7
(75,168,167)
#61B2B1
(97,178,177)
#77BCBB
(119,188,187)
#8DC6C5
(141,198,197)
#A3D0CF
(163,208,207)
#B9DAD9
(185,218,217)
#CFE4E3
(207,228,227)
#E5EEED
(229,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #098A89; }

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

This text font color is #098A89.


Background Color

.myBgColor { background-color: #098A89; }

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

This div background color is #098A89.


Border color

.myBorderColor { border: 1px solid #098A89; }

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

This div border color is #098A89.


Opacity

.myOpacity80 { color: #098A89; opacity: 0.8; }

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

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

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

This text has shadow with #098A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #098A89 on black background.


Color preview on white background

This text has color #098A89 on white background.



Black color preview on #098A89 background

This text has black color on #098A89 background.


White color preview on #098A89 background

This text has white color on #098A89 background.