COLOR #6EB6AE

HEX: #6EB6AE
RGB: (110,182,174)

Color info

#6EB6AE contains mainly green and blue colors. Web safe color of #6EB6AE is #66CC99 (or #6C9).

RGB color model

#6EB6AE color RGB value is (110,182,174).

  • red value is 110;
  • green value is 182;
  • blue value is 174.
RGB:
(110,182,174)
(43%,71%,68%)

RGB channels and saturation

R 110 of 255 = 43%
G 182 of 255 = 71%
B 174 of 255 = 68%

110
182
174

R + G + B ~ 61%. #6EB6AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 182 + 174 = 466 (100%)
R 110 of 466 ~ 23.61%
G 182 of 466 ~ 39.06%
B 174 of 466 ~ 37.34%

%23.61
%39.06
%37.34

CMYK color model

#6EB6AE color CMYK value is (40,0,4,29).

  • cyan value is 39.56%
  • magenta value is 0.00%
  • yellow value is 4.40%
  • key color value is 28.63%
CMYK:
(40,0,4,29)
C40M0Y4K29 
(40%,0%,4%,29%)
(0.40/0.00/0.04/0.29)	

CMYK percentages

%39.56
%0
%4.4
%28.63

Codes

Color #6EB6AE in popluar color models

6EB6AE
RGB110182174
HSL173°33.03%57.25%
HSB/HSV173°39.56%71.37%
CMYK39.56%0.00%4.40%
28.63%

Color #6EB6AE in popluar number systems.

HEX6EB6AE
Decimal110182174
Binary11011101011011010101110
Octal156266256

Shades and tints

Shades of #6EB6AE

#6EB6AE
(110,182,174)
#64A69F
(100,166,159)
#5A9690
(90,150,144)
#508681
(80,134,129)
#467672
(70,118,114)
#3C6663
(60,102,99)
#325654
(50,86,84)
#284645
(40,70,69)
#1E3636
(30,54,54)
#142627
(20,38,39)
#0A1618
(10,22,24)
#000000
(0,0,0)

Tints of #6EB6AE

#6EB6AE
(110,182,174)
#7BBCB5
(123,188,181)
#88C2BC
(136,194,188)
#95C8C3
(149,200,195)
#A2CECA
(162,206,202)
#AFD4D1
(175,212,209)
#BCDAD8
(188,218,216)
#C9E0DF
(201,224,223)
#D6E6E6
(214,230,230)
#E3ECED
(227,236,237)
#F0F2F4
(240,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EB6AE color. Also use rgb(110,182,174) instead hex code.

Text Font Color

.myTextColor { color: #6EB6AE; }

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

This text font color is #6EB6AE.


Background Color

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

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

This div background color is #6EB6AE.


Border color

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

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

This div border color is #6EB6AE.


Opacity

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

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

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

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

This text has shadow with #6EB6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EB6AE on black background.


Color preview on white background

This text has color #6EB6AE on white background.



Black color preview on #6EB6AE background

This text has black color on #6EB6AE background.


White color preview on #6EB6AE background

This text has white color on #6EB6AE background.