COLOR #6CE8E0

HEX: #6CE8E0 RGB: (108,232,224)

Color info

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

RGB color model

#6CE8E0 color RGB value is (108,232,224).

RGB: (108,232,224) (42%, 91%, 88%)

RGB channels and saturation

R 108 of 255 = 42%
G 232 of 255 = 91%
B 224 of 255 = 88%

108
232
224

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

Portions of RGB colors in percentages

R + G + B = 108 + 232 + 224 = 564 (100%)
R 108 of 564 ~ 19.15%
G 232 of 564 ~ 41.13%
B 224 of 564 ~ 39.72'%

%19.15
%41.13
%39.72

CMYK color model

#6CE8E0 color CMYK value is (53,0,3,9).

  • cyan value is 53.45%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 9.02%

CMYK: (53,0,3,9)
C53M0Y3K9 (53%, 0%, 3%, 9%)
(0.53 / 0.00 / 0.03 / 0.09)

CMYK percentages

%53.45
%0
%3.45
%9.02

Codes

Color #6CE8E0 in popluar color models

6C E8 E0
RGB 108 232 224
HSL 176° 72.94% 66.67%
HSB/HSV 176° 53.45% 90.98%
CMYK 53.45% 0.00% 3.45%
9.02%

Color #6CE8E0 in popluar number systems.

HEX 6C E8 E0
Decimal 108 232 224
Binary 1101100 11101000 11100000
Octal 154 350 340

Shades and tints

Shades of #6CE8E0

#6CE8E0
(108,232,224)
#63D3CC
(99,211,204)
#5ABEB8
(90,190,184)
#51A9A4
(81,169,164)
#489490
(72,148,144)
#3F7F7C
(63,127,124)
#366A68
(54,106,104)
#2D5554
(45,85,84)
#244040
(36,64,64)
#1B2B2C
(27,43,44)
#121618
(18,22,24)
#000000
(0,0,0)

Tints of #6CE8E0

#6CE8E0
(108,232,224)
#79EAE2
(121,234,226)
#86ECE4
(134,236,228)
#93EEE6
(147,238,230)
#A0F0E8
(160,240,232)
#ADF2EA
(173,242,234)
#BAF4EC
(186,244,236)
#C7F6EE
(199,246,238)
#D4F8F0
(212,248,240)
#E1FAF2
(225,250,242)
#EEFCF4
(238,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CE8E0 color. Also use rgb(108,232,224) instead hex code.

Text Font Color

.myTextColor { color: #6CE8E0; }

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

This text font color is #6CE8E0.

Background Color

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

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

This div background color is #6CE8E0.

Border color

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

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

This div border color is #6CE8E0.

Opacity

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

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

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

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

This text has shadow with #6CE8E0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6CE8E0.

Preview

Color preview on black background

This text has color #6CE8E0 on black background.


Color preview on white background

This text has color #6CE8E0 on white background.


Black color preview on #6CE8E0 background

This text has black color on #6CE8E0 background.


White color preview on #6CE8E0 background

This text has white color on #6CE8E0 background.


Related colors

Complementary color

Complementary color for #hex is #93171F.


I love getcolorcode.com

Triadic colors

1 #E06CE8 and #E8E06C with #6CE8E0 are triadic colors.

2 #E0E86C and #E86CE0 with #6CE8E0 are triadic colors.