COLOR #6EACAA

HEX: #6EACAA
RGB: (110,172,170)

Color info

#6EACAA contains mainly green and blue colors. Web safe color of #6EACAA is #669999 (or #699).

RGB color model

#6EACAA color RGB value is (110,172,170).

  • red value is 110;
  • green value is 172;
  • blue value is 170.
RGB:
(110,172,170)
(43%,67%,67%)

RGB channels and saturation

R 110 of 255 = 43%
G 172 of 255 = 67%
B 170 of 255 = 67%

110
172
170

R + G + B ~ 59%. #6EACAA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
110 + 172 + 170 = 452 (100%)
R 110 of 452 ~ 24.34%
G 172 of 452 ~ 38.05%
B 170 of 452 ~ 37.61%

%24.34
%38.05
%37.61

CMYK color model

#6EACAA color CMYK value is (36,0,1,33).

  • cyan value is 36.05%
  • magenta value is 0.00%
  • yellow value is 1.16%
  • key color value is 32.55%
CMYK:
(36,0,1,33)
C36M0Y1K33 
(36%,0%,1%,33%)
(0.36/0.00/0.01/0.33)	

CMYK percentages

%36.05
%0
%1.16
%32.55

Codes

Color #6EACAA in popluar color models

6EACAA
RGB110172170
HSL178°27.19%55.29%
HSB/HSV178°36.05%67.45%
CMYK36.05%0.00%1.16%
32.55%

Color #6EACAA in popluar number systems.

HEX6EACAA
Decimal110172170
Binary11011101010110010101010
Octal156254252

Shades and tints

Shades of #6EACAA

#6EACAA
(110,172,170)
#649D9B
(100,157,155)
#5A8E8C
(90,142,140)
#507F7D
(80,127,125)
#46706E
(70,112,110)
#3C615F
(60,97,95)
#325250
(50,82,80)
#284341
(40,67,65)
#1E3432
(30,52,50)
#142523
(20,37,35)
#0A1614
(10,22,20)
#000000
(0,0,0)

Tints of #6EACAA

#6EACAA
(110,172,170)
#7BB3B1
(123,179,177)
#88BAB8
(136,186,184)
#95C1BF
(149,193,191)
#A2C8C6
(162,200,198)
#AFCFCD
(175,207,205)
#BCD6D4
(188,214,212)
#C9DDDB
(201,221,219)
#D6E4E2
(214,228,226)
#E3EBE9
(227,235,233)
#F0F2F0
(240,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EACAA color. Also use rgb(110,172,170) instead hex code.

Text Font Color

.myTextColor { color: #6EACAA; }

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

This text font color is #6EACAA.


Background Color

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

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

This div background color is #6EACAA.


Border color

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

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

This div border color is #6EACAA.


Opacity

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

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

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

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

This text has shadow with #6EACAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EACAA on black background.


Color preview on white background

This text has color #6EACAA on white background.



Black color preview on #6EACAA background

This text has black color on #6EACAA background.


White color preview on #6EACAA background

This text has white color on #6EACAA background.