COLOR #6CC6C4

HEX: #6CC6C4 RGB: (108,198,196)

Color info

#6CC6C4 contains mainly green and blue colors. Web safe color of #6CC6C4 is #66CCCC (or #6CC).

RGB color model

#6CC6C4 color RGB value is (108,198,196).

RGB: (108,198,196) (42%, 78%, 77%)

RGB channels and saturation

R 108 of 255 = 42%
G 198 of 255 = 78%
B 196 of 255 = 77%

108
198
196

R + G + B ~ 66%. #6CC6C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 198 + 196 = 502 (100%)
R 108 of 502 ~ 21.51%
G 198 of 502 ~ 39.44%
B 196 of 502 ~ 39.04'%

%21.51
%39.44
%39.04

CMYK color model

#6CC6C4 color CMYK value is (45,0,1,22).

  • cyan value is 45.45%
  • magenta value is 0.00%
  • yellow value is 1.01%
  • key color value is 22.35%

CMYK: (45,0,1,22)
C45M0Y1K22 (45%, 0%, 1%, 22%)
(0.45 / 0.00 / 0.01 / 0.22)

CMYK percentages

%45.45
%0
%1.01
%22.35

Codes

Color #6CC6C4 in popluar color models

6C C6 C4
RGB 108 198 196
HSL 179° 44.12% 60.00%
HSB/HSV 179° 45.45% 77.65%
CMYK 45.45% 0.00% 1.01%
22.35%

Color #6CC6C4 in popluar number systems.

HEX 6C C6 C4
Decimal 108 198 196
Binary 1101100 11000110 11000100
Octal 154 306 304

Shades and tints

Shades of #6CC6C4

#6CC6C4
(108,198,196)
#63B4B3
(99,180,179)
#5AA2A2
(90,162,162)
#519091
(81,144,145)
#487E80
(72,126,128)
#3F6C6F
(63,108,111)
#365A5E
(54,90,94)
#2D484D
(45,72,77)
#24363C
(36,54,60)
#1B242B
(27,36,43)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #6CC6C4

#6CC6C4
(108,198,196)
#79CBC9
(121,203,201)
#86D0CE
(134,208,206)
#93D5D3
(147,213,211)
#A0DAD8
(160,218,216)
#ADDFDD
(173,223,221)
#BAE4E2
(186,228,226)
#C7E9E7
(199,233,231)
#D4EEEC
(212,238,236)
#E1F3F1
(225,243,241)
#EEF8F6
(238,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CC6C4; }

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

This text font color is #6CC6C4.

Background Color

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

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

This div background color is #6CC6C4.

Border color

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

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

This div border color is #6CC6C4.

Opacity

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

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

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

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

This text has shadow with #6CC6C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CC6C4.

Preview

Color preview on black background

This text has color #6CC6C4 on black background.


Color preview on white background

This text has color #6CC6C4 on white background.


Black color preview on #6CC6C4 background

This text has black color on #6CC6C4 background.


White color preview on #6CC6C4 background

This text has white color on #6CC6C4 background.


Related colors

Complementary color

Complementary color for #hex is #93393B.


I love getcolorcode.com

Triadic colors

1 #C46CC6 and #C6C46C with #6CC6C4 are triadic colors.

2 #C4C66C and #C66CC4 with #6CC6C4 are triadic colors.