COLOR #6AEA7B

HEX: #6AEA7B RGB: (106,234,123)

Color info

#6AEA7B contains mainly green color. Web safe color of #6AEA7B is #66FF66 (or #6F6).

RGB color model

#6AEA7B color RGB value is (106,234,123).

RGB: (106,234,123) (42%, 92%, 48%)

RGB channels and saturation

R 106 of 255 = 42%
G 234 of 255 = 92%
B 123 of 255 = 48%

106
234
123

R + G + B ~ 61%. #6AEA7B is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 234 + 123 = 463 (100%)
R 106 of 463 ~ 22.89%
G 234 of 463 ~ 50.54%
B 123 of 463 ~ 26.57'%

%22.89
%50.54
%26.57

CMYK color model

#6AEA7B color CMYK value is (55,0,47,8).

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

CMYK: (55,0,47,8)
C55M0Y47K8 (55%, 0%, 47%, 8%)
(0.55 / 0.00 / 0.47 / 0.08)

CMYK percentages

%54.7
%0
%47.44
%8.24

Codes

Color #6AEA7B in popluar color models

6A EA 7B
RGB 106 234 123
HSL 128° 75.29% 66.67%
HSB/HSV 128° 54.70% 91.76%
CMYK 54.70% 0.00% 47.44%
8.24%

Color #6AEA7B in popluar number systems.

HEX 6A EA 7B
Decimal 106 234 123
Binary 1101010 11101010 1111011
Octal 152 352 173

Shades and tints

Shades of #6AEA7B

#6AEA7B
(106,234,123)
#61D570
(97,213,112)
#58C065
(88,192,101)
#4FAB5A
(79,171,90)
#46964F
(70,150,79)
#3D8144
(61,129,68)
#346C39
(52,108,57)
#2B572E
(43,87,46)
#224223
(34,66,35)
#192D18
(25,45,24)
#10180D
(16,24,13)
#000000
(0,0,0)

Tints of #6AEA7B

#6AEA7B
(106,234,123)
#77EB87
(119,235,135)
#84EC93
(132,236,147)
#91ED9F
(145,237,159)
#9EEEAB
(158,238,171)
#ABEFB7
(171,239,183)
#B8F0C3
(184,240,195)
#C5F1CF
(197,241,207)
#D2F2DB
(210,242,219)
#DFF3E7
(223,243,231)
#ECF4F3
(236,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AEA7B; }

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

This text font color is #6AEA7B.

Background Color

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

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

This div background color is #6AEA7B.

Border color

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

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

This div border color is #6AEA7B.

Opacity

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

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

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

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

This text has shadow with #6AEA7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AEA7B.

Preview

Color preview on black background

This text has color #6AEA7B on black background.


Color preview on white background

This text has color #6AEA7B on white background.


Black color preview on #6AEA7B background

This text has black color on #6AEA7B background.


White color preview on #6AEA7B background

This text has white color on #6AEA7B background.


Related colors

Complementary color

Complementary color for #hex is #951584.


I love getcolorcode.com

Triadic colors

1 #7B6AEA and #EA7B6A with #6AEA7B are triadic colors.

2 #7BEA6A and #EA6A7B with #6AEA7B are triadic colors.