COLOR #6CD1AE

HEX: #6CD1AE
RGB: (108,209,174)

Color info

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

RGB color model

#6CD1AE color RGB value is (108,209,174).

  • red value is 108;
  • green value is 209;
  • blue value is 174.
RGB:
(108,209,174)
(42%,82%,68%)

RGB channels and saturation

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

108
209
174

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

Portions of RGB colors in percentages

R + G + B =
108 + 209 + 174 = 491 (100%)
R 108 of 491 ~ 22%
G 209 of 491 ~ 42.57%
B 174 of 491 ~ 35.44%

%22
%42.57
%35.44

CMYK color model

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

  • cyan value is 48.33%
  • magenta value is 0.00%
  • yellow value is 16.75%
  • 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
%16.75
%18.04

Codes

Color #6CD1AE in popluar color models

6CD1AE
RGB108209174
HSL159°52.33%62.16%
HSB/HSV159°48.33%81.96%
CMYK48.33%0.00%16.75%
18.04%

Color #6CD1AE in popluar number systems.

HEX6CD1AE
Decimal108209174
Binary11011001101000110101110
Octal154321256

Shades and tints

Shades of #6CD1AE

#6CD1AE
(108,209,174)
#63BE9F
(99,190,159)
#5AAB90
(90,171,144)
#519881
(81,152,129)
#488572
(72,133,114)
#3F7263
(63,114,99)
#365F54
(54,95,84)
#2D4C45
(45,76,69)
#243936
(36,57,54)
#1B2627
(27,38,39)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #6CD1AE

#6CD1AE
(108,209,174)
#79D5B5
(121,213,181)
#86D9BC
(134,217,188)
#93DDC3
(147,221,195)
#A0E1CA
(160,225,202)
#ADE5D1
(173,229,209)
#BAE9D8
(186,233,216)
#C7EDDF
(199,237,223)
#D4F1E6
(212,241,230)
#E1F5ED
(225,245,237)
#EEF9F4
(238,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CD1AE; }

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

This text font color is #6CD1AE.


Background Color

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

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

This div background color is #6CD1AE.


Border color

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

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

This div border color is #6CD1AE.


Opacity

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

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

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

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

This text has shadow with #6CD1AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CD1AE on black background.


Color preview on white background

This text has color #6CD1AE on white background.



Black color preview on #6CD1AE background

This text has black color on #6CD1AE background.


White color preview on #6CD1AE background

This text has white color on #6CD1AE background.