COLOR #6DC8A0

HEX: #6DC8A0
RGB: (109,200,160)

Color info

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

RGB color model

#6DC8A0 color RGB value is (109,200,160).

  • red value is 109;
  • green value is 200;
  • blue value is 160.
RGB:
(109,200,160)
(43%,78%,63%)

RGB channels and saturation

R 109 of 255 = 43%
G 200 of 255 = 78%
B 160 of 255 = 63%

109
200
160

R + G + B ~ 61%. #6DC8A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 200 + 160 = 469 (100%)
R 109 of 469 ~ 23.24%
G 200 of 469 ~ 42.64%
B 160 of 469 ~ 34.12%

%23.24
%42.64
%34.12

CMYK color model

#6DC8A0 color CMYK value is (46,0,20,22).

  • cyan value is 45.50%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 21.57%
CMYK:
(46,0,20,22)
C46M0Y20K22 
(46%,0%,20%,22%)
(0.46/0.00/0.20/0.22)	

CMYK percentages

%45.5
%0
%20
%21.57

Codes

Color #6DC8A0 in popluar color models

6DC8A0
RGB109200160
HSL154°45.27%60.59%
HSB/HSV154°45.50%78.43%
CMYK45.50%0.00%20.00%
21.57%

Color #6DC8A0 in popluar number systems.

HEX6DC8A0
Decimal109200160
Binary11011011100100010100000
Octal155310240

Shades and tints

Shades of #6DC8A0

#6DC8A0
(109,200,160)
#64B692
(100,182,146)
#5BA484
(91,164,132)
#529276
(82,146,118)
#498068
(73,128,104)
#406E5A
(64,110,90)
#375C4C
(55,92,76)
#2E4A3E
(46,74,62)
#253830
(37,56,48)
#1C2622
(28,38,34)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #6DC8A0

#6DC8A0
(109,200,160)
#7ACDA8
(122,205,168)
#87D2B0
(135,210,176)
#94D7B8
(148,215,184)
#A1DCC0
(161,220,192)
#AEE1C8
(174,225,200)
#BBE6D0
(187,230,208)
#C8EBD8
(200,235,216)
#D5F0E0
(213,240,224)
#E2F5E8
(226,245,232)
#EFFAF0
(239,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC8A0 color. Also use rgb(109,200,160) instead hex code.

Text Font Color

.myTextColor { color: #6DC8A0; }

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

This text font color is #6DC8A0.


Background Color

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

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

This div background color is #6DC8A0.


Border color

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

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

This div border color is #6DC8A0.


Opacity

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

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

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

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

This text has shadow with #6DC8A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DC8A0 on black background.


Color preview on white background

This text has color #6DC8A0 on white background.



Black color preview on #6DC8A0 background

This text has black color on #6DC8A0 background.


White color preview on #6DC8A0 background

This text has white color on #6DC8A0 background.