COLOR #3AED95

HEX: #3AED95
RGB: (58,237,149)

Color info

#3AED95 contains mainly green color. Web safe color of #3AED95 is #33FF99 (or #3F9).

RGB color model

#3AED95 color RGB value is (58,237,149).

  • red value is 58;
  • green value is 237;
  • blue value is 149.
RGB:
(58,237,149)
(23%,93%,58%)

RGB channels and saturation

R 58 of 255 = 23%
G 237 of 255 = 93%
B 149 of 255 = 58%

58
237
149

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

Portions of RGB colors in percentages

R + G + B =
58 + 237 + 149 = 444 (100%)
R 58 of 444 ~ 13.06%
G 237 of 444 ~ 53.38%
B 149 of 444 ~ 33.56%

%13.06
%53.38
%33.56

CMYK color model

#3AED95 color CMYK value is (76,0,37,7).

  • cyan value is 75.53%
  • magenta value is 0.00%
  • yellow value is 37.13%
  • key color value is 7.06%
CMYK:
(76,0,37,7)
C76M0Y37K7 
(76%,0%,37%,7%)
(0.76/0.00/0.37/0.07)	

CMYK percentages

%75.53
%0
%37.13
%7.06

Codes

Color #3AED95 in popluar color models

3AED95
RGB58237149
HSL151°83.26%57.84%
HSB/HSV151°75.53%92.94%
CMYK75.53%0.00%37.13%
7.06%

Color #3AED95 in popluar number systems.

HEX3AED95
Decimal58237149
Binary1110101110110110010101
Octal72355225

Shades and tints

Shades of #3AED95

#3AED95
(58,237,149)
#35D888
(53,216,136)
#30C37B
(48,195,123)
#2BAE6E
(43,174,110)
#269961
(38,153,97)
#218454
(33,132,84)
#1C6F47
(28,111,71)
#175A3A
(23,90,58)
#12452D
(18,69,45)
#0D3020
(13,48,32)
#081B13
(8,27,19)
#000000
(0,0,0)

Tints of #3AED95

#3AED95
(58,237,149)
#4BEE9E
(75,238,158)
#5CEFA7
(92,239,167)
#6DF0B0
(109,240,176)
#7EF1B9
(126,241,185)
#8FF2C2
(143,242,194)
#A0F3CB
(160,243,203)
#B1F4D4
(177,244,212)
#C2F5DD
(194,245,221)
#D3F6E6
(211,246,230)
#E4F7EF
(228,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AED95 color. Also use rgb(58,237,149) instead hex code.

Text Font Color

.myTextColor { color: #3AED95; }

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

This text font color is #3AED95.


Background Color

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

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

This div background color is #3AED95.


Border color

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

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

This div border color is #3AED95.


Opacity

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

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

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

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

This text has shadow with #3AED95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AED95 on black background.


Color preview on white background

This text has color #3AED95 on white background.



Black color preview on #3AED95 background

This text has black color on #3AED95 background.


White color preview on #3AED95 background

This text has white color on #3AED95 background.