COLOR #6DCCC2

HEX: #6DCCC2 RGB: (109,204,194)

Color info

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

RGB color model

#6DCCC2 color RGB value is (109,204,194).

RGB: (109,204,194) (43%, 80%, 76%)

RGB channels and saturation

R 109 of 255 = 43%
G 204 of 255 = 80%
B 194 of 255 = 76%

109
204
194

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

Portions of RGB colors in percentages

R + G + B = 109 + 204 + 194 = 507 (100%)
R 109 of 507 ~ 21.5%
G 204 of 507 ~ 40.24%
B 194 of 507 ~ 38.26'%

%21.5
%40.24
%38.26

CMYK color model

#6DCCC2 color CMYK value is (47,0,5,20).

  • cyan value is 46.57%
  • magenta value is 0.00%
  • yellow value is 4.90%
  • key color value is 20.00%

CMYK: (47,0,5,20)
C47M0Y5K20 (47%, 0%, 5%, 20%)
(0.47 / 0.00 / 0.05 / 0.20)

CMYK percentages

%46.57
%0
%4.9
%20

Codes

Color #6DCCC2 in popluar color models

6D CC C2
RGB 109 204 194
HSL 174° 48.22% 61.37%
HSB/HSV 174° 46.57% 80.00%
CMYK 46.57% 0.00% 4.90%
20.00%

Color #6DCCC2 in popluar number systems.

HEX 6D CC C2
Decimal 109 204 194
Binary 1101101 11001100 11000010
Octal 155 314 302

Shades and tints

Shades of #6DCCC2

#6DCCC2
(109,204,194)
#64BAB1
(100,186,177)
#5BA8A0
(91,168,160)
#52968F
(82,150,143)
#49847E
(73,132,126)
#40726D
(64,114,109)
#37605C
(55,96,92)
#2E4E4B
(46,78,75)
#253C3A
(37,60,58)
#1C2A29
(28,42,41)
#131818
(19,24,24)
#000000
(0,0,0)

Tints of #6DCCC2

#6DCCC2
(109,204,194)
#7AD0C7
(122,208,199)
#87D4CC
(135,212,204)
#94D8D1
(148,216,209)
#A1DCD6
(161,220,214)
#AEE0DB
(174,224,219)
#BBE4E0
(187,228,224)
#C8E8E5
(200,232,229)
#D5ECEA
(213,236,234)
#E2F0EF
(226,240,239)
#EFF4F4
(239,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DCCC2 color. Also use rgb(109,204,194) instead hex code.

Text Font Color

.myTextColor { color: #6DCCC2; }

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

This text font color is #6DCCC2.

Background Color

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

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

This div background color is #6DCCC2.

Border color

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

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

This div border color is #6DCCC2.

Opacity

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

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

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

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

This text has shadow with #6DCCC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DCCC2.

Preview

Color preview on black background

This text has color #6DCCC2 on black background.


Color preview on white background

This text has color #6DCCC2 on white background.


Black color preview on #6DCCC2 background

This text has black color on #6DCCC2 background.


White color preview on #6DCCC2 background

This text has white color on #6DCCC2 background.


Related colors

Complementary color

Complementary color for #hex is #92333D.


I love getcolorcode.com

Triadic colors

1 #C26DCC and #CCC26D with #6DCCC2 are triadic colors.

2 #C2CC6D and #CC6DC2 with #6DCCC2 are triadic colors.