COLOR #089D93

HEX: #089D93 RGB: (8,157,147)

Color info

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

RGB color model

#089D93 color RGB value is (8,157,147).

RGB: (8,157,147) (3%, 62%, 58%)

RGB channels and saturation

R 8 of 255 = 3%
G 157 of 255 = 62%
B 147 of 255 = 58%

8
157
147

R + G + B ~ 41%. #089D93 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 8 + 157 + 147 = 312 (100%)
R 8 of 312 ~ 2.56%
G 157 of 312 ~ 50.32%
B 147 of 312 ~ 47.12'%

%50.32
%47.12

CMYK color model

#089D93 color CMYK value is (95,0,6,38).

  • cyan value is 94.90%
  • magenta value is 0.00%
  • yellow value is 6.37%
  • key color value is 38.43%

CMYK: (95,0,6,38)
C95M0Y6K38 (95%, 0%, 6%, 38%)
(0.95 / 0.00 / 0.06 / 0.38)

CMYK percentages

%94.9
%0
%6.37
%38.43

Codes

Color #089D93 in popluar color models

08 9D 93
RGB 8 157 147
HSL 176° 90.30% 32.35%
HSB/HSV 176° 94.90% 61.57%
CMYK 94.90% 0.00% 6.37%
38.43%

Color #089D93 in popluar number systems.

HEX 08 9D 93
Decimal 8 157 147
Binary 1000 10011101 10010011
Octal 10 235 223

Shades and tints

Shades of #089D93

#089D93
(8,157,147)
#088F86
(8,143,134)
#088179
(8,129,121)
#08736C
(8,115,108)
#08655F
(8,101,95)
#085752
(8,87,82)
#084945
(8,73,69)
#083B38
(8,59,56)
#082D2B
(8,45,43)
#081F1E
(8,31,30)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #089D93

#089D93
(8,157,147)
#1EA59C
(30,165,156)
#34ADA5
(52,173,165)
#4AB5AE
(74,181,174)
#60BDB7
(96,189,183)
#76C5C0
(118,197,192)
#8CCDC9
(140,205,201)
#A2D5D2
(162,213,210)
#B8DDDB
(184,221,219)
#CEE5E4
(206,229,228)
#E4EDED
(228,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #089D93 color. Also use rgb(8,157,147) instead hex code.

Text Font Color

.myTextColor { color: #089D93; }

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

This text font color is #089D93.

Background Color

.myBgColor { background-color: #089D93; }

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

This div background color is #089D93.

Border color

.myBorderColor { border: 1px solid #089D93; }

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

This div border color is #089D93.

Opacity

.myOpacity80 { color: #089D93; opacity: 0.8; }

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

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

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

This text has shadow with #089D93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #089D93.

Preview

Color preview on black background

This text has color #089D93 on black background.


Color preview on white background

This text has color #089D93 on white background.


Black color preview on #089D93 background

This text has black color on #089D93 background.


White color preview on #089D93 background

This text has white color on #089D93 background.


Related colors

Complementary color

Complementary color for #hex is #F7626C.


I love getcolorcode.com

Triadic colors

1 #93089D and #9D9308 with #089D93 are triadic colors.

2 #939D08 and #9D0893 with #089D93 are triadic colors.