COLOR #6CD1AD

HEX: #6CD1AD RGB: (108,209,173)

Color info

#6CD1AD contains mainly green and blue colors. Web safe color of #6CD1AD is #66CC99 (or #6C9).

RGB color model

#6CD1AD color RGB value is (108,209,173).

RGB: (108,209,173) (42%, 82%, 68%)

RGB channels and saturation

R 108 of 255 = 42%
G 209 of 255 = 82%
B 173 of 255 = 68%

108
209
173

R + G + B ~ 64%. #6CD1AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 108 + 209 + 173 = 490 (100%)
R 108 of 490 ~ 22.04%
G 209 of 490 ~ 42.65%
B 173 of 490 ~ 35.31'%

%22.04
%42.65
%35.31

CMYK color model

#6CD1AD color CMYK value is (48,0,17,18).

  • cyan value is 48.33%
  • magenta value is 0.00%
  • yellow value is 17.22%
  • key color value is 18.04%

CMYK: (48,0,17,18)
C48M0Y17K18 (48%, 0%, 17%, 18%)
(0.48 / 0.00 / 0.17 / 0.18)

CMYK percentages

%48.33
%0
%17.22
%18.04

Codes

Color #6CD1AD in popluar color models

6C D1 AD
RGB 108 209 173
HSL 159° 52.33% 62.16%
HSB/HSV 159° 48.33% 81.96%
CMYK 48.33% 0.00% 17.22%
18.04%

Color #6CD1AD in popluar number systems.

HEX 6C D1 AD
Decimal 108 209 173
Binary 1101100 11010001 10101101
Octal 154 321 255

Shades and tints

Shades of #6CD1AD

#6CD1AD
(108,209,173)
#63BE9E
(99,190,158)
#5AAB8F
(90,171,143)
#519880
(81,152,128)
#488571
(72,133,113)
#3F7262
(63,114,98)
#365F53
(54,95,83)
#2D4C44
(45,76,68)
#243935
(36,57,53)
#1B2626
(27,38,38)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #6CD1AD

#6CD1AD
(108,209,173)
#79D5B4
(121,213,180)
#86D9BB
(134,217,187)
#93DDC2
(147,221,194)
#A0E1C9
(160,225,201)
#ADE5D0
(173,229,208)
#BAE9D7
(186,233,215)
#C7EDDE
(199,237,222)
#D4F1E5
(212,241,229)
#E1F5EC
(225,245,236)
#EEF9F3
(238,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CD1AD color. Also use rgb(108,209,173) instead hex code.

Text Font Color

.myTextColor { color: #6CD1AD; }

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

This text font color is #6CD1AD.

Background Color

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

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

This div background color is #6CD1AD.

Border color

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

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

This div border color is #6CD1AD.

Opacity

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

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

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

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

This text has shadow with #6CD1AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CD1AD.

Preview

Color preview on black background

This text has color #6CD1AD on black background.


Color preview on white background

This text has color #6CD1AD on white background.


Black color preview on #6CD1AD background

This text has black color on #6CD1AD background.


White color preview on #6CD1AD background

This text has white color on #6CD1AD background.


Related colors

Complementary color

Complementary color for #hex is #932E52.


I love getcolorcode.com

Triadic colors

1 #AD6CD1 and #D1AD6C with #6CD1AD are triadic colors.

2 #ADD16C and #D16CAD with #6CD1AD are triadic colors.