COLOR #2A998B

HEX: #2A998B
RGB: (42,153,139)

Color info

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

RGB color model

#2A998B color RGB value is (42,153,139).

  • red value is 42;
  • green value is 153;
  • blue value is 139.
RGB:
(42,153,139)
(16%,60%,55%)

RGB channels and saturation

R 42 of 255 = 16%
G 153 of 255 = 60%
B 139 of 255 = 55%

42
153
139

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

Portions of RGB colors in percentages

R + G + B =
42 + 153 + 139 = 334 (100%)
R 42 of 334 ~ 12.57%
G 153 of 334 ~ 45.81%
B 139 of 334 ~ 41.62%

%12.57
%45.81
%41.62

CMYK color model

#2A998B color CMYK value is (73,0,9,40).

  • cyan value is 72.55%
  • magenta value is 0.00%
  • yellow value is 9.15%
  • key color value is 40.00%
CMYK:
(73,0,9,40)
C73M0Y9K40 
(73%,0%,9%,40%)
(0.73/0.00/0.09/0.40)	

CMYK percentages

%72.55
%0
%9.15
%40

Codes

Color #2A998B in popluar color models

2A998B
RGB42153139
HSL172°56.92%38.24%
HSB/HSV172°72.55%60.00%
CMYK72.55%0.00%9.15%
40.00%

Color #2A998B in popluar number systems.

HEX2A998B
Decimal42153139
Binary1010101001100110001011
Octal52231213

Shades and tints

Shades of #2A998B

#2A998B
(42,153,139)
#278C7F
(39,140,127)
#247F73
(36,127,115)
#217267
(33,114,103)
#1E655B
(30,101,91)
#1B584F
(27,88,79)
#184B43
(24,75,67)
#153E37
(21,62,55)
#12312B
(18,49,43)
#0F241F
(15,36,31)
#0C1713
(12,23,19)
#000000
(0,0,0)

Tints of #2A998B

#2A998B
(42,153,139)
#3DA295
(61,162,149)
#50AB9F
(80,171,159)
#63B4A9
(99,180,169)
#76BDB3
(118,189,179)
#89C6BD
(137,198,189)
#9CCFC7
(156,207,199)
#AFD8D1
(175,216,209)
#C2E1DB
(194,225,219)
#D5EAE5
(213,234,229)
#E8F3EF
(232,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2A998B color. Also use rgb(42,153,139) instead hex code.

Text Font Color

.myTextColor { color: #2A998B; }

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

This text font color is #2A998B.


Background Color

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

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

This div background color is #2A998B.


Border color

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

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

This div border color is #2A998B.


Opacity

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

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

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

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

This text has shadow with #2A998B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2A998B on black background.


Color preview on white background

This text has color #2A998B on white background.



Black color preview on #2A998B background

This text has black color on #2A998B background.


White color preview on #2A998B background

This text has white color on #2A998B background.