COLOR #189AA9

HEX: #189AA9
RGB: (24,154,169)

Color info

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

RGB color model

#189AA9 color RGB value is (24,154,169).

  • red value is 24;
  • green value is 154;
  • blue value is 169.
RGB:
(24,154,169)
(9%,60%,66%)

RGB channels and saturation

R 24 of 255 = 9%
G 154 of 255 = 60%
B 169 of 255 = 66%

24
154
169

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

Portions of RGB colors in percentages

R + G + B =
24 + 154 + 169 = 347 (100%)
R 24 of 347 ~ 6.92%
G 154 of 347 ~ 44.38%
B 169 of 347 ~ 48.7%

%44.38
%48.7

CMYK color model

#189AA9 color CMYK value is (86,9,0,34).

  • cyan value is 85.80%
  • magenta value is 8.88%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(86,9,0,34)
C86M9Y0K34 
(86%,9%,0%,34%)
(0.86/0.09/0.00/0.34)	

CMYK percentages

%85.8
%8.88
%0
%33.73

Codes

Color #189AA9 in popluar color models

189AA9
RGB24154169
HSL186°75.13%37.84%
HSB/HSV186°85.80%66.27%
CMYK85.80%8.88%0.00%
33.73%

Color #189AA9 in popluar number systems.

HEX189AA9
Decimal24154169
Binary110001001101010101001
Octal30232251

Shades and tints

Shades of #189AA9

#189AA9
(24,154,169)
#168C9A
(22,140,154)
#147E8B
(20,126,139)
#12707C
(18,112,124)
#10626D
(16,98,109)
#0E545E
(14,84,94)
#0C464F
(12,70,79)
#0A3840
(10,56,64)
#082A31
(8,42,49)
#061C22
(6,28,34)
#040E13
(4,14,19)
#000000
(0,0,0)

Tints of #189AA9

#189AA9
(24,154,169)
#2DA3B0
(45,163,176)
#42ACB7
(66,172,183)
#57B5BE
(87,181,190)
#6CBEC5
(108,190,197)
#81C7CC
(129,199,204)
#96D0D3
(150,208,211)
#ABD9DA
(171,217,218)
#C0E2E1
(192,226,225)
#D5EBE8
(213,235,232)
#EAF4EF
(234,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #189AA9 color. Also use rgb(24,154,169) instead hex code.

Text Font Color

.myTextColor { color: #189AA9; }

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

This text font color is #189AA9.


Background Color

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

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

This div background color is #189AA9.


Border color

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

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

This div border color is #189AA9.


Opacity

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

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

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

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

This text has shadow with #189AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #189AA9 on black background.


Color preview on white background

This text has color #189AA9 on white background.



Black color preview on #189AA9 background

This text has black color on #189AA9 background.


White color preview on #189AA9 background

This text has white color on #189AA9 background.