COLOR #6CC49C

HEX: #6CC49C
RGB: (108,196,156)

Color info

#6CC49C contains mainly green and blue colors. Web safe color of #6CC49C is #66CC99 (or #6C9).

RGB color model

#6CC49C color RGB value is (108,196,156).

  • red value is 108;
  • green value is 196;
  • blue value is 156.
RGB:
(108,196,156)
(42%,77%,61%)

RGB channels and saturation

R 108 of 255 = 42%
G 196 of 255 = 77%
B 156 of 255 = 61%

108
196
156

R + G + B ~ 60%. #6CC49C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
108 + 196 + 156 = 460 (100%)
R 108 of 460 ~ 23.48%
G 196 of 460 ~ 42.61%
B 156 of 460 ~ 33.91%

%23.48
%42.61
%33.91

CMYK color model

#6CC49C color CMYK value is (45,0,20,23).

  • cyan value is 44.90%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 23.14%
CMYK:
(45,0,20,23)
C45M0Y20K23 
(45%,0%,20%,23%)
(0.45/0.00/0.20/0.23)	

CMYK percentages

%44.9
%0
%20.41
%23.14

Codes

Color #6CC49C in popluar color models

6CC49C
RGB108196156
HSL153°42.72%59.61%
HSB/HSV153°44.90%76.86%
CMYK44.90%0.00%20.41%
23.14%

Color #6CC49C in popluar number systems.

HEX6CC49C
Decimal108196156
Binary11011001100010010011100
Octal154304234

Shades and tints

Shades of #6CC49C

#6CC49C
(108,196,156)
#63B38E
(99,179,142)
#5AA280
(90,162,128)
#519172
(81,145,114)
#488064
(72,128,100)
#3F6F56
(63,111,86)
#365E48
(54,94,72)
#2D4D3A
(45,77,58)
#243C2C
(36,60,44)
#1B2B1E
(27,43,30)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #6CC49C

#6CC49C
(108,196,156)
#79C9A5
(121,201,165)
#86CEAE
(134,206,174)
#93D3B7
(147,211,183)
#A0D8C0
(160,216,192)
#ADDDC9
(173,221,201)
#BAE2D2
(186,226,210)
#C7E7DB
(199,231,219)
#D4ECE4
(212,236,228)
#E1F1ED
(225,241,237)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC49C color. Also use rgb(108,196,156) instead hex code.

Text Font Color

.myTextColor { color: #6CC49C; }

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

This text font color is #6CC49C.


Background Color

.myBgColor { background-color: #6CC49C; }

<div style="background-color:#6CC49C">Inner text</div>

This div background color is #6CC49C.


Border color

.myBorderColor { border: 1px solid #6CC49C; }

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

This div border color is #6CC49C.


Opacity

.myOpacity80 { color: #6CC49C; opacity: 0.8; }

<p style="color:#6CC49C;opacity:0.8;">80%</p>

Text with #6CC49C 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 #6CC49C;}

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

This text has shadow with #6CC49C color.

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

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

This text has shadow with #6CC49C primary color and red secondary color.


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

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

This text has shadow with #6CC49C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC49C on black background.


Color preview on white background

This text has color #6CC49C on white background.



Black color preview on #6CC49C background

This text has black color on #6CC49C background.


White color preview on #6CC49C background

This text has white color on #6CC49C background.