COLOR #09898A

HEX: #09898A RGB: (9,137,138)

Color info

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

RGB color model

#09898A color RGB value is (9,137,138).

RGB: (9,137,138) (4%, 54%, 54%)

RGB channels and saturation

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

9
137
138

R + G + B ~ 37%. #09898A is quite dark color.

Portions of RGB colors in percentages

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

%48.24
%48.59

CMYK color model

#09898A color CMYK value is (93,1,0,46).

  • cyan value is 93.48%
  • magenta value is 0.72%
  • yellow value is 0.00%
  • key color value is 45.88%

CMYK: (93,1,0,46)
C93M1Y0K46 (93%, 1%, 0%, 46%)
(0.93 / 0.01 / 0.00 / 0.46)

CMYK percentages

%93.48
%0.72
%0
%45.88

Codes

Color #09898A in popluar color models

09 89 8A
RGB 9 137 138
HSL 180° 87.76% 28.82%
HSB/HSV 180° 93.48% 54.12%
CMYK 93.48% 0.72% 0.00%
45.88%

Color #09898A in popluar number systems.

HEX 09 89 8A
Decimal 9 137 138
Binary 1001 10001001 10001010
Octal 11 211 212

Shades and tints

Shades of #09898A

#09898A
(9,137,138)
#097D7E
(9,125,126)
#097172
(9,113,114)
#096566
(9,101,102)
#09595A
(9,89,90)
#094D4E
(9,77,78)
#094142
(9,65,66)
#093536
(9,53,54)
#09292A
(9,41,42)
#091D1E
(9,29,30)
#091112
(9,17,18)
#000000
(0,0,0)

Tints of #09898A

#09898A
(9,137,138)
#1F9394
(31,147,148)
#359D9E
(53,157,158)
#4BA7A8
(75,167,168)
#61B1B2
(97,177,178)
#77BBBC
(119,187,188)
#8DC5C6
(141,197,198)
#A3CFD0
(163,207,208)
#B9D9DA
(185,217,218)
#CFE3E4
(207,227,228)
#E5EDEE
(229,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09898A; }

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

This text font color is #09898A.

Background Color

.myBgColor { background-color: #09898A; }

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

This div background color is #09898A.

Border color

.myBorderColor { border: 1px solid #09898A; }

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

This div border color is #09898A.

Opacity

.myOpacity80 { color: #09898A; opacity: 0.8; }

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

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

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

This text has shadow with #09898A color.


.textShadow {text-shadow: 3px 3px 1px #09898A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #09898A; -webkit-box-shadow: 1px 1px 3px 2px #09898A; box-shadow:1px 1px 3px 2px #09898A;">
Div content here
</div>

This div box has shadow with color #09898A.

Preview

Color preview on black background

This text has color #09898A on black background.


Color preview on white background

This text has color #09898A on white background.


Black color preview on #09898A background

This text has black color on #09898A background.


White color preview on #09898A background

This text has white color on #09898A background.


Related colors

Complementary color

Complementary color for #hex is #F67675.


I love getcolorcode.com

Triadic colors

1 #8A0989 and #898A09 with #09898A are triadic colors.

2 #8A8909 and #89098A with #09898A are triadic colors.