COLOR #4CC6B7

HEX: #4CC6B7
RGB: (76,198,183)

Color info

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

RGB color model

#4CC6B7 color RGB value is (76,198,183).

  • red value is 76;
  • green value is 198;
  • blue value is 183.
RGB:
(76,198,183)
(30%,78%,72%)

RGB channels and saturation

R 76 of 255 = 30%
G 198 of 255 = 78%
B 183 of 255 = 72%

76
198
183

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

Portions of RGB colors in percentages

R + G + B =
76 + 198 + 183 = 457 (100%)
R 76 of 457 ~ 16.63%
G 198 of 457 ~ 43.33%
B 183 of 457 ~ 40.04%

%16.63
%43.33
%40.04

CMYK color model

#4CC6B7 color CMYK value is (62,0,8,22).

  • cyan value is 61.62%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(62,0,8,22)
C62M0Y8K22 
(62%,0%,8%,22%)
(0.62/0.00/0.08/0.22)	

CMYK percentages

%61.62
%0
%7.58
%22.35

Codes

Color #4CC6B7 in popluar color models

4CC6B7
RGB76198183
HSL173°51.69%53.73%
HSB/HSV173°61.62%77.65%
CMYK61.62%0.00%7.58%
22.35%

Color #4CC6B7 in popluar number systems.

HEX4CC6B7
Decimal76198183
Binary10011001100011010110111
Octal114306267

Shades and tints

Shades of #4CC6B7

#4CC6B7
(76,198,183)
#46B4A7
(70,180,167)
#40A297
(64,162,151)
#3A9087
(58,144,135)
#347E77
(52,126,119)
#2E6C67
(46,108,103)
#285A57
(40,90,87)
#224847
(34,72,71)
#1C3637
(28,54,55)
#162427
(22,36,39)
#101217
(16,18,23)
#000000
(0,0,0)

Tints of #4CC6B7

#4CC6B7
(76,198,183)
#5CCBBD
(92,203,189)
#6CD0C3
(108,208,195)
#7CD5C9
(124,213,201)
#8CDACF
(140,218,207)
#9CDFD5
(156,223,213)
#ACE4DB
(172,228,219)
#BCE9E1
(188,233,225)
#CCEEE7
(204,238,231)
#DCF3ED
(220,243,237)
#ECF8F3
(236,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CC6B7 color. Also use rgb(76,198,183) instead hex code.

Text Font Color

.myTextColor { color: #4CC6B7; }

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

This text font color is #4CC6B7.


Background Color

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

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

This div background color is #4CC6B7.


Border color

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

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

This div border color is #4CC6B7.


Opacity

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

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

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

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

This text has shadow with #4CC6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4CC6B7 on black background.


Color preview on white background

This text has color #4CC6B7 on white background.



Black color preview on #4CC6B7 background

This text has black color on #4CC6B7 background.


White color preview on #4CC6B7 background

This text has white color on #4CC6B7 background.