COLOR #6DF1C0

HEX: #6DF1C0 RGB: (109,241,192)

Color info

#6DF1C0 contains mainly green and blue colors. Web safe color of #6DF1C0 is #66FFCC (or #6FC).

RGB color model

#6DF1C0 color RGB value is (109,241,192).

RGB: (109,241,192) (43%, 95%, 75%)

RGB channels and saturation

R 109 of 255 = 43%
G 241 of 255 = 95%
B 192 of 255 = 75%

109
241
192

R + G + B ~ 71%. #6DF1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 241 + 192 = 542 (100%)
R 109 of 542 ~ 20.11%
G 241 of 542 ~ 44.46%
B 192 of 542 ~ 35.42'%

%20.11
%44.46
%35.42

CMYK color model

#6DF1C0 color CMYK value is (55,0,20,5).

  • cyan value is 54.77%
  • magenta value is 0.00%
  • yellow value is 20.33%
  • key color value is 5.49%

CMYK: (55,0,20,5)
C55M0Y20K5 (55%, 0%, 20%, 5%)
(0.55 / 0.00 / 0.20 / 0.05)

CMYK percentages

%54.77
%0
%20.33
%5.49

Codes

Color #6DF1C0 in popluar color models

6D F1 C0
RGB 109 241 192
HSL 158° 82.50% 68.63%
HSB/HSV 158° 54.77% 94.51%
CMYK 54.77% 0.00% 20.33%
5.49%

Color #6DF1C0 in popluar number systems.

HEX 6D F1 C0
Decimal 109 241 192
Binary 1101101 11110001 11000000
Octal 155 361 300

Shades and tints

Shades of #6DF1C0

#6DF1C0
(109,241,192)
#64DCAF
(100,220,175)
#5BC79E
(91,199,158)
#52B28D
(82,178,141)
#499D7C
(73,157,124)
#40886B
(64,136,107)
#37735A
(55,115,90)
#2E5E49
(46,94,73)
#254938
(37,73,56)
#1C3427
(28,52,39)
#131F16
(19,31,22)
#000000
(0,0,0)

Tints of #6DF1C0

#6DF1C0
(109,241,192)
#7AF2C5
(122,242,197)
#87F3CA
(135,243,202)
#94F4CF
(148,244,207)
#A1F5D4
(161,245,212)
#AEF6D9
(174,246,217)
#BBF7DE
(187,247,222)
#C8F8E3
(200,248,227)
#D5F9E8
(213,249,232)
#E2FAED
(226,250,237)
#EFFBF2
(239,251,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DF1C0 color. Also use rgb(109,241,192) instead hex code.

Text Font Color

.myTextColor { color: #6DF1C0; }

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

This text font color is #6DF1C0.

Background Color

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

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

This div background color is #6DF1C0.

Border color

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

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

This div border color is #6DF1C0.

Opacity

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

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

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

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

This text has shadow with #6DF1C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DF1C0.

Preview

Color preview on black background

This text has color #6DF1C0 on black background.


Color preview on white background

This text has color #6DF1C0 on white background.


Black color preview on #6DF1C0 background

This text has black color on #6DF1C0 background.


White color preview on #6DF1C0 background

This text has white color on #6DF1C0 background.


Related colors

Complementary color

Complementary color for #hex is #920E3F.


I love getcolorcode.com

Triadic colors

1 #C06DF1 and #F1C06D with #6DF1C0 are triadic colors.

2 #C0F16D and #F16DC0 with #6DF1C0 are triadic colors.