COLOR #6CF0C6

HEX: #6CF0C6
RGB: (108,240,198)

Color info

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

RGB color model

#6CF0C6 color RGB value is (108,240,198).

  • red value is 108;
  • green value is 240;
  • blue value is 198.
RGB:
(108,240,198)
(42%,94%,78%)

RGB channels and saturation

R 108 of 255 = 42%
G 240 of 255 = 94%
B 198 of 255 = 78%

108
240
198

R + G + B ~ 71%. #6CF0C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
108 + 240 + 198 = 546 (100%)
R 108 of 546 ~ 19.78%
G 240 of 546 ~ 43.96%
B 198 of 546 ~ 36.26%

%19.78
%43.96
%36.26

CMYK color model

#6CF0C6 color CMYK value is (55,0,18,6).

  • cyan value is 55.00%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 5.88%
CMYK:
(55,0,18,6)
C55M0Y18K6 
(55%,0%,18%,6%)
(0.55/0.00/0.18/0.06)	

CMYK percentages

%55
%0
%17.5
%5.88

Codes

Color #6CF0C6 in popluar color models

6CF0C6
RGB108240198
HSL161°81.48%68.24%
HSB/HSV161°55.00%94.12%
CMYK55.00%0.00%17.50%
5.88%

Color #6CF0C6 in popluar number systems.

HEX6CF0C6
Decimal108240198
Binary11011001111000011000110
Octal154360306

Shades and tints

Shades of #6CF0C6

#6CF0C6
(108,240,198)
#63DBB4
(99,219,180)
#5AC6A2
(90,198,162)
#51B190
(81,177,144)
#489C7E
(72,156,126)
#3F876C
(63,135,108)
#36725A
(54,114,90)
#2D5D48
(45,93,72)
#244836
(36,72,54)
#1B3324
(27,51,36)
#121E12
(18,30,18)
#000000
(0,0,0)

Tints of #6CF0C6

#6CF0C6
(108,240,198)
#79F1CB
(121,241,203)
#86F2D0
(134,242,208)
#93F3D5
(147,243,213)
#A0F4DA
(160,244,218)
#ADF5DF
(173,245,223)
#BAF6E4
(186,246,228)
#C7F7E9
(199,247,233)
#D4F8EE
(212,248,238)
#E1F9F3
(225,249,243)
#EEFAF8
(238,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CF0C6 color. Also use rgb(108,240,198) instead hex code.

Text Font Color

.myTextColor { color: #6CF0C6; }

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

This text font color is #6CF0C6.


Background Color

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

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

This div background color is #6CF0C6.


Border color

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

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

This div border color is #6CF0C6.


Opacity

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

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

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

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

This text has shadow with #6CF0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CF0C6 on black background.


Color preview on white background

This text has color #6CF0C6 on white background.



Black color preview on #6CF0C6 background

This text has black color on #6CF0C6 background.


White color preview on #6CF0C6 background

This text has white color on #6CF0C6 background.