COLOR #46C9AE

HEX: #46C9AE
RGB: (70,201,174)

Color info

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

RGB color model

#46C9AE color RGB value is (70,201,174).

  • red value is 70;
  • green value is 201;
  • blue value is 174.
RGB:
(70,201,174)
(27%,79%,68%)

RGB channels and saturation

R 70 of 255 = 27%
G 201 of 255 = 79%
B 174 of 255 = 68%

70
201
174

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

Portions of RGB colors in percentages

R + G + B =
70 + 201 + 174 = 445 (100%)
R 70 of 445 ~ 15.73%
G 201 of 445 ~ 45.17%
B 174 of 445 ~ 39.1%

%15.73
%45.17
%39.1

CMYK color model

#46C9AE color CMYK value is (65,0,13,21).

  • cyan value is 65.17%
  • magenta value is 0.00%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(65,0,13,21)
C65M0Y13K21 
(65%,0%,13%,21%)
(0.65/0.00/0.13/0.21)	

CMYK percentages

%65.17
%0
%13.43
%21.18

Codes

Color #46C9AE in popluar color models

46C9AE
RGB70201174
HSL168°54.81%53.14%
HSB/HSV168°65.17%78.82%
CMYK65.17%0.00%13.43%
21.18%

Color #46C9AE in popluar number systems.

HEX46C9AE
Decimal70201174
Binary10001101100100110101110
Octal106311256

Shades and tints

Shades of #46C9AE

#46C9AE
(70,201,174)
#40B79F
(64,183,159)
#3AA590
(58,165,144)
#349381
(52,147,129)
#2E8172
(46,129,114)
#286F63
(40,111,99)
#225D54
(34,93,84)
#1C4B45
(28,75,69)
#163936
(22,57,54)
#102727
(16,39,39)
#0A1518
(10,21,24)
#000000
(0,0,0)

Tints of #46C9AE

#46C9AE
(70,201,174)
#56CDB5
(86,205,181)
#66D1BC
(102,209,188)
#76D5C3
(118,213,195)
#86D9CA
(134,217,202)
#96DDD1
(150,221,209)
#A6E1D8
(166,225,216)
#B6E5DF
(182,229,223)
#C6E9E6
(198,233,230)
#D6EDED
(214,237,237)
#E6F1F4
(230,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46C9AE color. Also use rgb(70,201,174) instead hex code.

Text Font Color

.myTextColor { color: #46C9AE; }

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

This text font color is #46C9AE.


Background Color

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

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

This div background color is #46C9AE.


Border color

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

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

This div border color is #46C9AE.


Opacity

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

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

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

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

This text has shadow with #46C9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46C9AE on black background.


Color preview on white background

This text has color #46C9AE on white background.



Black color preview on #46C9AE background

This text has black color on #46C9AE background.


White color preview on #46C9AE background

This text has white color on #46C9AE background.