COLOR #6DE4E4

HEX: #6DE4E4 RGB: (109,228,228)

Color info

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

RGB color model

#6DE4E4 color RGB value is (109,228,228).

RGB: (109,228,228) (43%, 89%, 89%)

RGB channels and saturation

R 109 of 255 = 43%
G 228 of 255 = 89%
B 228 of 255 = 89%

109
228
228

R + G + B ~ 74%. #6DE4E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 109 + 228 + 228 = 565 (100%)
R 109 of 565 ~ 19.29%
G 228 of 565 ~ 40.35%
B 228 of 565 ~ 40.35'%

%19.29
%40.35
%40.35

CMYK color model

#6DE4E4 color CMYK value is (52,0,0,11).

  • cyan value is 52.19%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (52,0,0,11)
C52M0Y0K11 (52%, 0%, 0%, 11%)
(0.52 / 0.00 / 0.00 / 0.11)

CMYK percentages

%52.19
%0
%0
%10.59

Codes

Color #6DE4E4 in popluar color models

6D E4 E4
RGB 109 228 228
HSL 180° 68.79% 66.08%
HSB/HSV 180° 52.19% 89.41%
CMYK 52.19% 0.00% 0.00%
10.59%

Color #6DE4E4 in popluar number systems.

HEX 6D E4 E4
Decimal 109 228 228
Binary 1101101 11100100 11100100
Octal 155 344 344

Shades and tints

Shades of #6DE4E4

#6DE4E4
(109,228,228)
#64D0D0
(100,208,208)
#5BBCBC
(91,188,188)
#52A8A8
(82,168,168)
#499494
(73,148,148)
#408080
(64,128,128)
#376C6C
(55,108,108)
#2E5858
(46,88,88)
#254444
(37,68,68)
#1C3030
(28,48,48)
#131C1C
(19,28,28)
#000000
(0,0,0)

Tints of #6DE4E4

#6DE4E4
(109,228,228)
#7AE6E6
(122,230,230)
#87E8E8
(135,232,232)
#94EAEA
(148,234,234)
#A1ECEC
(161,236,236)
#AEEEEE
(174,238,238)
#BBF0F0
(187,240,240)
#C8F2F2
(200,242,242)
#D5F4F4
(213,244,244)
#E2F6F6
(226,246,246)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6DE4E4; }

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

This text font color is #6DE4E4.

Background Color

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

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

This div background color is #6DE4E4.

Border color

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

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

This div border color is #6DE4E4.

Opacity

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

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

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

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

This text has shadow with #6DE4E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6DE4E4.

Preview

Color preview on black background

This text has color #6DE4E4 on black background.


Color preview on white background

This text has color #6DE4E4 on white background.


Black color preview on #6DE4E4 background

This text has black color on #6DE4E4 background.


White color preview on #6DE4E4 background

This text has white color on #6DE4E4 background.


Related colors

Complementary color

Complementary color for #hex is #921B1B.


I love getcolorcode.com