COLOR #6EB2AA

HEX: #6EB2AA
RGB: (110,178,170)

Color info

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

RGB color model

#6EB2AA color RGB value is (110,178,170).

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

RGB channels and saturation

R 110 of 255 = 43%
G 178 of 255 = 70%
B 170 of 255 = 67%

110
178
170

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

Portions of RGB colors in percentages

R + G + B =
110 + 178 + 170 = 458 (100%)
R 110 of 458 ~ 24.02%
G 178 of 458 ~ 38.86%
B 170 of 458 ~ 37.12%

%24.02
%38.86
%37.12

CMYK color model

#6EB2AA color CMYK value is (38,0,4,30).

  • cyan value is 38.20%
  • magenta value is 0.00%
  • yellow value is 4.49%
  • key color value is 30.20%
CMYK:
(38,0,4,30)
C38M0Y4K30 
(38%,0%,4%,30%)
(0.38/0.00/0.04/0.30)	

CMYK percentages

%38.2
%0
%4.49
%30.2

Codes

Color #6EB2AA in popluar color models

6EB2AA
RGB110178170
HSL173°30.63%56.47%
HSB/HSV173°38.20%69.80%
CMYK38.20%0.00%4.49%
30.20%

Color #6EB2AA in popluar number systems.

HEX6EB2AA
Decimal110178170
Binary11011101011001010101010
Octal156262252

Shades and tints

Shades of #6EB2AA

#6EB2AA
(110,178,170)
#64A29B
(100,162,155)
#5A928C
(90,146,140)
#50827D
(80,130,125)
#46726E
(70,114,110)
#3C625F
(60,98,95)
#325250
(50,82,80)
#284241
(40,66,65)
#1E3232
(30,50,50)
#142223
(20,34,35)
#0A1214
(10,18,20)
#000000
(0,0,0)

Tints of #6EB2AA

#6EB2AA
(110,178,170)
#7BB9B1
(123,185,177)
#88C0B8
(136,192,184)
#95C7BF
(149,199,191)
#A2CEC6
(162,206,198)
#AFD5CD
(175,213,205)
#BCDCD4
(188,220,212)
#C9E3DB
(201,227,219)
#D6EAE2
(214,234,226)
#E3F1E9
(227,241,233)
#F0F8F0
(240,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EB2AA; }

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

This text font color is #6EB2AA.


Background Color

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

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

This div background color is #6EB2AA.


Border color

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

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

This div border color is #6EB2AA.


Opacity

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

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

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

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

This text has shadow with #6EB2AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB2AA on black background.


Color preview on white background

This text has color #6EB2AA on white background.



Black color preview on #6EB2AA background

This text has black color on #6EB2AA background.


White color preview on #6EB2AA background

This text has white color on #6EB2AA background.