COLOR #7CC5AA

HEX: #7CC5AA RGB: (124,197,170)

Color info

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

RGB color model

#7CC5AA color RGB value is (124,197,170).

RGB: (124,197,170) (49%, 77%, 67%)

RGB channels and saturation

R 124 of 255 = 49%
G 197 of 255 = 77%
B 170 of 255 = 67%

124
197
170

R + G + B ~ 64%. #7CC5AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 124 + 197 + 170 = 491 (100%)
R 124 of 491 ~ 25.25%
G 197 of 491 ~ 40.12%
B 170 of 491 ~ 34.62'%

%25.25
%40.12
%34.62

CMYK color model

#7CC5AA color CMYK value is (37,0,14,23).

  • cyan value is 37.06%
  • magenta value is 0.00%
  • yellow value is 13.71%
  • key color value is 22.75%
CMYK: (37,0,14,23) C37M0Y14K23 (37%,0%,14%,23%) (0.37/0.00/0.14/0.23) 

CMYK percentages

%37.06
%0
%13.71
%22.75

Codes

Color #7CC5AA in popluar color models

7C C5 AA
RGB 124 197 170
HSL 158° 38.62% 62.94%
HSB/HSV 158° 37.06% 77.25%
CMYK 37.06% 0.00% 13.71%
22.75%

Color #7CC5AA in popluar number systems.

HEX 7C C5 AA
Decimal 124 197 170
Binary 1111100 11000101 10101010
Octal 174 305 252

Shades and tints

Shades of #7CC5AA

#7CC5AA
(124,197,170)
#71B49B
(113,180,155)
#66A38C
(102,163,140)
#5B927D
(91,146,125)
#50816E
(80,129,110)
#45705F
(69,112,95)
#3A5F50
(58,95,80)
#2F4E41
(47,78,65)
#243D32
(36,61,50)
#192C23
(25,44,35)
#0E1B14
(14,27,20)
#000000
(0,0,0)

Tints of #7CC5AA

#7CC5AA
(124,197,170)
#87CAB1
(135,202,177)
#92CFB8
(146,207,184)
#9DD4BF
(157,212,191)
#A8D9C6
(168,217,198)
#B3DECD
(179,222,205)
#BEE3D4
(190,227,212)
#C9E8DB
(201,232,219)
#D4EDE2
(212,237,226)
#DFF2E9
(223,242,233)
#EAF7F0
(234,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CC5AA color. Also use rgb(124,197,170) instead hex code.

Text Font Color

.myTextColor { color: #7CC5AA; }

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

This text font color is #7CC5AA.

Background Color

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

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

This div background color is #7CC5AA.

Border color

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

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

This div border color is #7CC5AA.

Opacity

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

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

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

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

This text has shadow with #7CC5AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7CC5AA.

Preview

Color preview on black background

This text has color #7CC5AA on black background.


Color preview on white background

This text has color #7CC5AA on white background.


Black color preview on #7CC5AA background

This text has black color on #7CC5AA background.


White color preview on #7CC5AA background

This text has white color on #7CC5AA background.


Related colors

Complementary color

Complementary color for #hex is #833A55.


I love getcolorcode.com

Triadic colors

1 #AA7CC5 and #C5AA7C with #7CC5AA are triadic colors.

2 #AAC57C and #C57CAA with #7CC5AA are triadic colors.