COLOR #6DF0CB

HEX: #6DF0CB
RGB: (109,240,203)

Color info

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

RGB color model

#6DF0CB color RGB value is (109,240,203).

  • red value is 109;
  • green value is 240;
  • blue value is 203.
RGB:
(109,240,203)
(43%,94%,80%)

RGB channels and saturation

R 109 of 255 = 43%
G 240 of 255 = 94%
B 203 of 255 = 80%

109
240
203

R + G + B ~ 72%. #6DF0CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
109 + 240 + 203 = 552 (100%)
R 109 of 552 ~ 19.75%
G 240 of 552 ~ 43.48%
B 203 of 552 ~ 36.78%

%19.75
%43.48
%36.78

CMYK color model

#6DF0CB color CMYK value is (55,0,15,6).

  • cyan value is 54.58%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 5.88%
CMYK:
(55,0,15,6)
C55M0Y15K6 
(55%,0%,15%,6%)
(0.55/0.00/0.15/0.06)	

CMYK percentages

%54.58
%0
%15.42
%5.88

Codes

Color #6DF0CB in popluar color models

6DF0CB
RGB109240203
HSL163°81.37%68.43%
HSB/HSV163°54.58%94.12%
CMYK54.58%0.00%15.42%
5.88%

Color #6DF0CB in popluar number systems.

HEX6DF0CB
Decimal109240203
Binary11011011111000011001011
Octal155360313

Shades and tints

Shades of #6DF0CB

#6DF0CB
(109,240,203)
#64DBB9
(100,219,185)
#5BC6A7
(91,198,167)
#52B195
(82,177,149)
#499C83
(73,156,131)
#408771
(64,135,113)
#37725F
(55,114,95)
#2E5D4D
(46,93,77)
#25483B
(37,72,59)
#1C3329
(28,51,41)
#131E17
(19,30,23)
#000000
(0,0,0)

Tints of #6DF0CB

#6DF0CB
(109,240,203)
#7AF1CF
(122,241,207)
#87F2D3
(135,242,211)
#94F3D7
(148,243,215)
#A1F4DB
(161,244,219)
#AEF5DF
(174,245,223)
#BBF6E3
(187,246,227)
#C8F7E7
(200,247,231)
#D5F8EB
(213,248,235)
#E2F9EF
(226,249,239)
#EFFAF3
(239,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DF0CB color. Also use rgb(109,240,203) instead hex code.

Text Font Color

.myTextColor { color: #6DF0CB; }

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

This text font color is #6DF0CB.


Background Color

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

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

This div background color is #6DF0CB.


Border color

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

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

This div border color is #6DF0CB.


Opacity

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

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

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

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

This text has shadow with #6DF0CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DF0CB on black background.


Color preview on white background

This text has color #6DF0CB on white background.



Black color preview on #6DF0CB background

This text has black color on #6DF0CB background.


White color preview on #6DF0CB background

This text has white color on #6DF0CB background.