COLOR #3CC5B4

HEX: #3CC5B4
RGB: (60,197,180)

Color info

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

RGB color model

#3CC5B4 color RGB value is (60,197,180).

  • red value is 60;
  • green value is 197;
  • blue value is 180.
RGB:
(60,197,180)
(24%,77%,71%)

RGB channels and saturation

R 60 of 255 = 24%
G 197 of 255 = 77%
B 180 of 255 = 71%

60
197
180

R + G + B ~ 57%. #3CC5B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
60 + 197 + 180 = 437 (100%)
R 60 of 437 ~ 13.73%
G 197 of 437 ~ 45.08%
B 180 of 437 ~ 41.19%

%13.73
%45.08
%41.19

CMYK color model

#3CC5B4 color CMYK value is (70,0,9,23).

  • cyan value is 69.54%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 22.75%
CMYK:
(70,0,9,23)
C70M0Y9K23 
(70%,0%,9%,23%)
(0.70/0.00/0.09/0.23)	

CMYK percentages

%69.54
%0
%8.63
%22.75

Codes

Color #3CC5B4 in popluar color models

3CC5B4
RGB60197180
HSL173°54.15%50.39%
HSB/HSV173°69.54%77.25%
CMYK69.54%0.00%8.63%
22.75%

Color #3CC5B4 in popluar number systems.

HEX3CC5B4
Decimal60197180
Binary1111001100010110110100
Octal74305264

Shades and tints

Shades of #3CC5B4

#3CC5B4
(60,197,180)
#37B4A4
(55,180,164)
#32A394
(50,163,148)
#2D9284
(45,146,132)
#288174
(40,129,116)
#237064
(35,112,100)
#1E5F54
(30,95,84)
#194E44
(25,78,68)
#143D34
(20,61,52)
#0F2C24
(15,44,36)
#0A1B14
(10,27,20)
#000000
(0,0,0)

Tints of #3CC5B4

#3CC5B4
(60,197,180)
#4DCABA
(77,202,186)
#5ECFC0
(94,207,192)
#6FD4C6
(111,212,198)
#80D9CC
(128,217,204)
#91DED2
(145,222,210)
#A2E3D8
(162,227,216)
#B3E8DE
(179,232,222)
#C4EDE4
(196,237,228)
#D5F2EA
(213,242,234)
#E6F7F0
(230,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CC5B4 color. Also use rgb(60,197,180) instead hex code.

Text Font Color

.myTextColor { color: #3CC5B4; }

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

This text font color is #3CC5B4.


Background Color

.myBgColor { background-color: #3CC5B4; }

<div style="background-color:#3CC5B4">Inner text</div>

This div background color is #3CC5B4.


Border color

.myBorderColor { border: 1px solid #3CC5B4; }

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

This div border color is #3CC5B4.


Opacity

.myOpacity80 { color: #3CC5B4; opacity: 0.8; }

<p style="color:#3CC5B4;opacity:0.8;">80%</p>

Text with #3CC5B4 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 #3CC5B4;}

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

This text has shadow with #3CC5B4 color.

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

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

This text has shadow with #3CC5B4 primary color and red secondary color.


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

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

This text has shadow with #3CC5B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CC5B4 on black background.


Color preview on white background

This text has color #3CC5B4 on white background.



Black color preview on #3CC5B4 background

This text has black color on #3CC5B4 background.


White color preview on #3CC5B4 background

This text has white color on #3CC5B4 background.