COLOR #6CE6E0

HEX: #6CE6E0
RGB: (108,230,224)

Color info

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

RGB color model

#6CE6E0 color RGB value is (108,230,224).

  • red value is 108;
  • green value is 230;
  • blue value is 224.
RGB:
(108,230,224)
(42%,90%,88%)

RGB channels and saturation

R 108 of 255 = 42%
G 230 of 255 = 90%
B 224 of 255 = 88%

108
230
224

R + G + B ~ 73%. #6CE6E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 230 + 224 = 562 (100%)
R 108 of 562 ~ 19.22%
G 230 of 562 ~ 40.93%
B 224 of 562 ~ 39.86%

%19.22
%40.93
%39.86

CMYK color model

#6CE6E0 color CMYK value is (53,0,3,10).

  • cyan value is 53.04%
  • magenta value is 0.00%
  • yellow value is 2.61%
  • key color value is 9.80%
CMYK:
(53,0,3,10)
C53M0Y3K10 
(53%,0%,3%,10%)
(0.53/0.00/0.03/0.10)	

CMYK percentages

%53.04
%0
%2.61
%9.8

Codes

Color #6CE6E0 in popluar color models

6CE6E0
RGB108230224
HSL177°70.93%66.27%
HSB/HSV177°53.04%90.20%
CMYK53.04%0.00%2.61%
9.80%

Color #6CE6E0 in popluar number systems.

HEX6CE6E0
Decimal108230224
Binary11011001110011011100000
Octal154346340

Shades and tints

Shades of #6CE6E0

#6CE6E0
(108,230,224)
#63D2CC
(99,210,204)
#5ABEB8
(90,190,184)
#51AAA4
(81,170,164)
#489690
(72,150,144)
#3F827C
(63,130,124)
#366E68
(54,110,104)
#2D5A54
(45,90,84)
#244640
(36,70,64)
#1B322C
(27,50,44)
#121E18
(18,30,24)
#000000
(0,0,0)

Tints of #6CE6E0

#6CE6E0
(108,230,224)
#79E8E2
(121,232,226)
#86EAE4
(134,234,228)
#93ECE6
(147,236,230)
#A0EEE8
(160,238,232)
#ADF0EA
(173,240,234)
#BAF2EC
(186,242,236)
#C7F4EE
(199,244,238)
#D4F6F0
(212,246,240)
#E1F8F2
(225,248,242)
#EEFAF4
(238,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6CE6E0; }

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

This text font color is #6CE6E0.


Background Color

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

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

This div background color is #6CE6E0.


Border color

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

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

This div border color is #6CE6E0.


Opacity

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

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

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

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

This text has shadow with #6CE6E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CE6E0 on black background.


Color preview on white background

This text has color #6CE6E0 on white background.



Black color preview on #6CE6E0 background

This text has black color on #6CE6E0 background.


White color preview on #6CE6E0 background

This text has white color on #6CE6E0 background.