COLOR #6DF5E0

HEX: #6DF5E0 RGB: (109,245,224)

Color info

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

RGB color model

#6DF5E0 color RGB value is (109,245,224).

RGB: (109,245,224) (43%, 96%, 88%)

RGB channels and saturation

R 109 of 255 = 43%
G 245 of 255 = 96%
B 224 of 255 = 88%

109
245
224

R + G + B ~ 76%. #6DF5E0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 245 + 224 = 578 (100%)
R 109 of 578 ~ 18.86%
G 245 of 578 ~ 42.39%
B 224 of 578 ~ 38.75'%

%18.86
%42.39
%38.75

CMYK color model

#6DF5E0 color CMYK value is (56,0,9,4).

  • cyan value is 55.51%
  • magenta value is 0.00%
  • yellow value is 8.57%
  • key color value is 3.92%

CMYK: (56,0,9,4)
C56M0Y9K4 (56%, 0%, 9%, 4%)
(0.56 / 0.00 / 0.09 / 0.04)

CMYK percentages

%55.51
%0
%8.57
%3.92

Codes

Color #6DF5E0 in popluar color models

6D F5 E0
RGB 109 245 224
HSL 171° 87.18% 69.41%
HSB/HSV 171° 55.51% 96.08%
CMYK 55.51% 0.00% 8.57%
3.92%

Color #6DF5E0 in popluar number systems.

HEX 6D F5 E0
Decimal 109 245 224
Binary 1101101 11110101 11100000
Octal 155 365 340

Shades and tints

Shades of #6DF5E0

#6DF5E0
(109,245,224)
#64DFCC
(100,223,204)
#5BC9B8
(91,201,184)
#52B3A4
(82,179,164)
#499D90
(73,157,144)
#40877C
(64,135,124)
#377168
(55,113,104)
#2E5B54
(46,91,84)
#254540
(37,69,64)
#1C2F2C
(28,47,44)
#131918
(19,25,24)
#000000
(0,0,0)

Tints of #6DF5E0

#6DF5E0
(109,245,224)
#7AF5E2
(122,245,226)
#87F5E4
(135,245,228)
#94F5E6
(148,245,230)
#A1F5E8
(161,245,232)
#AEF5EA
(174,245,234)
#BBF5EC
(187,245,236)
#C8F5EE
(200,245,238)
#D5F5F0
(213,245,240)
#E2F5F2
(226,245,242)
#EFF5F4
(239,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DF5E0 color. Also use rgb(109,245,224) instead hex code.

Text Font Color

.myTextColor { color: #6DF5E0; }

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

This text font color is #6DF5E0.

Background Color

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

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

This div background color is #6DF5E0.

Border color

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

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

This div border color is #6DF5E0.

Opacity

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

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

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

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

This text has shadow with #6DF5E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DF5E0.

Preview

Color preview on black background

This text has color #6DF5E0 on black background.


Color preview on white background

This text has color #6DF5E0 on white background.


Black color preview on #6DF5E0 background

This text has black color on #6DF5E0 background.


White color preview on #6DF5E0 background

This text has white color on #6DF5E0 background.


Related colors

Complementary color

Complementary color for #hex is #920A1F.


I love getcolorcode.com

Triadic colors

1 #E06DF5 and #F5E06D with #6DF5E0 are triadic colors.

2 #E0F56D and #F56DE0 with #6DF5E0 are triadic colors.