COLOR #19B0BA

HEX: #19B0BA
RGB: (25,176,186)

Color info

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

RGB color model

#19B0BA color RGB value is (25,176,186).

  • red value is 25;
  • green value is 176;
  • blue value is 186.
RGB:
(25,176,186)
(10%,69%,73%)

RGB channels and saturation

R 25 of 255 = 10%
G 176 of 255 = 69%
B 186 of 255 = 73%

25
176
186

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

Portions of RGB colors in percentages

R + G + B =
25 + 176 + 186 = 387 (100%)
R 25 of 387 ~ 6.46%
G 176 of 387 ~ 45.48%
B 186 of 387 ~ 48.06%

%45.48
%48.06

CMYK color model

#19B0BA color CMYK value is (87,5,0,27).

  • cyan value is 86.56%
  • magenta value is 5.38%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(87,5,0,27)
C87M5Y0K27 
(87%,5%,0%,27%)
(0.87/0.05/0.00/0.27)	

CMYK percentages

%86.56
%5.38
%0
%27.06

Codes

Color #19B0BA in popluar color models

19B0BA
RGB25176186
HSL184°76.30%41.37%
HSB/HSV184°86.56%72.94%
CMYK86.56%5.38%0.00%
27.06%

Color #19B0BA in popluar number systems.

HEX19B0BA
Decimal25176186
Binary110011011000010111010
Octal31260272

Shades and tints

Shades of #19B0BA

#19B0BA
(25,176,186)
#17A0AA
(23,160,170)
#15909A
(21,144,154)
#13808A
(19,128,138)
#11707A
(17,112,122)
#0F606A
(15,96,106)
#0D505A
(13,80,90)
#0B404A
(11,64,74)
#09303A
(9,48,58)
#07202A
(7,32,42)
#05101A
(5,16,26)
#000000
(0,0,0)

Tints of #19B0BA

#19B0BA
(25,176,186)
#2DB7C0
(45,183,192)
#41BEC6
(65,190,198)
#55C5CC
(85,197,204)
#69CCD2
(105,204,210)
#7DD3D8
(125,211,216)
#91DADE
(145,218,222)
#A5E1E4
(165,225,228)
#B9E8EA
(185,232,234)
#CDEFF0
(205,239,240)
#E1F6F6
(225,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #19B0BA color. Also use rgb(25,176,186) instead hex code.

Text Font Color

.myTextColor { color: #19B0BA; }

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

This text font color is #19B0BA.


Background Color

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

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

This div background color is #19B0BA.


Border color

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

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

This div border color is #19B0BA.


Opacity

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

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

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

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

This text has shadow with #19B0BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19B0BA on black background.


Color preview on white background

This text has color #19B0BA on white background.



Black color preview on #19B0BA background

This text has black color on #19B0BA background.


White color preview on #19B0BA background

This text has white color on #19B0BA background.