COLOR #3CC5A3

HEX: #3CC5A3
RGB: (60,197,163)

Color info

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

RGB color model

#3CC5A3 color RGB value is (60,197,163).

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

RGB channels and saturation

R 60 of 255 = 24%
G 197 of 255 = 77%
B 163 of 255 = 64%

60
197
163

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

Portions of RGB colors in percentages

R + G + B =
60 + 197 + 163 = 420 (100%)
R 60 of 420 ~ 14.29%
G 197 of 420 ~ 46.9%
B 163 of 420 ~ 38.81%

%14.29
%46.9
%38.81

CMYK color model

#3CC5A3 color CMYK value is (70,0,17,23).

  • cyan value is 69.54%
  • magenta value is 0.00%
  • yellow value is 17.26%
  • key color value is 22.75%
CMYK:
(70,0,17,23)
C70M0Y17K23 
(70%,0%,17%,23%)
(0.70/0.00/0.17/0.23)	

CMYK percentages

%69.54
%0
%17.26
%22.75

Codes

Color #3CC5A3 in popluar color models

3CC5A3
RGB60197163
HSL165°54.15%50.39%
HSB/HSV165°69.54%77.25%
CMYK69.54%0.00%17.26%
22.75%

Color #3CC5A3 in popluar number systems.

HEX3CC5A3
Decimal60197163
Binary1111001100010110100011
Octal74305243

Shades and tints

Shades of #3CC5A3

#3CC5A3
(60,197,163)
#37B495
(55,180,149)
#32A387
(50,163,135)
#2D9279
(45,146,121)
#28816B
(40,129,107)
#23705D
(35,112,93)
#1E5F4F
(30,95,79)
#194E41
(25,78,65)
#143D33
(20,61,51)
#0F2C25
(15,44,37)
#0A1B17
(10,27,23)
#000000
(0,0,0)

Tints of #3CC5A3

#3CC5A3
(60,197,163)
#4DCAAB
(77,202,171)
#5ECFB3
(94,207,179)
#6FD4BB
(111,212,187)
#80D9C3
(128,217,195)
#91DECB
(145,222,203)
#A2E3D3
(162,227,211)
#B3E8DB
(179,232,219)
#C4EDE3
(196,237,227)
#D5F2EB
(213,242,235)
#E6F7F3
(230,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3CC5A3; }

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

This text font color is #3CC5A3.


Background Color

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

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

This div background color is #3CC5A3.


Border color

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

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

This div border color is #3CC5A3.


Opacity

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

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

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

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

This text has shadow with #3CC5A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CC5A3 on black background.


Color preview on white background

This text has color #3CC5A3 on white background.



Black color preview on #3CC5A3 background

This text has black color on #3CC5A3 background.


White color preview on #3CC5A3 background

This text has white color on #3CC5A3 background.