COLOR #1BB490

HEX: #1BB490
RGB: (27,180,144)

Color info

#1BB490 contains mainly green and blue colors. Web safe color of #1BB490 is #33CC99 (or #3C9).

RGB color model

#1BB490 color RGB value is (27,180,144).

  • red value is 27;
  • green value is 180;
  • blue value is 144.
RGB:
(27,180,144)
(11%,71%,56%)

RGB channels and saturation

R 27 of 255 = 11%
G 180 of 255 = 71%
B 144 of 255 = 56%

27
180
144

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

Portions of RGB colors in percentages

R + G + B =
27 + 180 + 144 = 351 (100%)
R 27 of 351 ~ 7.69%
G 180 of 351 ~ 51.28%
B 144 of 351 ~ 41.03%

%51.28
%41.03

CMYK color model

#1BB490 color CMYK value is (85,0,20,29).

  • cyan value is 85.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 29.41%
CMYK:
(85,0,20,29)
C85M0Y20K29 
(85%,0%,20%,29%)
(0.85/0.00/0.20/0.29)	

CMYK percentages

%85
%0
%20
%29.41

Codes

Color #1BB490 in popluar color models

1BB490
RGB27180144
HSL166°73.91%40.59%
HSB/HSV166°85.00%70.59%
CMYK85.00%0.00%20.00%
29.41%

Color #1BB490 in popluar number systems.

HEX1BB490
Decimal27180144
Binary110111011010010010000
Octal33264220

Shades and tints

Shades of #1BB490

#1BB490
(27,180,144)
#19A483
(25,164,131)
#179476
(23,148,118)
#158469
(21,132,105)
#13745C
(19,116,92)
#11644F
(17,100,79)
#0F5442
(15,84,66)
#0D4435
(13,68,53)
#0B3428
(11,52,40)
#09241B
(9,36,27)
#07140E
(7,20,14)
#000000
(0,0,0)

Tints of #1BB490

#1BB490
(27,180,144)
#2FBA9A
(47,186,154)
#43C0A4
(67,192,164)
#57C6AE
(87,198,174)
#6BCCB8
(107,204,184)
#7FD2C2
(127,210,194)
#93D8CC
(147,216,204)
#A7DED6
(167,222,214)
#BBE4E0
(187,228,224)
#CFEAEA
(207,234,234)
#E3F0F4
(227,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1BB490 color. Also use rgb(27,180,144) instead hex code.

Text Font Color

.myTextColor { color: #1BB490; }

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

This text font color is #1BB490.


Background Color

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

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

This div background color is #1BB490.


Border color

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

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

This div border color is #1BB490.


Opacity

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

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

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

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

This text has shadow with #1BB490 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1BB490 on black background.


Color preview on white background

This text has color #1BB490 on white background.



Black color preview on #1BB490 background

This text has black color on #1BB490 background.


White color preview on #1BB490 background

This text has white color on #1BB490 background.