COLOR #6AEA8A

HEX: #6AEA8A RGB: (106,234,138)

Color info

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

RGB color model

#6AEA8A color RGB value is (106,234,138).

RGB: (106,234,138) (42%, 92%, 54%)

RGB channels and saturation

R 106 of 255 = 42%
G 234 of 255 = 92%
B 138 of 255 = 54%

106
234
138

R + G + B ~ 63%. #6AEA8A is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 234 + 138 = 478 (100%)
R 106 of 478 ~ 22.18%
G 234 of 478 ~ 48.95%
B 138 of 478 ~ 28.87'%

%22.18
%48.95
%28.87

CMYK color model

#6AEA8A color CMYK value is (55,0,41,8).

  • cyan value is 54.70%
  • magenta value is 0.00%
  • yellow value is 41.03%
  • key color value is 8.24%

CMYK: (55,0,41,8)
C55M0Y41K8 (55%, 0%, 41%, 8%)
(0.55 / 0.00 / 0.41 / 0.08)

CMYK percentages

%54.7
%0
%41.03
%8.24

Codes

Color #6AEA8A in popluar color models

6A EA 8A
RGB 106 234 138
HSL 135° 75.29% 66.67%
HSB/HSV 135° 54.70% 91.76%
CMYK 54.70% 0.00% 41.03%
8.24%

Color #6AEA8A in popluar number systems.

HEX 6A EA 8A
Decimal 106 234 138
Binary 1101010 11101010 10001010
Octal 152 352 212

Shades and tints

Shades of #6AEA8A

#6AEA8A
(106,234,138)
#61D57E
(97,213,126)
#58C072
(88,192,114)
#4FAB66
(79,171,102)
#46965A
(70,150,90)
#3D814E
(61,129,78)
#346C42
(52,108,66)
#2B5736
(43,87,54)
#22422A
(34,66,42)
#192D1E
(25,45,30)
#101812
(16,24,18)
#000000
(0,0,0)

Tints of #6AEA8A

#6AEA8A
(106,234,138)
#77EB94
(119,235,148)
#84EC9E
(132,236,158)
#91EDA8
(145,237,168)
#9EEEB2
(158,238,178)
#ABEFBC
(171,239,188)
#B8F0C6
(184,240,198)
#C5F1D0
(197,241,208)
#D2F2DA
(210,242,218)
#DFF3E4
(223,243,228)
#ECF4EE
(236,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AEA8A; }

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

This text font color is #6AEA8A.

Background Color

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

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

This div background color is #6AEA8A.

Border color

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

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

This div border color is #6AEA8A.

Opacity

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

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

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

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

This text has shadow with #6AEA8A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AEA8A.

Preview

Color preview on black background

This text has color #6AEA8A on black background.


Color preview on white background

This text has color #6AEA8A on white background.


Black color preview on #6AEA8A background

This text has black color on #6AEA8A background.


White color preview on #6AEA8A background

This text has white color on #6AEA8A background.


Related colors

Complementary color

Complementary color for #hex is #951575.


I love getcolorcode.com

Triadic colors

1 #8A6AEA and #EA8A6A with #6AEA8A are triadic colors.

2 #8AEA6A and #EA6A8A with #6AEA8A are triadic colors.