COLOR #6CCAC1

HEX: #6CCAC1 RGB: (108,202,193)

Color info

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

RGB color model

#6CCAC1 color RGB value is (108,202,193).

RGB: (108,202,193) (42%, 79%, 76%)

RGB channels and saturation

R 108 of 255 = 42%
G 202 of 255 = 79%
B 193 of 255 = 76%

108
202
193

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

Portions of RGB colors in percentages

R + G + B = 108 + 202 + 193 = 503 (100%)
R 108 of 503 ~ 21.47%
G 202 of 503 ~ 40.16%
B 193 of 503 ~ 38.37'%

%21.47
%40.16
%38.37

CMYK color model

#6CCAC1 color CMYK value is (47,0,4,21).

  • cyan value is 46.53%
  • magenta value is 0.00%
  • yellow value is 4.46%
  • key color value is 20.78%

CMYK: (47,0,4,21)
C47M0Y4K21 (47%, 0%, 4%, 21%)
(0.47 / 0.00 / 0.04 / 0.21)

CMYK percentages

%46.53
%0
%4.46
%20.78

Codes

Color #6CCAC1 in popluar color models

6C CA C1
RGB 108 202 193
HSL 174° 47.00% 60.78%
HSB/HSV 174° 46.53% 79.22%
CMYK 46.53% 0.00% 4.46%
20.78%

Color #6CCAC1 in popluar number systems.

HEX 6C CA C1
Decimal 108 202 193
Binary 1101100 11001010 11000001
Octal 154 312 301

Shades and tints

Shades of #6CCAC1

#6CCAC1
(108,202,193)
#63B8B0
(99,184,176)
#5AA69F
(90,166,159)
#51948E
(81,148,142)
#48827D
(72,130,125)
#3F706C
(63,112,108)
#365E5B
(54,94,91)
#2D4C4A
(45,76,74)
#243A39
(36,58,57)
#1B2828
(27,40,40)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #6CCAC1

#6CCAC1
(108,202,193)
#79CEC6
(121,206,198)
#86D2CB
(134,210,203)
#93D6D0
(147,214,208)
#A0DAD5
(160,218,213)
#ADDEDA
(173,222,218)
#BAE2DF
(186,226,223)
#C7E6E4
(199,230,228)
#D4EAE9
(212,234,233)
#E1EEEE
(225,238,238)
#EEF2F3
(238,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CCAC1; }

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

This text font color is #6CCAC1.

Background Color

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

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

This div background color is #6CCAC1.

Border color

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

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

This div border color is #6CCAC1.

Opacity

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

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

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

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

This text has shadow with #6CCAC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CCAC1.

Preview

Color preview on black background

This text has color #6CCAC1 on black background.


Color preview on white background

This text has color #6CCAC1 on white background.


Black color preview on #6CCAC1 background

This text has black color on #6CCAC1 background.


White color preview on #6CCAC1 background

This text has white color on #6CCAC1 background.


Related colors

Complementary color

Complementary color for #hex is #93353E.


I love getcolorcode.com

Triadic colors

1 #C16CCA and #CAC16C with #6CCAC1 are triadic colors.

2 #C1CA6C and #CA6CC1 with #6CCAC1 are triadic colors.