COLOR #19B8D2

HEX: #19B8D2
RGB: (25,184,210)

Color info

#19B8D2 contains mainly green and blue colors. Web safe color of #19B8D2 is #00CCCC (or #0CC).

RGB color model

#19B8D2 color RGB value is (25,184,210).

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

RGB channels and saturation

R 25 of 255 = 10%
G 184 of 255 = 72%
B 210 of 255 = 82%

25
184
210

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

Portions of RGB colors in percentages

R + G + B =
25 + 184 + 210 = 419 (100%)
R 25 of 419 ~ 5.97%
G 184 of 419 ~ 43.91%
B 210 of 419 ~ 50.12%

%43.91
%50.12

CMYK color model

#19B8D2 color CMYK value is (88,12,0,18).

  • cyan value is 88.10%
  • magenta value is 12.38%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(88,12,0,18)
C88M12Y0K18 
(88%,12%,0%,18%)
(0.88/0.12/0.00/0.18)	

CMYK percentages

%88.1
%12.38
%0
%17.65

Codes

Color #19B8D2 in popluar color models

19B8D2
RGB25184210
HSL188°78.72%46.08%
HSB/HSV188°88.10%82.35%
CMYK88.10%12.38%0.00%
17.65%

Color #19B8D2 in popluar number systems.

HEX19B8D2
Decimal25184210
Binary110011011100011010010
Octal31270322

Shades and tints

Shades of #19B8D2

#19B8D2
(25,184,210)
#17A8BF
(23,168,191)
#1598AC
(21,152,172)
#138899
(19,136,153)
#117886
(17,120,134)
#0F6873
(15,104,115)
#0D5860
(13,88,96)
#0B484D
(11,72,77)
#09383A
(9,56,58)
#072827
(7,40,39)
#051814
(5,24,20)
#000000
(0,0,0)

Tints of #19B8D2

#19B8D2
(25,184,210)
#2DBED6
(45,190,214)
#41C4DA
(65,196,218)
#55CADE
(85,202,222)
#69D0E2
(105,208,226)
#7DD6E6
(125,214,230)
#91DCEA
(145,220,234)
#A5E2EE
(165,226,238)
#B9E8F2
(185,232,242)
#CDEEF6
(205,238,246)
#E1F4FA
(225,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #19B8D2; }

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

This text font color is #19B8D2.


Background Color

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

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

This div background color is #19B8D2.


Border color

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

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

This div border color is #19B8D2.


Opacity

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

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

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

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

This text has shadow with #19B8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #19B8D2 on black background.


Color preview on white background

This text has color #19B8D2 on white background.



Black color preview on #19B8D2 background

This text has black color on #19B8D2 background.


White color preview on #19B8D2 background

This text has white color on #19B8D2 background.