COLOR #2AAB88

HEX: #2AAB88
RGB: (42,171,136)

Color info

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

RGB color model

#2AAB88 color RGB value is (42,171,136).

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

RGB channels and saturation

R 42 of 255 = 16%
G 171 of 255 = 67%
B 136 of 255 = 53%

42
171
136

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

Portions of RGB colors in percentages

R + G + B =
42 + 171 + 136 = 349 (100%)
R 42 of 349 ~ 12.03%
G 171 of 349 ~ 49%
B 136 of 349 ~ 38.97%

%12.03
%49
%38.97

CMYK color model

#2AAB88 color CMYK value is (75,0,20,33).

  • cyan value is 75.44%
  • magenta value is 0.00%
  • yellow value is 20.47%
  • key color value is 32.94%
CMYK:
(75,0,20,33)
C75M0Y20K33 
(75%,0%,20%,33%)
(0.75/0.00/0.20/0.33)	

CMYK percentages

%75.44
%0
%20.47
%32.94

Codes

Color #2AAB88 in popluar color models

2AAB88
RGB42171136
HSL164°60.56%41.76%
HSB/HSV164°75.44%67.06%
CMYK75.44%0.00%20.47%
32.94%

Color #2AAB88 in popluar number systems.

HEX2AAB88
Decimal42171136
Binary1010101010101110001000
Octal52253210

Shades and tints

Shades of #2AAB88

#2AAB88
(42,171,136)
#279C7C
(39,156,124)
#248D70
(36,141,112)
#217E64
(33,126,100)
#1E6F58
(30,111,88)
#1B604C
(27,96,76)
#185140
(24,81,64)
#154234
(21,66,52)
#123328
(18,51,40)
#0F241C
(15,36,28)
#0C1510
(12,21,16)
#000000
(0,0,0)

Tints of #2AAB88

#2AAB88
(42,171,136)
#3DB292
(61,178,146)
#50B99C
(80,185,156)
#63C0A6
(99,192,166)
#76C7B0
(118,199,176)
#89CEBA
(137,206,186)
#9CD5C4
(156,213,196)
#AFDCCE
(175,220,206)
#C2E3D8
(194,227,216)
#D5EAE2
(213,234,226)
#E8F1EC
(232,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2AAB88; }

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

This text font color is #2AAB88.


Background Color

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

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

This div background color is #2AAB88.


Border color

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

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

This div border color is #2AAB88.


Opacity

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

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

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

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

This text has shadow with #2AAB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AAB88 on black background.


Color preview on white background

This text has color #2AAB88 on white background.



Black color preview on #2AAB88 background

This text has black color on #2AAB88 background.


White color preview on #2AAB88 background

This text has white color on #2AAB88 background.