COLOR #1B9593

HEX: #1B9593
RGB: (27,149,147)

Color info

#1B9593 contains mainly green and blue colors. Web safe color of #1B9593 is #339999 (or #399).

RGB color model

#1B9593 color RGB value is (27,149,147).

  • red value is 27;
  • green value is 149;
  • blue value is 147.
RGB:
(27,149,147)
(11%,58%,58%)

RGB channels and saturation

R 27 of 255 = 11%
G 149 of 255 = 58%
B 147 of 255 = 58%

27
149
147

R + G + B ~ 42%. #1B9593 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
27 + 149 + 147 = 323 (100%)
R 27 of 323 ~ 8.36%
G 149 of 323 ~ 46.13%
B 147 of 323 ~ 45.51%

%46.13
%45.51

CMYK color model

#1B9593 color CMYK value is (82,0,1,42).

  • cyan value is 81.88%
  • magenta value is 0.00%
  • yellow value is 1.34%
  • key color value is 41.57%
CMYK:
(82,0,1,42)
C82M0Y1K42 
(82%,0%,1%,42%)
(0.82/0.00/0.01/0.42)	

CMYK percentages

%81.88
%0
%1.34
%41.57

Codes

Color #1B9593 in popluar color models

1B9593
RGB27149147
HSL179°69.32%34.51%
HSB/HSV179°81.88%58.43%
CMYK81.88%0.00%1.34%
41.57%

Color #1B9593 in popluar number systems.

HEX1B9593
Decimal27149147
Binary110111001010110010011
Octal33225223

Shades and tints

Shades of #1B9593

#1B9593
(27,149,147)
#198886
(25,136,134)
#177B79
(23,123,121)
#156E6C
(21,110,108)
#13615F
(19,97,95)
#115452
(17,84,82)
#0F4745
(15,71,69)
#0D3A38
(13,58,56)
#0B2D2B
(11,45,43)
#09201E
(9,32,30)
#071311
(7,19,17)
#000000
(0,0,0)

Tints of #1B9593

#1B9593
(27,149,147)
#2F9E9C
(47,158,156)
#43A7A5
(67,167,165)
#57B0AE
(87,176,174)
#6BB9B7
(107,185,183)
#7FC2C0
(127,194,192)
#93CBC9
(147,203,201)
#A7D4D2
(167,212,210)
#BBDDDB
(187,221,219)
#CFE6E4
(207,230,228)
#E3EFED
(227,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1B9593 color. Also use rgb(27,149,147) instead hex code.

Text Font Color

.myTextColor { color: #1B9593; }

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

This text font color is #1B9593.


Background Color

.myBgColor { background-color: #1B9593; }

<div style="background-color:#1B9593">Inner text</div>

This div background color is #1B9593.


Border color

.myBorderColor { border: 1px solid #1B9593; }

<div style="border:3px solid #1B9593">Div</div>

This div border color is #1B9593.


Opacity

.myOpacity80 { color: #1B9593; opacity: 0.8; }

<p style="color:#1B9593;opacity:0.8;">80%</p>

Text with #1B9593 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 #1B9593;}

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

This text has shadow with #1B9593 color.

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

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

This text has shadow with #1B9593 primary color and red secondary color.


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

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

This text has shadow with #1B9593 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1B9593 on black background.


Color preview on white background

This text has color #1B9593 on white background.



Black color preview on #1B9593 background

This text has black color on #1B9593 background.


White color preview on #1B9593 background

This text has white color on #1B9593 background.