COLOR #3CC497

HEX: #3CC497 RGB: (60,196,151)

Color info

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

RGB color model

#3CC497 color RGB value is (60,196,151).

RGB: (60,196,151) (24%, 77%, 59%)

RGB channels and saturation

R 60 of 255 = 24%
G 196 of 255 = 77%
B 151 of 255 = 59%

60
196
151

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

Portions of RGB colors in percentages

R + G + B = 60 + 196 + 151 = 407 (100%)
R 60 of 407 ~ 14.74%
G 196 of 407 ~ 48.16%
B 151 of 407 ~ 37.1'%

%14.74
%48.16
%37.1

CMYK color model

#3CC497 color CMYK value is (69,0,23,23).

  • cyan value is 69.39%
  • magenta value is 0.00%
  • yellow value is 22.96%
  • key color value is 23.14%

CMYK: (69,0,23,23)
C69M0Y23K23 (69%, 0%, 23%, 23%)
(0.69 / 0.00 / 0.23 / 0.23)

CMYK percentages

%69.39
%0
%22.96
%23.14

Codes

Color #3CC497 in popluar color models

3C C4 97
RGB 60 196 151
HSL 160° 53.54% 50.20%
HSB/HSV 160° 69.39% 76.86%
CMYK 69.39% 0.00% 22.96%
23.14%

Color #3CC497 in popluar number systems.

HEX 3C C4 97
Decimal 60 196 151
Binary 111100 11000100 10010111
Octal 74 304 227

Shades and tints

Shades of #3CC497

#3CC497
(60,196,151)
#37B38A
(55,179,138)
#32A27D
(50,162,125)
#2D9170
(45,145,112)
#288063
(40,128,99)
#236F56
(35,111,86)
#1E5E49
(30,94,73)
#194D3C
(25,77,60)
#143C2F
(20,60,47)
#0F2B22
(15,43,34)
#0A1A15
(10,26,21)
#000000
(0,0,0)

Tints of #3CC497

#3CC497
(60,196,151)
#4DC9A0
(77,201,160)
#5ECEA9
(94,206,169)
#6FD3B2
(111,211,178)
#80D8BB
(128,216,187)
#91DDC4
(145,221,196)
#A2E2CD
(162,226,205)
#B3E7D6
(179,231,214)
#C4ECDF
(196,236,223)
#D5F1E8
(213,241,232)
#E6F6F1
(230,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CC497 color. Also use rgb(60,196,151) instead hex code.

Text Font Color

.myTextColor { color: #3CC497; }

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

This text font color is #3CC497.

Background Color

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

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

This div background color is #3CC497.

Border color

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

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

This div border color is #3CC497.

Opacity

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

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

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

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

This text has shadow with #3CC497 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3CC497.

Preview

Color preview on black background

This text has color #3CC497 on black background.


Color preview on white background

This text has color #3CC497 on white background.


Black color preview on #3CC497 background

This text has black color on #3CC497 background.


White color preview on #3CC497 background

This text has white color on #3CC497 background.


Related colors

Complementary color

Complementary color for #hex is #C33B68.


I love getcolorcode.com

Triadic colors

1 #973CC4 and #C4973C with #3CC497 are triadic colors.

2 #97C43C and #C43C97 with #3CC497 are triadic colors.