COLOR #6CC0A4

HEX: #6CC0A4
RGB: (108,192,164)

Color info

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

RGB color model

#6CC0A4 color RGB value is (108,192,164).

  • red value is 108;
  • green value is 192;
  • blue value is 164.
RGB:
(108,192,164)
(42%,75%,64%)

RGB channels and saturation

R 108 of 255 = 42%
G 192 of 255 = 75%
B 164 of 255 = 64%

108
192
164

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

Portions of RGB colors in percentages

R + G + B =
108 + 192 + 164 = 464 (100%)
R 108 of 464 ~ 23.28%
G 192 of 464 ~ 41.38%
B 164 of 464 ~ 35.34%

%23.28
%41.38
%35.34

CMYK color model

#6CC0A4 color CMYK value is (44,0,15,25).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 14.58%
  • key color value is 24.71%
CMYK:
(44,0,15,25)
C44M0Y15K25 
(44%,0%,15%,25%)
(0.44/0.00/0.15/0.25)	

CMYK percentages

%43.75
%0
%14.58
%24.71

Codes

Color #6CC0A4 in popluar color models

6CC0A4
RGB108192164
HSL160°40.00%58.82%
HSB/HSV160°43.75%75.29%
CMYK43.75%0.00%14.58%
24.71%

Color #6CC0A4 in popluar number systems.

HEX6CC0A4
Decimal108192164
Binary11011001100000010100100
Octal154300244

Shades and tints

Shades of #6CC0A4

#6CC0A4
(108,192,164)
#63AF96
(99,175,150)
#5A9E88
(90,158,136)
#518D7A
(81,141,122)
#487C6C
(72,124,108)
#3F6B5E
(63,107,94)
#365A50
(54,90,80)
#2D4942
(45,73,66)
#243834
(36,56,52)
#1B2726
(27,39,38)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #6CC0A4

#6CC0A4
(108,192,164)
#79C5AC
(121,197,172)
#86CAB4
(134,202,180)
#93CFBC
(147,207,188)
#A0D4C4
(160,212,196)
#ADD9CC
(173,217,204)
#BADED4
(186,222,212)
#C7E3DC
(199,227,220)
#D4E8E4
(212,232,228)
#E1EDEC
(225,237,236)
#EEF2F4
(238,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC0A4 color. Also use rgb(108,192,164) instead hex code.

Text Font Color

.myTextColor { color: #6CC0A4; }

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

This text font color is #6CC0A4.


Background Color

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

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

This div background color is #6CC0A4.


Border color

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

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

This div border color is #6CC0A4.


Opacity

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

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

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

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

This text has shadow with #6CC0A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC0A4 on black background.


Color preview on white background

This text has color #6CC0A4 on white background.



Black color preview on #6CC0A4 background

This text has black color on #6CC0A4 background.


White color preview on #6CC0A4 background

This text has white color on #6CC0A4 background.