COLOR #6CC2AC

HEX: #6CC2AC RGB: (108,194,172)

Color info

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

RGB color model

#6CC2AC color RGB value is (108,194,172).

RGB: (108,194,172) (42%, 76%, 67%)

RGB channels and saturation

R 108 of 255 = 42%
G 194 of 255 = 76%
B 172 of 255 = 67%

108
194
172

R + G + B ~ 62%. #6CC2AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 194 + 172 = 474 (100%)
R 108 of 474 ~ 22.78%
G 194 of 474 ~ 40.93%
B 172 of 474 ~ 36.29'%

%22.78
%40.93
%36.29

CMYK color model

#6CC2AC color CMYK value is (44,0,11,24).

  • cyan value is 44.33%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 23.92%

CMYK: (44,0,11,24)
C44M0Y11K24 (44%, 0%, 11%, 24%)
(0.44 / 0.00 / 0.11 / 0.24)

CMYK percentages

%44.33
%0
%11.34
%23.92

Codes

Color #6CC2AC in popluar color models

6C C2 AC
RGB 108 194 172
HSL 165° 41.35% 59.22%
HSB/HSV 165° 44.33% 76.08%
CMYK 44.33% 0.00% 11.34%
23.92%

Color #6CC2AC in popluar number systems.

HEX 6C C2 AC
Decimal 108 194 172
Binary 1101100 11000010 10101100
Octal 154 302 254

Shades and tints

Shades of #6CC2AC

#6CC2AC
(108,194,172)
#63B19D
(99,177,157)
#5AA08E
(90,160,142)
#518F7F
(81,143,127)
#487E70
(72,126,112)
#3F6D61
(63,109,97)
#365C52
(54,92,82)
#2D4B43
(45,75,67)
#243A34
(36,58,52)
#1B2925
(27,41,37)
#121816
(18,24,22)
#000000
(0,0,0)

Tints of #6CC2AC

#6CC2AC
(108,194,172)
#79C7B3
(121,199,179)
#86CCBA
(134,204,186)
#93D1C1
(147,209,193)
#A0D6C8
(160,214,200)
#ADDBCF
(173,219,207)
#BAE0D6
(186,224,214)
#C7E5DD
(199,229,221)
#D4EAE4
(212,234,228)
#E1EFEB
(225,239,235)
#EEF4F2
(238,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC2AC color. Also use rgb(108,194,172) instead hex code.

Text Font Color

.myTextColor { color: #6CC2AC; }

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

This text font color is #6CC2AC.

Background Color

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

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

This div background color is #6CC2AC.

Border color

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

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

This div border color is #6CC2AC.

Opacity

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

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

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

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

This text has shadow with #6CC2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CC2AC.

Preview

Color preview on black background

This text has color #6CC2AC on black background.


Color preview on white background

This text has color #6CC2AC on white background.


Black color preview on #6CC2AC background

This text has black color on #6CC2AC background.


White color preview on #6CC2AC background

This text has white color on #6CC2AC background.


Related colors

Complementary color

Complementary color for #hex is #933D53.


I love getcolorcode.com

Triadic colors

1 #AC6CC2 and #C2AC6C with #6CC2AC are triadic colors.

2 #ACC26C and #C26CAC with #6CC2AC are triadic colors.