COLOR #6DC4BE

HEX: #6DC4BE RGB: (109,196,190)

Color info

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

RGB color model

#6DC4BE color RGB value is (109,196,190).

RGB: (109,196,190) (43%, 77%, 75%)

RGB channels and saturation

R 109 of 255 = 43%
G 196 of 255 = 77%
B 190 of 255 = 75%

109
196
190

R + G + B ~ 65%. #6DC4BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 196 + 190 = 495 (100%)
R 109 of 495 ~ 22.02%
G 196 of 495 ~ 39.6%
B 190 of 495 ~ 38.38'%

%22.02
%39.6
%38.38

CMYK color model

#6DC4BE color CMYK value is (44,0,3,23).

  • cyan value is 44.39%
  • magenta value is 0.00%
  • yellow value is 3.06%
  • key color value is 23.14%
CMYK: (44,0,3,23) C44M0Y3K23 (44%,0%,3%,23%) (0.44/0.00/0.03/0.23) 

CMYK percentages

%44.39
%0
%3.06
%23.14

Codes

Color #6DC4BE in popluar color models

6D C4 BE
RGB 109 196 190
HSL 176° 42.44% 59.80%
HSB/HSV 176° 44.39% 76.86%
CMYK 44.39% 0.00% 3.06%
23.14%

Color #6DC4BE in popluar number systems.

HEX 6D C4 BE
Decimal 109 196 190
Binary 1101101 11000100 10111110
Octal 155 304 276

Shades and tints

Shades of #6DC4BE

#6DC4BE
(109,196,190)
#64B3AD
(100,179,173)
#5BA29C
(91,162,156)
#52918B
(82,145,139)
#49807A
(73,128,122)
#406F69
(64,111,105)
#375E58
(55,94,88)
#2E4D47
(46,77,71)
#253C36
(37,60,54)
#1C2B25
(28,43,37)
#131A14
(19,26,20)
#000000
(0,0,0)

Tints of #6DC4BE

#6DC4BE
(109,196,190)
#7AC9C3
(122,201,195)
#87CEC8
(135,206,200)
#94D3CD
(148,211,205)
#A1D8D2
(161,216,210)
#AEDDD7
(174,221,215)
#BBE2DC
(187,226,220)
#C8E7E1
(200,231,225)
#D5ECE6
(213,236,230)
#E2F1EB
(226,241,235)
#EFF6F0
(239,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DC4BE color. Also use rgb(109,196,190) instead hex code.

Text Font Color

.myTextColor { color: #6DC4BE; }

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

This text font color is #6DC4BE.

Background Color

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

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

This div background color is #6DC4BE.

Border color

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

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

This div border color is #6DC4BE.

Opacity

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

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

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

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

This text has shadow with #6DC4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DC4BE.

Preview

Color preview on black background

This text has color #6DC4BE on black background.


Color preview on white background

This text has color #6DC4BE on white background.


Black color preview on #6DC4BE background

This text has black color on #6DC4BE background.


White color preview on #6DC4BE background

This text has white color on #6DC4BE background.


Related colors

Complementary color

Complementary color for #hex is #923B41.


I love getcolorcode.com

Triadic colors

1 #BE6DC4 and #C4BE6D with #6DC4BE are triadic colors.

2 #BEC46D and #C46DBE with #6DC4BE are triadic colors.