COLOR #6AE89B

HEX: #6AE89B RGB: (106,232,155)

Color info

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

RGB color model

#6AE89B color RGB value is (106,232,155).

RGB: (106,232,155) (42%, 91%, 61%)

RGB channels and saturation

R 106 of 255 = 42%
G 232 of 255 = 91%
B 155 of 255 = 61%

106
232
155

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

Portions of RGB colors in percentages

R + G + B = 106 + 232 + 155 = 493 (100%)
R 106 of 493 ~ 21.5%
G 232 of 493 ~ 47.06%
B 155 of 493 ~ 31.44'%

%21.5
%47.06
%31.44

CMYK color model

#6AE89B color CMYK value is (54,0,33,9).

  • cyan value is 54.31%
  • magenta value is 0.00%
  • yellow value is 33.19%
  • key color value is 9.02%

CMYK: (54,0,33,9)
C54M0Y33K9 (54%, 0%, 33%, 9%)
(0.54 / 0.00 / 0.33 / 0.09)

CMYK percentages

%54.31
%0
%33.19
%9.02

Codes

Color #6AE89B in popluar color models

6A E8 9B
RGB 106 232 155
HSL 143° 73.26% 66.27%
HSB/HSV 143° 54.31% 90.98%
CMYK 54.31% 0.00% 33.19%
9.02%

Color #6AE89B in popluar number systems.

HEX 6A E8 9B
Decimal 106 232 155
Binary 1101010 11101000 10011011
Octal 152 350 233

Shades and tints

Shades of #6AE89B

#6AE89B
(106,232,155)
#61D38D
(97,211,141)
#58BE7F
(88,190,127)
#4FA971
(79,169,113)
#469463
(70,148,99)
#3D7F55
(61,127,85)
#346A47
(52,106,71)
#2B5539
(43,85,57)
#22402B
(34,64,43)
#192B1D
(25,43,29)
#10160F
(16,22,15)
#000000
(0,0,0)

Tints of #6AE89B

#6AE89B
(106,232,155)
#77EAA4
(119,234,164)
#84ECAD
(132,236,173)
#91EEB6
(145,238,182)
#9EF0BF
(158,240,191)
#ABF2C8
(171,242,200)
#B8F4D1
(184,244,209)
#C5F6DA
(197,246,218)
#D2F8E3
(210,248,227)
#DFFAEC
(223,250,236)
#ECFCF5
(236,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AE89B; }

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

This text font color is #6AE89B.

Background Color

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

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

This div background color is #6AE89B.

Border color

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

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

This div border color is #6AE89B.

Opacity

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

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

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

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

This text has shadow with #6AE89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AE89B.

Preview

Color preview on black background

This text has color #6AE89B on black background.


Color preview on white background

This text has color #6AE89B on white background.


Black color preview on #6AE89B background

This text has black color on #6AE89B background.


White color preview on #6AE89B background

This text has white color on #6AE89B background.


Related colors

Complementary color

Complementary color for #hex is #951764.


I love getcolorcode.com

Triadic colors

1 #9B6AE8 and #E89B6A with #6AE89B are triadic colors.

2 #9BE86A and #E86A9B with #6AE89B are triadic colors.