COLOR #46E6C6

HEX: #46E6C6
RGB: (70,230,198)

Color info

#46E6C6 contains mainly green and blue colors. Web safe color of #46E6C6 is #33CCCC (or #3CC).

RGB color model

#46E6C6 color RGB value is (70,230,198).

  • red value is 70;
  • green value is 230;
  • blue value is 198.
RGB:
(70,230,198)
(27%,90%,78%)

RGB channels and saturation

R 70 of 255 = 27%
G 230 of 255 = 90%
B 198 of 255 = 78%

70
230
198

R + G + B ~ 65%. #46E6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
70 + 230 + 198 = 498 (100%)
R 70 of 498 ~ 14.06%
G 230 of 498 ~ 46.18%
B 198 of 498 ~ 39.76%

%14.06
%46.18
%39.76

CMYK color model

#46E6C6 color CMYK value is (70,0,14,10).

  • cyan value is 69.57%
  • magenta value is 0.00%
  • yellow value is 13.91%
  • key color value is 9.80%
CMYK:
(70,0,14,10)
C70M0Y14K10 
(70%,0%,14%,10%)
(0.70/0.00/0.14/0.10)	

CMYK percentages

%69.57
%0
%13.91
%9.8

Codes

Color #46E6C6 in popluar color models

46E6C6
RGB70230198
HSL168°76.19%58.82%
HSB/HSV168°69.57%90.20%
CMYK69.57%0.00%13.91%
9.80%

Color #46E6C6 in popluar number systems.

HEX46E6C6
Decimal70230198
Binary10001101110011011000110
Octal106346306

Shades and tints

Shades of #46E6C6

#46E6C6
(70,230,198)
#40D2B4
(64,210,180)
#3ABEA2
(58,190,162)
#34AA90
(52,170,144)
#2E967E
(46,150,126)
#28826C
(40,130,108)
#226E5A
(34,110,90)
#1C5A48
(28,90,72)
#164636
(22,70,54)
#103224
(16,50,36)
#0A1E12
(10,30,18)
#000000
(0,0,0)

Tints of #46E6C6

#46E6C6
(70,230,198)
#56E8CB
(86,232,203)
#66EAD0
(102,234,208)
#76ECD5
(118,236,213)
#86EEDA
(134,238,218)
#96F0DF
(150,240,223)
#A6F2E4
(166,242,228)
#B6F4E9
(182,244,233)
#C6F6EE
(198,246,238)
#D6F8F3
(214,248,243)
#E6FAF8
(230,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46E6C6 color. Also use rgb(70,230,198) instead hex code.

Text Font Color

.myTextColor { color: #46E6C6; }

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

This text font color is #46E6C6.


Background Color

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

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

This div background color is #46E6C6.


Border color

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

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

This div border color is #46E6C6.


Opacity

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

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

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

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

This text has shadow with #46E6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46E6C6 on black background.


Color preview on white background

This text has color #46E6C6 on white background.



Black color preview on #46E6C6 background

This text has black color on #46E6C6 background.


White color preview on #46E6C6 background

This text has white color on #46E6C6 background.