COLOR #2AAB95

HEX: #2AAB95
RGB: (42,171,149)

Color info

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

RGB color model

#2AAB95 color RGB value is (42,171,149).

  • red value is 42;
  • green value is 171;
  • blue value is 149.
RGB:
(42,171,149)
(16%,67%,58%)

RGB channels and saturation

R 42 of 255 = 16%
G 171 of 255 = 67%
B 149 of 255 = 58%

42
171
149

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

Portions of RGB colors in percentages

R + G + B =
42 + 171 + 149 = 362 (100%)
R 42 of 362 ~ 11.6%
G 171 of 362 ~ 47.24%
B 149 of 362 ~ 41.16%

%11.6
%47.24
%41.16

CMYK color model

#2AAB95 color CMYK value is (75,0,13,33).

  • cyan value is 75.44%
  • magenta value is 0.00%
  • yellow value is 12.87%
  • key color value is 32.94%
CMYK:
(75,0,13,33)
C75M0Y13K33 
(75%,0%,13%,33%)
(0.75/0.00/0.13/0.33)	

CMYK percentages

%75.44
%0
%12.87
%32.94

Codes

Color #2AAB95 in popluar color models

2AAB95
RGB42171149
HSL170°60.56%41.76%
HSB/HSV170°75.44%67.06%
CMYK75.44%0.00%12.87%
32.94%

Color #2AAB95 in popluar number systems.

HEX2AAB95
Decimal42171149
Binary1010101010101110010101
Octal52253225

Shades and tints

Shades of #2AAB95

#2AAB95
(42,171,149)
#279C88
(39,156,136)
#248D7B
(36,141,123)
#217E6E
(33,126,110)
#1E6F61
(30,111,97)
#1B6054
(27,96,84)
#185147
(24,81,71)
#15423A
(21,66,58)
#12332D
(18,51,45)
#0F2420
(15,36,32)
#0C1513
(12,21,19)
#000000
(0,0,0)

Tints of #2AAB95

#2AAB95
(42,171,149)
#3DB29E
(61,178,158)
#50B9A7
(80,185,167)
#63C0B0
(99,192,176)
#76C7B9
(118,199,185)
#89CEC2
(137,206,194)
#9CD5CB
(156,213,203)
#AFDCD4
(175,220,212)
#C2E3DD
(194,227,221)
#D5EAE6
(213,234,230)
#E8F1EF
(232,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AAB95 color. Also use rgb(42,171,149) instead hex code.

Text Font Color

.myTextColor { color: #2AAB95; }

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

This text font color is #2AAB95.


Background Color

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

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

This div background color is #2AAB95.


Border color

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

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

This div border color is #2AAB95.


Opacity

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

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

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

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

This text has shadow with #2AAB95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AAB95 on black background.


Color preview on white background

This text has color #2AAB95 on white background.



Black color preview on #2AAB95 background

This text has black color on #2AAB95 background.


White color preview on #2AAB95 background

This text has white color on #2AAB95 background.