COLOR #46E9B0

HEX: #46E9B0
RGB: (70,233,176)

Color info

#46E9B0 contains mainly green and blue colors. Web safe color of #46E9B0 is #33FF99 (or #3F9).

RGB color model

#46E9B0 color RGB value is (70,233,176).

  • red value is 70;
  • green value is 233;
  • blue value is 176.
RGB:
(70,233,176)
(27%,91%,69%)

RGB channels and saturation

R 70 of 255 = 27%
G 233 of 255 = 91%
B 176 of 255 = 69%

70
233
176

R + G + B ~ 62%. #46E9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
70 + 233 + 176 = 479 (100%)
R 70 of 479 ~ 14.61%
G 233 of 479 ~ 48.64%
B 176 of 479 ~ 36.74%

%14.61
%48.64
%36.74

CMYK color model

#46E9B0 color CMYK value is (70,0,24,9).

  • cyan value is 69.96%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • key color value is 8.63%
CMYK:
(70,0,24,9)
C70M0Y24K9 
(70%,0%,24%,9%)
(0.70/0.00/0.24/0.09)	

CMYK percentages

%69.96
%0
%24.46
%8.63

Codes

Color #46E9B0 in popluar color models

46E9B0
RGB70233176
HSL159°78.74%59.41%
HSB/HSV159°69.96%91.37%
CMYK69.96%0.00%24.46%
8.63%

Color #46E9B0 in popluar number systems.

HEX46E9B0
Decimal70233176
Binary10001101110100110110000
Octal106351260

Shades and tints

Shades of #46E9B0

#46E9B0
(70,233,176)
#40D4A0
(64,212,160)
#3ABF90
(58,191,144)
#34AA80
(52,170,128)
#2E9570
(46,149,112)
#288060
(40,128,96)
#226B50
(34,107,80)
#1C5640
(28,86,64)
#164130
(22,65,48)
#102C20
(16,44,32)
#0A1710
(10,23,16)
#000000
(0,0,0)

Tints of #46E9B0

#46E9B0
(70,233,176)
#56EBB7
(86,235,183)
#66EDBE
(102,237,190)
#76EFC5
(118,239,197)
#86F1CC
(134,241,204)
#96F3D3
(150,243,211)
#A6F5DA
(166,245,218)
#B6F7E1
(182,247,225)
#C6F9E8
(198,249,232)
#D6FBEF
(214,251,239)
#E6FDF6
(230,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46E9B0 color. Also use rgb(70,233,176) instead hex code.

Text Font Color

.myTextColor { color: #46E9B0; }

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

This text font color is #46E9B0.


Background Color

.myBgColor { background-color: #46E9B0; }

<div style="background-color:#46E9B0">Inner text</div>

This div background color is #46E9B0.


Border color

.myBorderColor { border: 1px solid #46E9B0; }

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

This div border color is #46E9B0.


Opacity

.myOpacity80 { color: #46E9B0; opacity: 0.8; }

<p style="color:#46E9B0;opacity:0.8;">80%</p>

Text with #46E9B0 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 #46E9B0;}

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

This text has shadow with #46E9B0 color.

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

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

This text has shadow with #46E9B0 primary color and red secondary color.


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

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

This text has shadow with #46E9B0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46E9B0 on black background.


Color preview on white background

This text has color #46E9B0 on white background.



Black color preview on #46E9B0 background

This text has black color on #46E9B0 background.


White color preview on #46E9B0 background

This text has white color on #46E9B0 background.