COLOR #2A9593

HEX: #2A9593 RGB: (42,149,147)

Color info

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

RGB color model

#2A9593 color RGB value is (42,149,147).

RGB: (42,149,147) (16%, 58%, 58%)

RGB channels and saturation

R 42 of 255 = 16%
G 149 of 255 = 58%
B 147 of 255 = 58%

42
149
147

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

Portions of RGB colors in percentages

R + G + B = 42 + 149 + 147 = 338 (100%)
R 42 of 338 ~ 12.43%
G 149 of 338 ~ 44.08%
B 147 of 338 ~ 43.49'%

%12.43
%44.08
%43.49

CMYK color model

#2A9593 color CMYK value is (72,0,1,42).

  • cyan value is 71.81%
  • magenta value is 0.00%
  • yellow value is 1.34%
  • key color value is 41.57%

CMYK: (72,0,1,42)
C72M0Y1K42 (72%, 0%, 1%, 42%)
(0.72 / 0.00 / 0.01 / 0.42)

CMYK percentages

%71.81
%0
%1.34
%41.57

Codes

Color #2A9593 in popluar color models

2A 95 93
RGB 42 149 147
HSL 179° 56.02% 37.45%
HSB/HSV 179° 71.81% 58.43%
CMYK 71.81% 0.00% 1.34%
41.57%

Color #2A9593 in popluar number systems.

HEX 2A 95 93
Decimal 42 149 147
Binary 101010 10010101 10010011
Octal 52 225 223

Shades and tints

Shades of #2A9593

#2A9593
(42,149,147)
#278886
(39,136,134)
#247B79
(36,123,121)
#216E6C
(33,110,108)
#1E615F
(30,97,95)
#1B5452
(27,84,82)
#184745
(24,71,69)
#153A38
(21,58,56)
#122D2B
(18,45,43)
#0F201E
(15,32,30)
#0C1311
(12,19,17)
#000000
(0,0,0)

Tints of #2A9593

#2A9593
(42,149,147)
#3D9E9C
(61,158,156)
#50A7A5
(80,167,165)
#63B0AE
(99,176,174)
#76B9B7
(118,185,183)
#89C2C0
(137,194,192)
#9CCBC9
(156,203,201)
#AFD4D2
(175,212,210)
#C2DDDB
(194,221,219)
#D5E6E4
(213,230,228)
#E8EFED
(232,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2A9593; }

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

This text font color is #2A9593.

Background Color

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

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

This div background color is #2A9593.

Border color

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

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

This div border color is #2A9593.

Opacity

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

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

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

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

This text has shadow with #2A9593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #2A9593.

Preview

Color preview on black background

This text has color #2A9593 on black background.


Color preview on white background

This text has color #2A9593 on white background.


Black color preview on #2A9593 background

This text has black color on #2A9593 background.


White color preview on #2A9593 background

This text has white color on #2A9593 background.


Related colors

Complementary color

Complementary color for #hex is #D56A6C.


I love getcolorcode.com

Triadic colors

1 #932A95 and #95932A with #2A9593 are triadic colors.

2 #93952A and #952A93 with #2A9593 are triadic colors.