COLOR #6ED0C2

HEX: #6ED0C2
RGB: (110,208,194)

Color info

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

RGB color model

#6ED0C2 color RGB value is (110,208,194).

  • red value is 110;
  • green value is 208;
  • blue value is 194.
RGB:
(110,208,194)
(43%,82%,76%)

RGB channels and saturation

R 110 of 255 = 43%
G 208 of 255 = 82%
B 194 of 255 = 76%

110
208
194

R + G + B ~ 67%. #6ED0C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 208 + 194 = 512 (100%)
R 110 of 512 ~ 21.48%
G 208 of 512 ~ 40.63%
B 194 of 512 ~ 37.89%

%21.48
%40.63
%37.89

CMYK color model

#6ED0C2 color CMYK value is (47,0,7,18).

  • cyan value is 47.12%
  • magenta value is 0.00%
  • yellow value is 6.73%
  • key color value is 18.43%
CMYK:
(47,0,7,18)
C47M0Y7K18 
(47%,0%,7%,18%)
(0.47/0.00/0.07/0.18)	

CMYK percentages

%47.12
%0
%6.73
%18.43

Codes

Color #6ED0C2 in popluar color models

6ED0C2
RGB110208194
HSL171°51.04%62.35%
HSB/HSV171°47.12%81.57%
CMYK47.12%0.00%6.73%
18.43%

Color #6ED0C2 in popluar number systems.

HEX6ED0C2
Decimal110208194
Binary11011101101000011000010
Octal156320302

Shades and tints

Shades of #6ED0C2

#6ED0C2
(110,208,194)
#64BEB1
(100,190,177)
#5AACA0
(90,172,160)
#509A8F
(80,154,143)
#46887E
(70,136,126)
#3C766D
(60,118,109)
#32645C
(50,100,92)
#28524B
(40,82,75)
#1E403A
(30,64,58)
#142E29
(20,46,41)
#0A1C18
(10,28,24)
#000000
(0,0,0)

Tints of #6ED0C2

#6ED0C2
(110,208,194)
#7BD4C7
(123,212,199)
#88D8CC
(136,216,204)
#95DCD1
(149,220,209)
#A2E0D6
(162,224,214)
#AFE4DB
(175,228,219)
#BCE8E0
(188,232,224)
#C9ECE5
(201,236,229)
#D6F0EA
(214,240,234)
#E3F4EF
(227,244,239)
#F0F8F4
(240,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6ED0C2 color. Also use rgb(110,208,194) instead hex code.

Text Font Color

.myTextColor { color: #6ED0C2; }

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

This text font color is #6ED0C2.


Background Color

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

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

This div background color is #6ED0C2.


Border color

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

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

This div border color is #6ED0C2.


Opacity

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

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

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

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

This text has shadow with #6ED0C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6ED0C2 on black background.


Color preview on white background

This text has color #6ED0C2 on white background.



Black color preview on #6ED0C2 background

This text has black color on #6ED0C2 background.


White color preview on #6ED0C2 background

This text has white color on #6ED0C2 background.