COLOR #1899A9

HEX: #1899A9
RGB: (24,153,169)

Color info

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

RGB color model

#1899A9 color RGB value is (24,153,169).

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

RGB channels and saturation

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

24
153
169

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

Portions of RGB colors in percentages

R + G + B =
24 + 153 + 169 = 346 (100%)
R 24 of 346 ~ 6.94%
G 153 of 346 ~ 44.22%
B 169 of 346 ~ 48.84%

%44.22
%48.84

CMYK color model

#1899A9 color CMYK value is (86,9,0,34).

  • cyan value is 85.80%
  • magenta value is 9.47%
  • 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
%9.47
%0
%33.73

Codes

Color #1899A9 in popluar color models

1899A9
RGB24153169
HSL187°75.13%37.84%
HSB/HSV187°85.80%66.27%
CMYK85.80%9.47%0.00%
33.73%

Color #1899A9 in popluar number systems.

HEX1899A9
Decimal24153169
Binary110001001100110101001
Octal30231251

Shades and tints

Shades of #1899A9

#1899A9
(24,153,169)
#168C9A
(22,140,154)
#147F8B
(20,127,139)
#12727C
(18,114,124)
#10656D
(16,101,109)
#0E585E
(14,88,94)
#0C4B4F
(12,75,79)
#0A3E40
(10,62,64)
#083131
(8,49,49)
#062422
(6,36,34)
#041713
(4,23,19)
#000000
(0,0,0)

Tints of #1899A9

#1899A9
(24,153,169)
#2DA2B0
(45,162,176)
#42ABB7
(66,171,183)
#57B4BE
(87,180,190)
#6CBDC5
(108,189,197)
#81C6CC
(129,198,204)
#96CFD3
(150,207,211)
#ABD8DA
(171,216,218)
#C0E1E1
(192,225,225)
#D5EAE8
(213,234,232)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1899A9 color. Also use rgb(24,153,169) instead hex code.

Text Font Color

.myTextColor { color: #1899A9; }

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

This text font color is #1899A9.


Background Color

.myBgColor { background-color: #1899A9; }

<div style="background-color:#1899A9">Inner text</div>

This div background color is #1899A9.


Border color

.myBorderColor { border: 1px solid #1899A9; }

<div style="border:3px solid #1899A9">Div</div>

This div border color is #1899A9.


Opacity

.myOpacity80 { color: #1899A9; opacity: 0.8; }

<p style="color:#1899A9;opacity:0.8;">80%</p>

Text with #1899A9 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 #1899A9;}

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

This text has shadow with #1899A9 color.

.textShadow {text-shadow: 3px 3px 1px #1899A9, 3px 3px 1px red;}

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

This text has shadow with #1899A9 primary color and red secondary color.


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

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

This text has shadow with #1899A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1899A9 on black background.


Color preview on white background

This text has color #1899A9 on white background.



Black color preview on #1899A9 background

This text has black color on #1899A9 background.


White color preview on #1899A9 background

This text has white color on #1899A9 background.