COLOR #4CCBC2

HEX: #4CCBC2 RGB: (76,203,194)

Color info

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

RGB color model

#4CCBC2 color RGB value is (76,203,194).

RGB: (76,203,194) (30%, 80%, 76%)

RGB channels and saturation

R 76 of 255 = 30%
G 203 of 255 = 80%
B 194 of 255 = 76%

76
203
194

R + G + B ~ 62%. #4CCBC2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 76 + 203 + 194 = 473 (100%)
R 76 of 473 ~ 16.07%
G 203 of 473 ~ 42.92%
B 194 of 473 ~ 41.01'%

%16.07
%42.92
%41.01

CMYK color model

#4CCBC2 color CMYK value is (63,0,4,20).

  • cyan value is 62.56%
  • magenta value is 0.00%
  • yellow value is 4.43%
  • key color value is 20.39%
CMYK: (63,0,4,20) C63M0Y4K20 (63%,0%,4%,20%) (0.63/0.00/0.04/0.20) 

CMYK percentages

%62.56
%0
%4.43
%20.39

Codes

Color #4CCBC2 in popluar color models

4C CB C2
RGB 76 203 194
HSL 176° 54.98% 54.71%
HSB/HSV 176° 62.56% 79.61%
CMYK 62.56% 0.00% 4.43%
20.39%

Color #4CCBC2 in popluar number systems.

HEX 4C CB C2
Decimal 76 203 194
Binary 1001100 11001011 11000010
Octal 114 313 302

Shades and tints

Shades of #4CCBC2

#4CCBC2
(76,203,194)
#46B9B1
(70,185,177)
#40A7A0
(64,167,160)
#3A958F
(58,149,143)
#34837E
(52,131,126)
#2E716D
(46,113,109)
#285F5C
(40,95,92)
#224D4B
(34,77,75)
#1C3B3A
(28,59,58)
#162929
(22,41,41)
#101718
(16,23,24)
#000000
(0,0,0)

Tints of #4CCBC2

#4CCBC2
(76,203,194)
#5CCFC7
(92,207,199)
#6CD3CC
(108,211,204)
#7CD7D1
(124,215,209)
#8CDBD6
(140,219,214)
#9CDFDB
(156,223,219)
#ACE3E0
(172,227,224)
#BCE7E5
(188,231,229)
#CCEBEA
(204,235,234)
#DCEFEF
(220,239,239)
#ECF3F4
(236,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4CCBC2 color. Also use rgb(76,203,194) instead hex code.

Text Font Color

.myTextColor { color: #4CCBC2; }

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

This text font color is #4CCBC2.

Background Color

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

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

This div background color is #4CCBC2.

Border color

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

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

This div border color is #4CCBC2.

Opacity

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

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

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

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

This text has shadow with #4CCBC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4CCBC2.

Preview

Color preview on black background

This text has color #4CCBC2 on black background.


Color preview on white background

This text has color #4CCBC2 on white background.


Black color preview on #4CCBC2 background

This text has black color on #4CCBC2 background.


White color preview on #4CCBC2 background

This text has white color on #4CCBC2 background.


Related colors

Complementary color

Complementary color for #hex is #B3343D.


I love getcolorcode.com

Triadic colors

1 #C24CCB and #CBC24C with #4CCBC2 are triadic colors.

2 #C2CB4C and #CB4CC2 with #4CCBC2 are triadic colors.