COLOR #4CD2A6

HEX: #4CD2A6
RGB: (76,210,166)

Color info

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

RGB color model

#4CD2A6 color RGB value is (76,210,166).

  • red value is 76;
  • green value is 210;
  • blue value is 166.
RGB:
(76,210,166)
(30%,82%,65%)

RGB channels and saturation

R 76 of 255 = 30%
G 210 of 255 = 82%
B 166 of 255 = 65%

76
210
166

R + G + B ~ 59%. #4CD2A6 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
76 + 210 + 166 = 452 (100%)
R 76 of 452 ~ 16.81%
G 210 of 452 ~ 46.46%
B 166 of 452 ~ 36.73%

%16.81
%46.46
%36.73

CMYK color model

#4CD2A6 color CMYK value is (64,0,21,18).

  • cyan value is 63.81%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 17.65%
CMYK:
(64,0,21,18)
C64M0Y21K18 
(64%,0%,21%,18%)
(0.64/0.00/0.21/0.18)	

CMYK percentages

%63.81
%0
%20.95
%17.65

Codes

Color #4CD2A6 in popluar color models

4CD2A6
RGB76210166
HSL160°59.82%56.08%
HSB/HSV160°63.81%82.35%
CMYK63.81%0.00%20.95%
17.65%

Color #4CD2A6 in popluar number systems.

HEX4CD2A6
Decimal76210166
Binary10011001101001010100110
Octal114322246

Shades and tints

Shades of #4CD2A6

#4CD2A6
(76,210,166)
#46BF97
(70,191,151)
#40AC88
(64,172,136)
#3A9979
(58,153,121)
#34866A
(52,134,106)
#2E735B
(46,115,91)
#28604C
(40,96,76)
#224D3D
(34,77,61)
#1C3A2E
(28,58,46)
#16271F
(22,39,31)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #4CD2A6

#4CD2A6
(76,210,166)
#5CD6AE
(92,214,174)
#6CDAB6
(108,218,182)
#7CDEBE
(124,222,190)
#8CE2C6
(140,226,198)
#9CE6CE
(156,230,206)
#ACEAD6
(172,234,214)
#BCEEDE
(188,238,222)
#CCF2E6
(204,242,230)
#DCF6EE
(220,246,238)
#ECFAF6
(236,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CD2A6 color. Also use rgb(76,210,166) instead hex code.

Text Font Color

.myTextColor { color: #4CD2A6; }

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

This text font color is #4CD2A6.


Background Color

.myBgColor { background-color: #4CD2A6; }

<div style="background-color:#4CD2A6">Inner text</div>

This div background color is #4CD2A6.


Border color

.myBorderColor { border: 1px solid #4CD2A6; }

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

This div border color is #4CD2A6.


Opacity

.myOpacity80 { color: #4CD2A6; opacity: 0.8; }

<p style="color:#4CD2A6;opacity:0.8;">80%</p>

Text with #4CD2A6 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 #4CD2A6;}

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

This text has shadow with #4CD2A6 color.

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

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

This text has shadow with #4CD2A6 primary color and red secondary color.


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

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

This text has shadow with #4CD2A6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CD2A6 on black background.


Color preview on white background

This text has color #4CD2A6 on white background.



Black color preview on #4CD2A6 background

This text has black color on #4CD2A6 background.


White color preview on #4CD2A6 background

This text has white color on #4CD2A6 background.