COLOR #6BCDA0

HEX: #6BCDA0 RGB: (107,205,160)

Color info

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

RGB color model

#6BCDA0 color RGB value is (107,205,160).

RGB: (107,205,160) (42%, 80%, 63%)

RGB channels and saturation

R 107 of 255 = 42%
G 205 of 255 = 80%
B 160 of 255 = 63%

107
205
160

R + G + B ~ 62%. #6BCDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 107 + 205 + 160 = 472 (100%)
R 107 of 472 ~ 22.67%
G 205 of 472 ~ 43.43%
B 160 of 472 ~ 33.9'%

%22.67
%43.43
%33.9

CMYK color model

#6BCDA0 color CMYK value is (48,0,22,20).

  • cyan value is 47.80%
  • magenta value is 0.00%
  • yellow value is 21.95%
  • key color value is 19.61%
CMYK: (48,0,22,20) C48M0Y22K20 (48%,0%,22%,20%) (0.48/0.00/0.22/0.20) 

CMYK percentages

%47.8
%0
%21.95
%19.61

Codes

Color #6BCDA0 in popluar color models

6B CD A0
RGB 107 205 160
HSL 152° 49.49% 61.18%
HSB/HSV 152° 47.80% 80.39%
CMYK 47.80% 0.00% 21.95%
19.61%

Color #6BCDA0 in popluar number systems.

HEX 6B CD A0
Decimal 107 205 160
Binary 1101011 11001101 10100000
Octal 153 315 240

Shades and tints

Shades of #6BCDA0

#6BCDA0
(107,205,160)
#62BB92
(98,187,146)
#59A984
(89,169,132)
#509776
(80,151,118)
#478568
(71,133,104)
#3E735A
(62,115,90)
#35614C
(53,97,76)
#2C4F3E
(44,79,62)
#233D30
(35,61,48)
#1A2B22
(26,43,34)
#111914
(17,25,20)
#000000
(0,0,0)

Tints of #6BCDA0

#6BCDA0
(107,205,160)
#78D1A8
(120,209,168)
#85D5B0
(133,213,176)
#92D9B8
(146,217,184)
#9FDDC0
(159,221,192)
#ACE1C8
(172,225,200)
#B9E5D0
(185,229,208)
#C6E9D8
(198,233,216)
#D3EDE0
(211,237,224)
#E0F1E8
(224,241,232)
#EDF5F0
(237,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6BCDA0 color. Also use rgb(107,205,160) instead hex code.

Text Font Color

.myTextColor { color: #6BCDA0; }

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

This text font color is #6BCDA0.

Background Color

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

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

This div background color is #6BCDA0.

Border color

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

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

This div border color is #6BCDA0.

Opacity

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

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

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

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

This text has shadow with #6BCDA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6BCDA0.

Preview

Color preview on black background

This text has color #6BCDA0 on black background.


Color preview on white background

This text has color #6BCDA0 on white background.


Black color preview on #6BCDA0 background

This text has black color on #6BCDA0 background.


White color preview on #6BCDA0 background

This text has white color on #6BCDA0 background.


Related colors

Complementary color

Complementary color for #hex is #94325F.


I love getcolorcode.com

Triadic colors

1 #A06BCD and #CDA06B with #6BCDA0 are triadic colors.

2 #A0CD6B and #CD6BA0 with #6BCDA0 are triadic colors.