COLOR #189B85

HEX: #189B85
RGB: (24,155,133)

Color info

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

RGB color model

#189B85 color RGB value is (24,155,133).

  • red value is 24;
  • green value is 155;
  • blue value is 133.
RGB:
(24,155,133)
(9%,61%,52%)

RGB channels and saturation

R 24 of 255 = 9%
G 155 of 255 = 61%
B 133 of 255 = 52%

24
155
133

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

Portions of RGB colors in percentages

R + G + B =
24 + 155 + 133 = 312 (100%)
R 24 of 312 ~ 7.69%
G 155 of 312 ~ 49.68%
B 133 of 312 ~ 42.63%

%49.68
%42.63

CMYK color model

#189B85 color CMYK value is (85,0,14,39).

  • cyan value is 84.52%
  • magenta value is 0.00%
  • yellow value is 14.19%
  • key color value is 39.22%
CMYK:
(85,0,14,39)
C85M0Y14K39 
(85%,0%,14%,39%)
(0.85/0.00/0.14/0.39)	

CMYK percentages

%84.52
%0
%14.19
%39.22

Codes

Color #189B85 in popluar color models

189B85
RGB24155133
HSL170°73.18%35.10%
HSB/HSV170°84.52%60.78%
CMYK84.52%0.00%14.19%
39.22%

Color #189B85 in popluar number systems.

HEX189B85
Decimal24155133
Binary110001001101110000101
Octal30233205

Shades and tints

Shades of #189B85

#189B85
(24,155,133)
#168D79
(22,141,121)
#147F6D
(20,127,109)
#127161
(18,113,97)
#106355
(16,99,85)
#0E5549
(14,85,73)
#0C473D
(12,71,61)
#0A3931
(10,57,49)
#082B25
(8,43,37)
#061D19
(6,29,25)
#040F0D
(4,15,13)
#000000
(0,0,0)

Tints of #189B85

#189B85
(24,155,133)
#2DA490
(45,164,144)
#42AD9B
(66,173,155)
#57B6A6
(87,182,166)
#6CBFB1
(108,191,177)
#81C8BC
(129,200,188)
#96D1C7
(150,209,199)
#ABDAD2
(171,218,210)
#C0E3DD
(192,227,221)
#D5ECE8
(213,236,232)
#EAF5F3
(234,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #189B85 color. Also use rgb(24,155,133) instead hex code.

Text Font Color

.myTextColor { color: #189B85; }

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

This text font color is #189B85.


Background Color

.myBgColor { background-color: #189B85; }

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

This div background color is #189B85.


Border color

.myBorderColor { border: 1px solid #189B85; }

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

This div border color is #189B85.


Opacity

.myOpacity80 { color: #189B85; opacity: 0.8; }

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

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

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

This text has shadow with #189B85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #189B85 on black background.


Color preview on white background

This text has color #189B85 on white background.



Black color preview on #189B85 background

This text has black color on #189B85 background.


White color preview on #189B85 background

This text has white color on #189B85 background.