COLOR #6EECAA

HEX: #6EECAA
RGB: (110,236,170)

Color info

#6EECAA contains mainly green color. Web safe color of #6EECAA is #66FF99 (or #6F9).

RGB color model

#6EECAA color RGB value is (110,236,170).

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

RGB channels and saturation

R 110 of 255 = 43%
G 236 of 255 = 93%
B 170 of 255 = 67%

110
236
170

R + G + B ~ 68%. #6EECAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
110 + 236 + 170 = 516 (100%)
R 110 of 516 ~ 21.32%
G 236 of 516 ~ 45.74%
B 170 of 516 ~ 32.95%

%21.32
%45.74
%32.95

CMYK color model

#6EECAA color CMYK value is (53,0,28,7).

  • cyan value is 53.39%
  • magenta value is 0.00%
  • yellow value is 27.97%
  • key color value is 7.45%
CMYK:
(53,0,28,7)
C53M0Y28K7 
(53%,0%,28%,7%)
(0.53/0.00/0.28/0.07)	

CMYK percentages

%53.39
%0
%27.97
%7.45

Codes

Color #6EECAA in popluar color models

6EECAA
RGB110236170
HSL149°76.83%67.84%
HSB/HSV149°53.39%92.55%
CMYK53.39%0.00%27.97%
7.45%

Color #6EECAA in popluar number systems.

HEX6EECAA
Decimal110236170
Binary11011101110110010101010
Octal156354252

Shades and tints

Shades of #6EECAA

#6EECAA
(110,236,170)
#64D79B
(100,215,155)
#5AC28C
(90,194,140)
#50AD7D
(80,173,125)
#46986E
(70,152,110)
#3C835F
(60,131,95)
#326E50
(50,110,80)
#285941
(40,89,65)
#1E4432
(30,68,50)
#142F23
(20,47,35)
#0A1A14
(10,26,20)
#000000
(0,0,0)

Tints of #6EECAA

#6EECAA
(110,236,170)
#7BEDB1
(123,237,177)
#88EEB8
(136,238,184)
#95EFBF
(149,239,191)
#A2F0C6
(162,240,198)
#AFF1CD
(175,241,205)
#BCF2D4
(188,242,212)
#C9F3DB
(201,243,219)
#D6F4E2
(214,244,226)
#E3F5E9
(227,245,233)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6EECAA; }

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

This text font color is #6EECAA.


Background Color

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

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

This div background color is #6EECAA.


Border color

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

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

This div border color is #6EECAA.


Opacity

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

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

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

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

This text has shadow with #6EECAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6EECAA on black background.


Color preview on white background

This text has color #6EECAA on white background.



Black color preview on #6EECAA background

This text has black color on #6EECAA background.


White color preview on #6EECAA background

This text has white color on #6EECAA background.