COLOR #7ECAAA

HEX: #7ECAAA RGB: (126,202,170)

Color info

#7ECAAA contains mainly green and blue colors. Web safe color of #7ECAAA is #66CC99 (or #6C9).

RGB color model

#7ECAAA color RGB value is (126,202,170).

RGB: (126,202,170) (49%, 79%, 67%)

RGB channels and saturation

R 126 of 255 = 49%
G 202 of 255 = 79%
B 170 of 255 = 67%

126
202
170

R + G + B ~ 65%. #7ECAAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 126 + 202 + 170 = 498 (100%)
R 126 of 498 ~ 25.3%
G 202 of 498 ~ 40.56%
B 170 of 498 ~ 34.14'%

%25.3
%40.56
%34.14

CMYK color model

#7ECAAA color CMYK value is (38,0,16,21).

  • cyan value is 37.62%
  • magenta value is 0.00%
  • yellow value is 15.84%
  • key color value is 20.78%

CMYK: (38,0,16,21)
C38M0Y16K21 (38%, 0%, 16%, 21%)
(0.38 / 0.00 / 0.16 / 0.21)

CMYK percentages

%37.62
%0
%15.84
%20.78

Codes

Color #7ECAAA in popluar color models

7E CA AA
RGB 126 202 170
HSL 155° 41.76% 64.31%
HSB/HSV 155° 37.62% 79.22%
CMYK 37.62% 0.00% 15.84%
20.78%

Color #7ECAAA in popluar number systems.

HEX 7E CA AA
Decimal 126 202 170
Binary 1111110 11001010 10101010
Octal 176 312 252

Shades and tints

Shades of #7ECAAA

#7ECAAA
(126,202,170)
#73B89B
(115,184,155)
#68A68C
(104,166,140)
#5D947D
(93,148,125)
#52826E
(82,130,110)
#47705F
(71,112,95)
#3C5E50
(60,94,80)
#314C41
(49,76,65)
#263A32
(38,58,50)
#1B2823
(27,40,35)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #7ECAAA

#7ECAAA
(126,202,170)
#89CEB1
(137,206,177)
#94D2B8
(148,210,184)
#9FD6BF
(159,214,191)
#AADAC6
(170,218,198)
#B5DECD
(181,222,205)
#C0E2D4
(192,226,212)
#CBE6DB
(203,230,219)
#D6EAE2
(214,234,226)
#E1EEE9
(225,238,233)
#ECF2F0
(236,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7ECAAA color. Also use rgb(126,202,170) instead hex code.

Text Font Color

.myTextColor { color: #7ECAAA; }

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

This text font color is #7ECAAA.

Background Color

.myBgColor { background-color: #7ECAAA; }

<div style="background-color:#7ECAAA">Inner text</div>

This div background color is #7ECAAA.

Border color

.myBorderColor { border: 1px solid #7ECAAA; }

<div style="border:3px solid #7ECAAA">Div</div>

This div border color is #7ECAAA.

Opacity

.myOpacity80 { color: #7ECAAA; opacity: 0.8; }

<p style="color:#7ECAAA;opacity:0.8;">80%</p>

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

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

This text has shadow with #7ECAAA color.


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

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

This text has shadow with #7ECAAA primary color and red secondary color.


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

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

This text has shadow with #7ECAAA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7ECAAA.

Preview

Color preview on black background

This text has color #7ECAAA on black background.


Color preview on white background

This text has color #7ECAAA on white background.


Black color preview on #7ECAAA background

This text has black color on #7ECAAA background.


White color preview on #7ECAAA background

This text has white color on #7ECAAA background.


Related colors

Complementary color

Complementary color for #hex is #813555.


I love getcolorcode.com

Triadic colors

1 #AA7ECA and #CAAA7E with #7ECAAA are triadic colors.

2 #AACA7E and #CA7EAA with #7ECAAA are triadic colors.