COLOR #6CD2BB

HEX: #6CD2BB RGB: (108,210,187)

Color info

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

RGB color model

#6CD2BB color RGB value is (108,210,187).

RGB: (108,210,187) (42%, 82%, 73%)

RGB channels and saturation

R 108 of 255 = 42%
G 210 of 255 = 82%
B 187 of 255 = 73%

108
210
187

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

Portions of RGB colors in percentages

R + G + B = 108 + 210 + 187 = 505 (100%)
R 108 of 505 ~ 21.39%
G 210 of 505 ~ 41.58%
B 187 of 505 ~ 37.03'%

%21.39
%41.58
%37.03

CMYK color model

#6CD2BB color CMYK value is (49,0,11,18).

  • cyan value is 48.57%
  • magenta value is 0.00%
  • yellow value is 10.95%
  • key color value is 17.65%

CMYK: (49,0,11,18)
C49M0Y11K18 (49%, 0%, 11%, 18%)
(0.49 / 0.00 / 0.11 / 0.18)

CMYK percentages

%48.57
%0
%10.95
%17.65

Codes

Color #6CD2BB in popluar color models

6C D2 BB
RGB 108 210 187
HSL 166° 53.13% 62.35%
HSB/HSV 166° 48.57% 82.35%
CMYK 48.57% 0.00% 10.95%
17.65%

Color #6CD2BB in popluar number systems.

HEX 6C D2 BB
Decimal 108 210 187
Binary 1101100 11010010 10111011
Octal 154 322 273

Shades and tints

Shades of #6CD2BB

#6CD2BB
(108,210,187)
#63BFAA
(99,191,170)
#5AAC99
(90,172,153)
#519988
(81,153,136)
#488677
(72,134,119)
#3F7366
(63,115,102)
#366055
(54,96,85)
#2D4D44
(45,77,68)
#243A33
(36,58,51)
#1B2722
(27,39,34)
#121411
(18,20,17)
#000000
(0,0,0)

Tints of #6CD2BB

#6CD2BB
(108,210,187)
#79D6C1
(121,214,193)
#86DAC7
(134,218,199)
#93DECD
(147,222,205)
#A0E2D3
(160,226,211)
#ADE6D9
(173,230,217)
#BAEADF
(186,234,223)
#C7EEE5
(199,238,229)
#D4F2EB
(212,242,235)
#E1F6F1
(225,246,241)
#EEFAF7
(238,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CD2BB color. Also use rgb(108,210,187) instead hex code.

Text Font Color

.myTextColor { color: #6CD2BB; }

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

This text font color is #6CD2BB.

Background Color

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

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

This div background color is #6CD2BB.

Border color

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

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

This div border color is #6CD2BB.

Opacity

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

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

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

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

This text has shadow with #6CD2BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CD2BB.

Preview

Color preview on black background

This text has color #6CD2BB on black background.


Color preview on white background

This text has color #6CD2BB on white background.


Black color preview on #6CD2BB background

This text has black color on #6CD2BB background.


White color preview on #6CD2BB background

This text has white color on #6CD2BB background.


Related colors

Complementary color

Complementary color for #hex is #932D44.


I love getcolorcode.com

Triadic colors

1 #BB6CD2 and #D2BB6C with #6CD2BB are triadic colors.

2 #BBD26C and #D26CBB with #6CD2BB are triadic colors.