COLOR #19A6B8

HEX: #19A6B8
RGB: (25,166,184)

Color info

#19A6B8 contains mainly green and blue colors. Web safe color of #19A6B8 is #0099CC (or #09C).

RGB color model

#19A6B8 color RGB value is (25,166,184).

  • red value is 25;
  • green value is 166;
  • blue value is 184.
RGB:
(25,166,184)
(10%,65%,72%)

RGB channels and saturation

R 25 of 255 = 10%
G 166 of 255 = 65%
B 184 of 255 = 72%

25
166
184

R + G + B ~ 49%. #19A6B8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
25 + 166 + 184 = 375 (100%)
R 25 of 375 ~ 6.67%
G 166 of 375 ~ 44.27%
B 184 of 375 ~ 49.07%

%44.27
%49.07

CMYK color model

#19A6B8 color CMYK value is (86,10,0,28).

  • cyan value is 86.41%
  • magenta value is 9.78%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(86,10,0,28)
C86M10Y0K28 
(86%,10%,0%,28%)
(0.86/0.10/0.00/0.28)	

CMYK percentages

%86.41
%9.78
%0
%27.84

Codes

Color #19A6B8 in popluar color models

19A6B8
RGB25166184
HSL187°76.08%40.98%
HSB/HSV187°86.41%72.16%
CMYK86.41%9.78%0.00%
27.84%

Color #19A6B8 in popluar number systems.

HEX19A6B8
Decimal25166184
Binary110011010011010111000
Octal31246270

Shades and tints

Shades of #19A6B8

#19A6B8
(25,166,184)
#1797A8
(23,151,168)
#158898
(21,136,152)
#137988
(19,121,136)
#116A78
(17,106,120)
#0F5B68
(15,91,104)
#0D4C58
(13,76,88)
#0B3D48
(11,61,72)
#092E38
(9,46,56)
#071F28
(7,31,40)
#051018
(5,16,24)
#000000
(0,0,0)

Tints of #19A6B8

#19A6B8
(25,166,184)
#2DAEBE
(45,174,190)
#41B6C4
(65,182,196)
#55BECA
(85,190,202)
#69C6D0
(105,198,208)
#7DCED6
(125,206,214)
#91D6DC
(145,214,220)
#A5DEE2
(165,222,226)
#B9E6E8
(185,230,232)
#CDEEEE
(205,238,238)
#E1F6F4
(225,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19A6B8 color. Also use rgb(25,166,184) instead hex code.

Text Font Color

.myTextColor { color: #19A6B8; }

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

This text font color is #19A6B8.


Background Color

.myBgColor { background-color: #19A6B8; }

<div style="background-color:#19A6B8">Inner text</div>

This div background color is #19A6B8.


Border color

.myBorderColor { border: 1px solid #19A6B8; }

<div style="border:3px solid #19A6B8">Div</div>

This div border color is #19A6B8.


Opacity

.myOpacity80 { color: #19A6B8; opacity: 0.8; }

<p style="color:#19A6B8;opacity:0.8;">80%</p>

Text with #19A6B8 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 #19A6B8;}

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

This text has shadow with #19A6B8 color.

.textShadow {text-shadow: 3px 3px 1px #19A6B8, 3px 3px 1px red;}

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

This text has shadow with #19A6B8 primary color and red secondary color.


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

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

This text has shadow with #19A6B8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19A6B8 on black background.


Color preview on white background

This text has color #19A6B8 on white background.



Black color preview on #19A6B8 background

This text has black color on #19A6B8 background.


White color preview on #19A6B8 background

This text has white color on #19A6B8 background.