COLOR #6EAFA5

HEX: #6EAFA5
RGB: (110,175,165)

Color info

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

RGB color model

#6EAFA5 color RGB value is (110,175,165).

  • red value is 110;
  • green value is 175;
  • blue value is 165.
RGB:
(110,175,165)
(43%,69%,65%)

RGB channels and saturation

R 110 of 255 = 43%
G 175 of 255 = 69%
B 165 of 255 = 65%

110
175
165

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

Portions of RGB colors in percentages

R + G + B =
110 + 175 + 165 = 450 (100%)
R 110 of 450 ~ 24.44%
G 175 of 450 ~ 38.89%
B 165 of 450 ~ 36.67%

%24.44
%38.89
%36.67

CMYK color model

#6EAFA5 color CMYK value is (37,0,6,31).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 31.37%
CMYK:
(37,0,6,31)
C37M0Y6K31 
(37%,0%,6%,31%)
(0.37/0.00/0.06/0.31)	

CMYK percentages

%37.14
%0
%5.71
%31.37

Codes

Color #6EAFA5 in popluar color models

6EAFA5
RGB110175165
HSL171°28.89%55.88%
HSB/HSV171°37.14%68.63%
CMYK37.14%0.00%5.71%
31.37%

Color #6EAFA5 in popluar number systems.

HEX6EAFA5
Decimal110175165
Binary11011101010111110100101
Octal156257245

Shades and tints

Shades of #6EAFA5

#6EAFA5
(110,175,165)
#64A096
(100,160,150)
#5A9187
(90,145,135)
#508278
(80,130,120)
#467369
(70,115,105)
#3C645A
(60,100,90)
#32554B
(50,85,75)
#28463C
(40,70,60)
#1E372D
(30,55,45)
#14281E
(20,40,30)
#0A190F
(10,25,15)
#000000
(0,0,0)

Tints of #6EAFA5

#6EAFA5
(110,175,165)
#7BB6AD
(123,182,173)
#88BDB5
(136,189,181)
#95C4BD
(149,196,189)
#A2CBC5
(162,203,197)
#AFD2CD
(175,210,205)
#BCD9D5
(188,217,213)
#C9E0DD
(201,224,221)
#D6E7E5
(214,231,229)
#E3EEED
(227,238,237)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6EAFA5 color. Also use rgb(110,175,165) instead hex code.

Text Font Color

.myTextColor { color: #6EAFA5; }

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

This text font color is #6EAFA5.


Background Color

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

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

This div background color is #6EAFA5.


Border color

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

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

This div border color is #6EAFA5.


Opacity

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

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

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

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

This text has shadow with #6EAFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EAFA5 on black background.


Color preview on white background

This text has color #6EAFA5 on white background.



Black color preview on #6EAFA5 background

This text has black color on #6EAFA5 background.


White color preview on #6EAFA5 background

This text has white color on #6EAFA5 background.