COLOR #6DF4C4

HEX: #6DF4C4
RGB: (109,244,196)

Color info

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

RGB color model

#6DF4C4 color RGB value is (109,244,196).

  • red value is 109;
  • green value is 244;
  • blue value is 196.
RGB:
(109,244,196)
(43%,96%,77%)

RGB channels and saturation

R 109 of 255 = 43%
G 244 of 255 = 96%
B 196 of 255 = 77%

109
244
196

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

Portions of RGB colors in percentages

R + G + B =
109 + 244 + 196 = 549 (100%)
R 109 of 549 ~ 19.85%
G 244 of 549 ~ 44.44%
B 196 of 549 ~ 35.7%

%19.85
%44.44
%35.7

CMYK color model

#6DF4C4 color CMYK value is (55,0,20,4).

  • cyan value is 55.33%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 4.31%
CMYK:
(55,0,20,4)
C55M0Y20K4 
(55%,0%,20%,4%)
(0.55/0.00/0.20/0.04)	

CMYK percentages

%55.33
%0
%19.67
%4.31

Codes

Color #6DF4C4 in popluar color models

6DF4C4
RGB109244196
HSL159°85.99%69.22%
HSB/HSV159°55.33%95.69%
CMYK55.33%0.00%19.67%
4.31%

Color #6DF4C4 in popluar number systems.

HEX6DF4C4
Decimal109244196
Binary11011011111010011000100
Octal155364304

Shades and tints

Shades of #6DF4C4

#6DF4C4
(109,244,196)
#64DEB3
(100,222,179)
#5BC8A2
(91,200,162)
#52B291
(82,178,145)
#499C80
(73,156,128)
#40866F
(64,134,111)
#37705E
(55,112,94)
#2E5A4D
(46,90,77)
#25443C
(37,68,60)
#1C2E2B
(28,46,43)
#13181A
(19,24,26)
#000000
(0,0,0)

Tints of #6DF4C4

#6DF4C4
(109,244,196)
#7AF5C9
(122,245,201)
#87F6CE
(135,246,206)
#94F7D3
(148,247,211)
#A1F8D8
(161,248,216)
#AEF9DD
(174,249,221)
#BBFAE2
(187,250,226)
#C8FBE7
(200,251,231)
#D5FCEC
(213,252,236)
#E2FDF1
(226,253,241)
#EFFEF6
(239,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DF4C4; }

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

This text font color is #6DF4C4.


Background Color

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

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

This div background color is #6DF4C4.


Border color

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

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

This div border color is #6DF4C4.


Opacity

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

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

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

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

This text has shadow with #6DF4C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DF4C4 on black background.


Color preview on white background

This text has color #6DF4C4 on white background.



Black color preview on #6DF4C4 background

This text has black color on #6DF4C4 background.


White color preview on #6DF4C4 background

This text has white color on #6DF4C4 background.