COLOR #6DE6C0

HEX: #6DE6C0
RGB: (109,230,192)

Color info

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

RGB color model

#6DE6C0 color RGB value is (109,230,192).

  • red value is 109;
  • green value is 230;
  • blue value is 192.
RGB:
(109,230,192)
(43%,90%,75%)

RGB channels and saturation

R 109 of 255 = 43%
G 230 of 255 = 90%
B 192 of 255 = 75%

109
230
192

R + G + B ~ 69%. #6DE6C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 230 + 192 = 531 (100%)
R 109 of 531 ~ 20.53%
G 230 of 531 ~ 43.31%
B 192 of 531 ~ 36.16%

%20.53
%43.31
%36.16

CMYK color model

#6DE6C0 color CMYK value is (53,0,17,10).

  • cyan value is 52.61%
  • magenta value is 0.00%
  • yellow value is 16.52%
  • key color value is 9.80%
CMYK:
(53,0,17,10)
C53M0Y17K10 
(53%,0%,17%,10%)
(0.53/0.00/0.17/0.10)	

CMYK percentages

%52.61
%0
%16.52
%9.8

Codes

Color #6DE6C0 in popluar color models

6DE6C0
RGB109230192
HSL161°70.76%66.47%
HSB/HSV161°52.61%90.20%
CMYK52.61%0.00%16.52%
9.80%

Color #6DE6C0 in popluar number systems.

HEX6DE6C0
Decimal109230192
Binary11011011110011011000000
Octal155346300

Shades and tints

Shades of #6DE6C0

#6DE6C0
(109,230,192)
#64D2AF
(100,210,175)
#5BBE9E
(91,190,158)
#52AA8D
(82,170,141)
#49967C
(73,150,124)
#40826B
(64,130,107)
#376E5A
(55,110,90)
#2E5A49
(46,90,73)
#254638
(37,70,56)
#1C3227
(28,50,39)
#131E16
(19,30,22)
#000000
(0,0,0)

Tints of #6DE6C0

#6DE6C0
(109,230,192)
#7AE8C5
(122,232,197)
#87EACA
(135,234,202)
#94ECCF
(148,236,207)
#A1EED4
(161,238,212)
#AEF0D9
(174,240,217)
#BBF2DE
(187,242,222)
#C8F4E3
(200,244,227)
#D5F6E8
(213,246,232)
#E2F8ED
(226,248,237)
#EFFAF2
(239,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DE6C0; }

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

This text font color is #6DE6C0.


Background Color

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

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

This div background color is #6DE6C0.


Border color

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

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

This div border color is #6DE6C0.


Opacity

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

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

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

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

This text has shadow with #6DE6C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DE6C0 on black background.


Color preview on white background

This text has color #6DE6C0 on white background.



Black color preview on #6DE6C0 background

This text has black color on #6DE6C0 background.


White color preview on #6DE6C0 background

This text has white color on #6DE6C0 background.