COLOR #6AE8A9

HEX: #6AE8A9
RGB: (106,232,169)

Color info

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

RGB color model

#6AE8A9 color RGB value is (106,232,169).

  • red value is 106;
  • green value is 232;
  • blue value is 169.
RGB:
(106,232,169)
(42%,91%,66%)

RGB channels and saturation

R 106 of 255 = 42%
G 232 of 255 = 91%
B 169 of 255 = 66%

106
232
169

R + G + B ~ 66%. #6AE8A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 232 + 169 = 507 (100%)
R 106 of 507 ~ 20.91%
G 232 of 507 ~ 45.76%
B 169 of 507 ~ 33.33%

%20.91
%45.76
%33.33

CMYK color model

#6AE8A9 color CMYK value is (54,0,27,9).

  • cyan value is 54.31%
  • magenta value is 0.00%
  • yellow value is 27.16%
  • key color value is 9.02%
CMYK:
(54,0,27,9)
C54M0Y27K9 
(54%,0%,27%,9%)
(0.54/0.00/0.27/0.09)	

CMYK percentages

%54.31
%0
%27.16
%9.02

Codes

Color #6AE8A9 in popluar color models

6AE8A9
RGB106232169
HSL150°73.26%66.27%
HSB/HSV150°54.31%90.98%
CMYK54.31%0.00%27.16%
9.02%

Color #6AE8A9 in popluar number systems.

HEX6AE8A9
Decimal106232169
Binary11010101110100010101001
Octal152350251

Shades and tints

Shades of #6AE8A9

#6AE8A9
(106,232,169)
#61D39A
(97,211,154)
#58BE8B
(88,190,139)
#4FA97C
(79,169,124)
#46946D
(70,148,109)
#3D7F5E
(61,127,94)
#346A4F
(52,106,79)
#2B5540
(43,85,64)
#224031
(34,64,49)
#192B22
(25,43,34)
#101613
(16,22,19)
#000000
(0,0,0)

Tints of #6AE8A9

#6AE8A9
(106,232,169)
#77EAB0
(119,234,176)
#84ECB7
(132,236,183)
#91EEBE
(145,238,190)
#9EF0C5
(158,240,197)
#ABF2CC
(171,242,204)
#B8F4D3
(184,244,211)
#C5F6DA
(197,246,218)
#D2F8E1
(210,248,225)
#DFFAE8
(223,250,232)
#ECFCEF
(236,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AE8A9 color. Also use rgb(106,232,169) instead hex code.

Text Font Color

.myTextColor { color: #6AE8A9; }

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

This text font color is #6AE8A9.


Background Color

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

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

This div background color is #6AE8A9.


Border color

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

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

This div border color is #6AE8A9.


Opacity

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

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

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

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

This text has shadow with #6AE8A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AE8A9 on black background.


Color preview on white background

This text has color #6AE8A9 on white background.



Black color preview on #6AE8A9 background

This text has black color on #6AE8A9 background.


White color preview on #6AE8A9 background

This text has white color on #6AE8A9 background.