COLOR #6AE3A9

HEX: #6AE3A9
RGB: (106,227,169)

Color info

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

RGB color model

#6AE3A9 color RGB value is (106,227,169).

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

RGB channels and saturation

R 106 of 255 = 42%
G 227 of 255 = 89%
B 169 of 255 = 66%

106
227
169

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

Portions of RGB colors in percentages

R + G + B =
106 + 227 + 169 = 502 (100%)
R 106 of 502 ~ 21.12%
G 227 of 502 ~ 45.22%
B 169 of 502 ~ 33.67%

%21.12
%45.22
%33.67

CMYK color model

#6AE3A9 color CMYK value is (53,0,26,11).

  • cyan value is 53.30%
  • magenta value is 0.00%
  • yellow value is 25.55%
  • key color value is 10.98%
CMYK:
(53,0,26,11)
C53M0Y26K11 
(53%,0%,26%,11%)
(0.53/0.00/0.26/0.11)	

CMYK percentages

%53.3
%0
%25.55
%10.98

Codes

Color #6AE3A9 in popluar color models

6AE3A9
RGB106227169
HSL151°68.36%65.29%
HSB/HSV151°53.30%89.02%
CMYK53.30%0.00%25.55%
10.98%

Color #6AE3A9 in popluar number systems.

HEX6AE3A9
Decimal106227169
Binary11010101110001110101001
Octal152343251

Shades and tints

Shades of #6AE3A9

#6AE3A9
(106,227,169)
#61CF9A
(97,207,154)
#58BB8B
(88,187,139)
#4FA77C
(79,167,124)
#46936D
(70,147,109)
#3D7F5E
(61,127,94)
#346B4F
(52,107,79)
#2B5740
(43,87,64)
#224331
(34,67,49)
#192F22
(25,47,34)
#101B13
(16,27,19)
#000000
(0,0,0)

Tints of #6AE3A9

#6AE3A9
(106,227,169)
#77E5B0
(119,229,176)
#84E7B7
(132,231,183)
#91E9BE
(145,233,190)
#9EEBC5
(158,235,197)
#ABEDCC
(171,237,204)
#B8EFD3
(184,239,211)
#C5F1DA
(197,241,218)
#D2F3E1
(210,243,225)
#DFF5E8
(223,245,232)
#ECF7EF
(236,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AE3A9; }

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

This text font color is #6AE3A9.


Background Color

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

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

This div background color is #6AE3A9.


Border color

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

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

This div border color is #6AE3A9.


Opacity

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

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

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

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

This text has shadow with #6AE3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AE3A9 on black background.


Color preview on white background

This text has color #6AE3A9 on white background.



Black color preview on #6AE3A9 background

This text has black color on #6AE3A9 background.


White color preview on #6AE3A9 background

This text has white color on #6AE3A9 background.