COLOR #3CCCA5

HEX: #3CCCA5 RGB: (60,204,165)

Color info

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

RGB color model

#3CCCA5 color RGB value is (60,204,165).

RGB: (60,204,165) (24%, 80%, 65%)

RGB channels and saturation

R 60 of 255 = 24%
G 204 of 255 = 80%
B 165 of 255 = 65%

60
204
165

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

Portions of RGB colors in percentages

R + G + B = 60 + 204 + 165 = 429 (100%)
R 60 of 429 ~ 13.99%
G 204 of 429 ~ 47.55%
B 165 of 429 ~ 38.46'%

%13.99
%47.55
%38.46

CMYK color model

#3CCCA5 color CMYK value is (71,0,19,20).

  • cyan value is 70.59%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 20.00%

CMYK: (71,0,19,20)
C71M0Y19K20 (71%, 0%, 19%, 20%)
(0.71 / 0.00 / 0.19 / 0.20)

CMYK percentages

%70.59
%0
%19.12
%20

Codes

Color #3CCCA5 in popluar color models

3C CC A5
RGB 60 204 165
HSL 164° 58.54% 51.76%
HSB/HSV 164° 70.59% 80.00%
CMYK 70.59% 0.00% 19.12%
20.00%

Color #3CCCA5 in popluar number systems.

HEX 3C CC A5
Decimal 60 204 165
Binary 111100 11001100 10100101
Octal 74 314 245

Shades and tints

Shades of #3CCCA5

#3CCCA5
(60,204,165)
#37BA96
(55,186,150)
#32A887
(50,168,135)
#2D9678
(45,150,120)
#288469
(40,132,105)
#23725A
(35,114,90)
#1E604B
(30,96,75)
#194E3C
(25,78,60)
#143C2D
(20,60,45)
#0F2A1E
(15,42,30)
#0A180F
(10,24,15)
#000000
(0,0,0)

Tints of #3CCCA5

#3CCCA5
(60,204,165)
#4DD0AD
(77,208,173)
#5ED4B5
(94,212,181)
#6FD8BD
(111,216,189)
#80DCC5
(128,220,197)
#91E0CD
(145,224,205)
#A2E4D5
(162,228,213)
#B3E8DD
(179,232,221)
#C4ECE5
(196,236,229)
#D5F0ED
(213,240,237)
#E6F4F5
(230,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CCCA5 color. Also use rgb(60,204,165) instead hex code.

Text Font Color

.myTextColor { color: #3CCCA5; }

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

This text font color is #3CCCA5.

Background Color

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

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

This div background color is #3CCCA5.

Border color

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

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

This div border color is #3CCCA5.

Opacity

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

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

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

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

This text has shadow with #3CCCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3CCCA5.

Preview

Color preview on black background

This text has color #3CCCA5 on black background.


Color preview on white background

This text has color #3CCCA5 on white background.


Black color preview on #3CCCA5 background

This text has black color on #3CCCA5 background.


White color preview on #3CCCA5 background

This text has white color on #3CCCA5 background.


Related colors

Complementary color

Complementary color for #hex is #C3335A.


I love getcolorcode.com

Triadic colors

1 #A53CCC and #CCA53C with #3CCCA5 are triadic colors.

2 #A5CC3C and #CC3CA5 with #3CCCA5 are triadic colors.