COLOR #6CF2EC

HEX: #6CF2EC
RGB: (108,242,236)

Color info

#6CF2EC contains mainly green and blue colors. Web safe color of #6CF2EC is #66FFFF (or #6FF).

RGB color model

#6CF2EC color RGB value is (108,242,236).

  • red value is 108;
  • green value is 242;
  • blue value is 236.
RGB:
(108,242,236)
(42%,95%,93%)

RGB channels and saturation

R 108 of 255 = 42%
G 242 of 255 = 95%
B 236 of 255 = 93%

108
242
236

R + G + B ~ 77%. #6CF2EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 242 + 236 = 586 (100%)
R 108 of 586 ~ 18.43%
G 242 of 586 ~ 41.3%
B 236 of 586 ~ 40.27%

%18.43
%41.3
%40.27

CMYK color model

#6CF2EC color CMYK value is (55,0,2,5).

  • cyan value is 55.37%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 5.10%
CMYK:
(55,0,2,5)
C55M0Y2K5 
(55%,0%,2%,5%)
(0.55/0.00/0.02/0.05)	

CMYK percentages

%55.37
%0
%2.48
%5.1

Codes

Color #6CF2EC in popluar color models

6CF2EC
RGB108242236
HSL177°83.75%68.63%
HSB/HSV177°55.37%94.90%
CMYK55.37%0.00%2.48%
5.10%

Color #6CF2EC in popluar number systems.

HEX6CF2EC
Decimal108242236
Binary11011001111001011101100
Octal154362354

Shades and tints

Shades of #6CF2EC

#6CF2EC
(108,242,236)
#63DCD7
(99,220,215)
#5AC6C2
(90,198,194)
#51B0AD
(81,176,173)
#489A98
(72,154,152)
#3F8483
(63,132,131)
#366E6E
(54,110,110)
#2D5859
(45,88,89)
#244244
(36,66,68)
#1B2C2F
(27,44,47)
#12161A
(18,22,26)
#000000
(0,0,0)

Tints of #6CF2EC

#6CF2EC
(108,242,236)
#79F3ED
(121,243,237)
#86F4EE
(134,244,238)
#93F5EF
(147,245,239)
#A0F6F0
(160,246,240)
#ADF7F1
(173,247,241)
#BAF8F2
(186,248,242)
#C7F9F3
(199,249,243)
#D4FAF4
(212,250,244)
#E1FBF5
(225,251,245)
#EEFCF6
(238,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CF2EC color. Also use rgb(108,242,236) instead hex code.

Text Font Color

.myTextColor { color: #6CF2EC; }

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

This text font color is #6CF2EC.


Background Color

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

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

This div background color is #6CF2EC.


Border color

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

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

This div border color is #6CF2EC.


Opacity

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

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

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

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

This text has shadow with #6CF2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CF2EC on black background.


Color preview on white background

This text has color #6CF2EC on white background.



Black color preview on #6CF2EC background

This text has black color on #6CF2EC background.


White color preview on #6CF2EC background

This text has white color on #6CF2EC background.