COLOR #6AEAAA

HEX: #6AEAAA RGB: (106,234,170)

Color info

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

RGB color model

#6AEAAA color RGB value is (106,234,170).

RGB: (106,234,170) (42%, 92%, 67%)

RGB channels and saturation

R 106 of 255 = 42%
G 234 of 255 = 92%
B 170 of 255 = 67%

106
234
170

R + G + B ~ 67%. #6AEAAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 106 + 234 + 170 = 510 (100%)
R 106 of 510 ~ 20.78%
G 234 of 510 ~ 45.88%
B 170 of 510 ~ 33.33'%

%20.78
%45.88
%33.33

CMYK color model

#6AEAAA color CMYK value is (55,0,27,8).

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

CMYK: (55,0,27,8)
C55M0Y27K8 (55%, 0%, 27%, 8%)
(0.55 / 0.00 / 0.27 / 0.08)

CMYK percentages

%54.7
%0
%27.35
%8.24

Codes

Color #6AEAAA in popluar color models

6A EA AA
RGB 106 234 170
HSL 150° 75.29% 66.67%
HSB/HSV 150° 54.70% 91.76%
CMYK 54.70% 0.00% 27.35%
8.24%

Color #6AEAAA in popluar number systems.

HEX 6A EA AA
Decimal 106 234 170
Binary 1101010 11101010 10101010
Octal 152 352 252

Shades and tints

Shades of #6AEAAA

#6AEAAA
(106,234,170)
#61D59B
(97,213,155)
#58C08C
(88,192,140)
#4FAB7D
(79,171,125)
#46966E
(70,150,110)
#3D815F
(61,129,95)
#346C50
(52,108,80)
#2B5741
(43,87,65)
#224232
(34,66,50)
#192D23
(25,45,35)
#101814
(16,24,20)
#000000
(0,0,0)

Tints of #6AEAAA

#6AEAAA
(106,234,170)
#77EBB1
(119,235,177)
#84ECB8
(132,236,184)
#91EDBF
(145,237,191)
#9EEEC6
(158,238,198)
#ABEFCD
(171,239,205)
#B8F0D4
(184,240,212)
#C5F1DB
(197,241,219)
#D2F2E2
(210,242,226)
#DFF3E9
(223,243,233)
#ECF4F0
(236,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #6AEAAA; }

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

This text font color is #6AEAAA.

Background Color

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

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

This div background color is #6AEAAA.

Border color

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

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

This div border color is #6AEAAA.

Opacity

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

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

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

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

This text has shadow with #6AEAAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #6AEAAA.

Preview

Color preview on black background

This text has color #6AEAAA on black background.


Color preview on white background

This text has color #6AEAAA on white background.


Black color preview on #6AEAAA background

This text has black color on #6AEAAA background.


White color preview on #6AEAAA background

This text has white color on #6AEAAA background.


Related colors

Complementary color

Complementary color for #hex is #951555.


I love getcolorcode.com

Triadic colors

1 #AA6AEA and #EAAA6A with #6AEAAA are triadic colors.

2 #AAEA6A and #EA6AAA with #6AEAAA are triadic colors.