COLOR #2AB59B

HEX: #2AB59B
RGB: (42,181,155)

Color info

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

RGB color model

#2AB59B color RGB value is (42,181,155).

  • red value is 42;
  • green value is 181;
  • blue value is 155.
RGB:
(42,181,155)
(16%,71%,61%)

RGB channels and saturation

R 42 of 255 = 16%
G 181 of 255 = 71%
B 155 of 255 = 61%

42
181
155

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

Portions of RGB colors in percentages

R + G + B =
42 + 181 + 155 = 378 (100%)
R 42 of 378 ~ 11.11%
G 181 of 378 ~ 47.88%
B 155 of 378 ~ 41.01%

%11.11
%47.88
%41.01

CMYK color model

#2AB59B color CMYK value is (77,0,14,29).

  • cyan value is 76.80%
  • magenta value is 0.00%
  • yellow value is 14.36%
  • key color value is 29.02%
CMYK:
(77,0,14,29)
C77M0Y14K29 
(77%,0%,14%,29%)
(0.77/0.00/0.14/0.29)	

CMYK percentages

%76.8
%0
%14.36
%29.02

Codes

Color #2AB59B in popluar color models

2AB59B
RGB42181155
HSL169°62.33%43.73%
HSB/HSV169°76.80%70.98%
CMYK76.80%0.00%14.36%
29.02%

Color #2AB59B in popluar number systems.

HEX2AB59B
Decimal42181155
Binary1010101011010110011011
Octal52265233

Shades and tints

Shades of #2AB59B

#2AB59B
(42,181,155)
#27A58D
(39,165,141)
#24957F
(36,149,127)
#218571
(33,133,113)
#1E7563
(30,117,99)
#1B6555
(27,101,85)
#185547
(24,85,71)
#154539
(21,69,57)
#12352B
(18,53,43)
#0F251D
(15,37,29)
#0C150F
(12,21,15)
#000000
(0,0,0)

Tints of #2AB59B

#2AB59B
(42,181,155)
#3DBBA4
(61,187,164)
#50C1AD
(80,193,173)
#63C7B6
(99,199,182)
#76CDBF
(118,205,191)
#89D3C8
(137,211,200)
#9CD9D1
(156,217,209)
#AFDFDA
(175,223,218)
#C2E5E3
(194,229,227)
#D5EBEC
(213,235,236)
#E8F1F5
(232,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AB59B color. Also use rgb(42,181,155) instead hex code.

Text Font Color

.myTextColor { color: #2AB59B; }

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

This text font color is #2AB59B.


Background Color

.myBgColor { background-color: #2AB59B; }

<div style="background-color:#2AB59B">Inner text</div>

This div background color is #2AB59B.


Border color

.myBorderColor { border: 1px solid #2AB59B; }

<div style="border:3px solid #2AB59B">Div</div>

This div border color is #2AB59B.


Opacity

.myOpacity80 { color: #2AB59B; opacity: 0.8; }

<p style="color:#2AB59B;opacity:0.8;">80%</p>

Text with #2AB59B 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 #2AB59B;}

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

This text has shadow with #2AB59B color.

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

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

This text has shadow with #2AB59B primary color and red secondary color.


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

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

This text has shadow with #2AB59B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AB59B on black background.


Color preview on white background

This text has color #2AB59B on white background.



Black color preview on #2AB59B background

This text has black color on #2AB59B background.


White color preview on #2AB59B background

This text has white color on #2AB59B background.