COLOR #6CDCCA

HEX: #6CDCCA RGB: (108,220,202)

Color info

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

RGB color model

#6CDCCA color RGB value is (108,220,202).

RGB: (108,220,202) (42%, 86%, 79%)

RGB channels and saturation

R 108 of 255 = 42%
G 220 of 255 = 86%
B 202 of 255 = 79%

108
220
202

R + G + B ~ 69%. #6CDCCA is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 220 + 202 = 530 (100%)
R 108 of 530 ~ 20.38%
G 220 of 530 ~ 41.51%
B 202 of 530 ~ 38.11'%

%20.38
%41.51
%38.11

CMYK color model

#6CDCCA color CMYK value is (51,0,8,14).

  • cyan value is 50.91%
  • magenta value is 0.00%
  • yellow value is 8.18%
  • key color value is 13.73%
CMYK: (51,0,8,14) C51M0Y8K14 (51%,0%,8%,14%) (0.51/0.00/0.08/0.14) 

CMYK percentages

%50.91
%0
%8.18
%13.73

Codes

Color #6CDCCA in popluar color models

6C DC CA
RGB 108 220 202
HSL 170° 61.54% 64.31%
HSB/HSV 170° 50.91% 86.27%
CMYK 50.91% 0.00% 8.18%
13.73%

Color #6CDCCA in popluar number systems.

HEX 6C DC CA
Decimal 108 220 202
Binary 1101100 11011100 11001010
Octal 154 334 312

Shades and tints

Shades of #6CDCCA

#6CDCCA
(108,220,202)
#63C8B8
(99,200,184)
#5AB4A6
(90,180,166)
#51A094
(81,160,148)
#488C82
(72,140,130)
#3F7870
(63,120,112)
#36645E
(54,100,94)
#2D504C
(45,80,76)
#243C3A
(36,60,58)
#1B2828
(27,40,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #6CDCCA

#6CDCCA
(108,220,202)
#79DFCE
(121,223,206)
#86E2D2
(134,226,210)
#93E5D6
(147,229,214)
#A0E8DA
(160,232,218)
#ADEBDE
(173,235,222)
#BAEEE2
(186,238,226)
#C7F1E6
(199,241,230)
#D4F4EA
(212,244,234)
#E1F7EE
(225,247,238)
#EEFAF2
(238,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CDCCA color. Also use rgb(108,220,202) instead hex code.

Text Font Color

.myTextColor { color: #6CDCCA; }

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

This text font color is #6CDCCA.

Background Color

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

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

This div background color is #6CDCCA.

Border color

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

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

This div border color is #6CDCCA.

Opacity

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

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

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

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

This text has shadow with #6CDCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CDCCA.

Preview

Color preview on black background

This text has color #6CDCCA on black background.


Color preview on white background

This text has color #6CDCCA on white background.


Black color preview on #6CDCCA background

This text has black color on #6CDCCA background.


White color preview on #6CDCCA background

This text has white color on #6CDCCA background.


Related colors

Complementary color

Complementary color for #hex is #932335.


I love getcolorcode.com

Triadic colors

1 #CA6CDC and #DCCA6C with #6CDCCA are triadic colors.

2 #CADC6C and #DC6CCA with #6CDCCA are triadic colors.