COLOR #6AEA9C

HEX: #6AEA9C
RGB: (106,234,156)

Color info

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

RGB color model

#6AEA9C color RGB value is (106,234,156).

  • red value is 106;
  • green value is 234;
  • blue value is 156.
RGB:
(106,234,156)
(42%,92%,61%)

RGB channels and saturation

R 106 of 255 = 42%
G 234 of 255 = 92%
B 156 of 255 = 61%

106
234
156

R + G + B ~ 65%. #6AEA9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
106 + 234 + 156 = 496 (100%)
R 106 of 496 ~ 21.37%
G 234 of 496 ~ 47.18%
B 156 of 496 ~ 31.45%

%21.37
%47.18
%31.45

CMYK color model

#6AEA9C color CMYK value is (55,0,33,8).

  • cyan value is 54.70%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 8.24%
CMYK:
(55,0,33,8)
C55M0Y33K8 
(55%,0%,33%,8%)
(0.55/0.00/0.33/0.08)	

CMYK percentages

%54.7
%0
%33.33
%8.24

Codes

Color #6AEA9C in popluar color models

6AEA9C
RGB106234156
HSL143°75.29%66.67%
HSB/HSV143°54.70%91.76%
CMYK54.70%0.00%33.33%
8.24%

Color #6AEA9C in popluar number systems.

HEX6AEA9C
Decimal106234156
Binary11010101110101010011100
Octal152352234

Shades and tints

Shades of #6AEA9C

#6AEA9C
(106,234,156)
#61D58E
(97,213,142)
#58C080
(88,192,128)
#4FAB72
(79,171,114)
#469664
(70,150,100)
#3D8156
(61,129,86)
#346C48
(52,108,72)
#2B573A
(43,87,58)
#22422C
(34,66,44)
#192D1E
(25,45,30)
#101810
(16,24,16)
#000000
(0,0,0)

Tints of #6AEA9C

#6AEA9C
(106,234,156)
#77EBA5
(119,235,165)
#84ECAE
(132,236,174)
#91EDB7
(145,237,183)
#9EEEC0
(158,238,192)
#ABEFC9
(171,239,201)
#B8F0D2
(184,240,210)
#C5F1DB
(197,241,219)
#D2F2E4
(210,242,228)
#DFF3ED
(223,243,237)
#ECF4F6
(236,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6AEA9C color. Also use rgb(106,234,156) instead hex code.

Text Font Color

.myTextColor { color: #6AEA9C; }

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

This text font color is #6AEA9C.


Background Color

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

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

This div background color is #6AEA9C.


Border color

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

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

This div border color is #6AEA9C.


Opacity

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

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

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

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

This text has shadow with #6AEA9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6AEA9C on black background.


Color preview on white background

This text has color #6AEA9C on white background.



Black color preview on #6AEA9C background

This text has black color on #6AEA9C background.


White color preview on #6AEA9C background

This text has white color on #6AEA9C background.