COLOR #7AC2A7

HEX: #7AC2A7
RGB: (122,194,167)

Color info

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

RGB color model

#7AC2A7 color RGB value is (122,194,167).

  • red value is 122;
  • green value is 194;
  • blue value is 167.
RGB:
(122,194,167)
(48%,76%,65%)

RGB channels and saturation

R 122 of 255 = 48%
G 194 of 255 = 76%
B 167 of 255 = 65%

122
194
167

R + G + B ~ 63%. #7AC2A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 194 + 167 = 483 (100%)
R 122 of 483 ~ 25.26%
G 194 of 483 ~ 40.17%
B 167 of 483 ~ 34.58%

%25.26
%40.17
%34.58

CMYK color model

#7AC2A7 color CMYK value is (37,0,14,24).

  • cyan value is 37.11%
  • magenta value is 0.00%
  • yellow value is 13.92%
  • key color value is 23.92%
CMYK:
(37,0,14,24)
C37M0Y14K24 
(37%,0%,14%,24%)
(0.37/0.00/0.14/0.24)	

CMYK percentages

%37.11
%0
%13.92
%23.92

Codes

Color #7AC2A7 in popluar color models

7AC2A7
RGB122194167
HSL158°37.11%61.96%
HSB/HSV158°37.11%76.08%
CMYK37.11%0.00%13.92%
23.92%

Color #7AC2A7 in popluar number systems.

HEX7AC2A7
Decimal122194167
Binary11110101100001010100111
Octal172302247

Shades and tints

Shades of #7AC2A7

#7AC2A7
(122,194,167)
#6FB198
(111,177,152)
#64A089
(100,160,137)
#598F7A
(89,143,122)
#4E7E6B
(78,126,107)
#436D5C
(67,109,92)
#385C4D
(56,92,77)
#2D4B3E
(45,75,62)
#223A2F
(34,58,47)
#172920
(23,41,32)
#0C1811
(12,24,17)
#000000
(0,0,0)

Tints of #7AC2A7

#7AC2A7
(122,194,167)
#86C7AF
(134,199,175)
#92CCB7
(146,204,183)
#9ED1BF
(158,209,191)
#AAD6C7
(170,214,199)
#B6DBCF
(182,219,207)
#C2E0D7
(194,224,215)
#CEE5DF
(206,229,223)
#DAEAE7
(218,234,231)
#E6EFEF
(230,239,239)
#F2F4F7
(242,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC2A7 color. Also use rgb(122,194,167) instead hex code.

Text Font Color

.myTextColor { color: #7AC2A7; }

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

This text font color is #7AC2A7.


Background Color

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

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

This div background color is #7AC2A7.


Border color

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

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

This div border color is #7AC2A7.


Opacity

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

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

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

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

This text has shadow with #7AC2A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC2A7 on black background.


Color preview on white background

This text has color #7AC2A7 on white background.



Black color preview on #7AC2A7 background

This text has black color on #7AC2A7 background.


White color preview on #7AC2A7 background

This text has white color on #7AC2A7 background.