COLOR #6CF5DA

HEX: #6CF5DA
RGB: (108,245,218)

Color info

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

RGB color model

#6CF5DA color RGB value is (108,245,218).

  • red value is 108;
  • green value is 245;
  • blue value is 218.
RGB:
(108,245,218)
(42%,96%,85%)

RGB channels and saturation

R 108 of 255 = 42%
G 245 of 255 = 96%
B 218 of 255 = 85%

108
245
218

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

Portions of RGB colors in percentages

R + G + B =
108 + 245 + 218 = 571 (100%)
R 108 of 571 ~ 18.91%
G 245 of 571 ~ 42.91%
B 218 of 571 ~ 38.18%

%18.91
%42.91
%38.18

CMYK color model

#6CF5DA color CMYK value is (56,0,11,4).

  • cyan value is 55.92%
  • magenta value is 0.00%
  • yellow value is 11.02%
  • key color value is 3.92%
CMYK:
(56,0,11,4)
C56M0Y11K4 
(56%,0%,11%,4%)
(0.56/0.00/0.11/0.04)	

CMYK percentages

%55.92
%0
%11.02
%3.92

Codes

Color #6CF5DA in popluar color models

6CF5DA
RGB108245218
HSL168°87.26%69.22%
HSB/HSV168°55.92%96.08%
CMYK55.92%0.00%11.02%
3.92%

Color #6CF5DA in popluar number systems.

HEX6CF5DA
Decimal108245218
Binary11011001111010111011010
Octal154365332

Shades and tints

Shades of #6CF5DA

#6CF5DA
(108,245,218)
#63DFC7
(99,223,199)
#5AC9B4
(90,201,180)
#51B3A1
(81,179,161)
#489D8E
(72,157,142)
#3F877B
(63,135,123)
#367168
(54,113,104)
#2D5B55
(45,91,85)
#244542
(36,69,66)
#1B2F2F
(27,47,47)
#12191C
(18,25,28)
#000000
(0,0,0)

Tints of #6CF5DA

#6CF5DA
(108,245,218)
#79F5DD
(121,245,221)
#86F5E0
(134,245,224)
#93F5E3
(147,245,227)
#A0F5E6
(160,245,230)
#ADF5E9
(173,245,233)
#BAF5EC
(186,245,236)
#C7F5EF
(199,245,239)
#D4F5F2
(212,245,242)
#E1F5F5
(225,245,245)
#EEF5F8
(238,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CF5DA color. Also use rgb(108,245,218) instead hex code.

Text Font Color

.myTextColor { color: #6CF5DA; }

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

This text font color is #6CF5DA.


Background Color

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

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

This div background color is #6CF5DA.


Border color

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

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

This div border color is #6CF5DA.


Opacity

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

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

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

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

This text has shadow with #6CF5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CF5DA on black background.


Color preview on white background

This text has color #6CF5DA on white background.



Black color preview on #6CF5DA background

This text has black color on #6CF5DA background.


White color preview on #6CF5DA background

This text has white color on #6CF5DA background.