COLOR #6EC3BE

HEX: #6EC3BE
RGB: (110,195,190)

Color info

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

RGB color model

#6EC3BE color RGB value is (110,195,190).

  • red value is 110;
  • green value is 195;
  • blue value is 190.
RGB:
(110,195,190)
(43%,76%,75%)

RGB channels and saturation

R 110 of 255 = 43%
G 195 of 255 = 76%
B 190 of 255 = 75%

110
195
190

R + G + B ~ 65%. #6EC3BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 195 + 190 = 495 (100%)
R 110 of 495 ~ 22.22%
G 195 of 495 ~ 39.39%
B 190 of 495 ~ 38.38%

%22.22
%39.39
%38.38

CMYK color model

#6EC3BE color CMYK value is (44,0,3,24).

  • cyan value is 43.59%
  • magenta value is 0.00%
  • yellow value is 2.56%
  • key color value is 23.53%
CMYK:
(44,0,3,24)
C44M0Y3K24 
(44%,0%,3%,24%)
(0.44/0.00/0.03/0.24)	

CMYK percentages

%43.59
%0
%2.56
%23.53

Codes

Color #6EC3BE in popluar color models

6EC3BE
RGB110195190
HSL176°41.46%59.80%
HSB/HSV176°43.59%76.47%
CMYK43.59%0.00%2.56%
23.53%

Color #6EC3BE in popluar number systems.

HEX6EC3BE
Decimal110195190
Binary11011101100001110111110
Octal156303276

Shades and tints

Shades of #6EC3BE

#6EC3BE
(110,195,190)
#64B2AD
(100,178,173)
#5AA19C
(90,161,156)
#50908B
(80,144,139)
#467F7A
(70,127,122)
#3C6E69
(60,110,105)
#325D58
(50,93,88)
#284C47
(40,76,71)
#1E3B36
(30,59,54)
#142A25
(20,42,37)
#0A1914
(10,25,20)
#000000
(0,0,0)

Tints of #6EC3BE

#6EC3BE
(110,195,190)
#7BC8C3
(123,200,195)
#88CDC8
(136,205,200)
#95D2CD
(149,210,205)
#A2D7D2
(162,215,210)
#AFDCD7
(175,220,215)
#BCE1DC
(188,225,220)
#C9E6E1
(201,230,225)
#D6EBE6
(214,235,230)
#E3F0EB
(227,240,235)
#F0F5F0
(240,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EC3BE color. Also use rgb(110,195,190) instead hex code.

Text Font Color

.myTextColor { color: #6EC3BE; }

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

This text font color is #6EC3BE.


Background Color

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

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

This div background color is #6EC3BE.


Border color

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

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

This div border color is #6EC3BE.


Opacity

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

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

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

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

This text has shadow with #6EC3BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EC3BE on black background.


Color preview on white background

This text has color #6EC3BE on white background.



Black color preview on #6EC3BE background

This text has black color on #6EC3BE background.


White color preview on #6EC3BE background

This text has white color on #6EC3BE background.