COLOR #3AC9B0

HEX: #3AC9B0
RGB: (58,201,176)

Color info

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

RGB color model

#3AC9B0 color RGB value is (58,201,176).

  • red value is 58;
  • green value is 201;
  • blue value is 176.
RGB:
(58,201,176)
(23%,79%,69%)

RGB channels and saturation

R 58 of 255 = 23%
G 201 of 255 = 79%
B 176 of 255 = 69%

58
201
176

R + G + B ~ 57%. #3AC9B0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
58 + 201 + 176 = 435 (100%)
R 58 of 435 ~ 13.33%
G 201 of 435 ~ 46.21%
B 176 of 435 ~ 40.46%

%13.33
%46.21
%40.46

CMYK color model

#3AC9B0 color CMYK value is (71,0,12,21).

  • cyan value is 71.14%
  • magenta value is 0.00%
  • yellow value is 12.44%
  • key color value is 21.18%
CMYK:
(71,0,12,21)
C71M0Y12K21 
(71%,0%,12%,21%)
(0.71/0.00/0.12/0.21)	

CMYK percentages

%71.14
%0
%12.44
%21.18

Codes

Color #3AC9B0 in popluar color models

3AC9B0
RGB58201176
HSL170°56.97%50.78%
HSB/HSV170°71.14%78.82%
CMYK71.14%0.00%12.44%
21.18%

Color #3AC9B0 in popluar number systems.

HEX3AC9B0
Decimal58201176
Binary1110101100100110110000
Octal72311260

Shades and tints

Shades of #3AC9B0

#3AC9B0
(58,201,176)
#35B7A0
(53,183,160)
#30A590
(48,165,144)
#2B9380
(43,147,128)
#268170
(38,129,112)
#216F60
(33,111,96)
#1C5D50
(28,93,80)
#174B40
(23,75,64)
#123930
(18,57,48)
#0D2720
(13,39,32)
#081510
(8,21,16)
#000000
(0,0,0)

Tints of #3AC9B0

#3AC9B0
(58,201,176)
#4BCDB7
(75,205,183)
#5CD1BE
(92,209,190)
#6DD5C5
(109,213,197)
#7ED9CC
(126,217,204)
#8FDDD3
(143,221,211)
#A0E1DA
(160,225,218)
#B1E5E1
(177,229,225)
#C2E9E8
(194,233,232)
#D3EDEF
(211,237,239)
#E4F1F6
(228,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AC9B0 color. Also use rgb(58,201,176) instead hex code.

Text Font Color

.myTextColor { color: #3AC9B0; }

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

This text font color is #3AC9B0.


Background Color

.myBgColor { background-color: #3AC9B0; }

<div style="background-color:#3AC9B0">Inner text</div>

This div background color is #3AC9B0.


Border color

.myBorderColor { border: 1px solid #3AC9B0; }

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

This div border color is #3AC9B0.


Opacity

.myOpacity80 { color: #3AC9B0; opacity: 0.8; }

<p style="color:#3AC9B0;opacity:0.8;">80%</p>

Text with #3AC9B0 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 #3AC9B0;}

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

This text has shadow with #3AC9B0 color.

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

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

This text has shadow with #3AC9B0 primary color and red secondary color.


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

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

This text has shadow with #3AC9B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AC9B0 on black background.


Color preview on white background

This text has color #3AC9B0 on white background.



Black color preview on #3AC9B0 background

This text has black color on #3AC9B0 background.


White color preview on #3AC9B0 background

This text has white color on #3AC9B0 background.