COLOR #7AC1A0

HEX: #7AC1A0
RGB: (122,193,160)

Color info

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

RGB color model

#7AC1A0 color RGB value is (122,193,160).

  • red value is 122;
  • green value is 193;
  • blue value is 160.
RGB:
(122,193,160)
(48%,76%,63%)

RGB channels and saturation

R 122 of 255 = 48%
G 193 of 255 = 76%
B 160 of 255 = 63%

122
193
160

R + G + B ~ 62%. #7AC1A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 193 + 160 = 475 (100%)
R 122 of 475 ~ 25.68%
G 193 of 475 ~ 40.63%
B 160 of 475 ~ 33.68%

%25.68
%40.63
%33.68

CMYK color model

#7AC1A0 color CMYK value is (37,0,17,24).

  • cyan value is 36.79%
  • magenta value is 0.00%
  • yellow value is 17.10%
  • key color value is 24.31%
CMYK:
(37,0,17,24)
C37M0Y17K24 
(37%,0%,17%,24%)
(0.37/0.00/0.17/0.24)	

CMYK percentages

%36.79
%0
%17.1
%24.31

Codes

Color #7AC1A0 in popluar color models

7AC1A0
RGB122193160
HSL152°36.41%61.76%
HSB/HSV152°36.79%75.69%
CMYK36.79%0.00%17.10%
24.31%

Color #7AC1A0 in popluar number systems.

HEX7AC1A0
Decimal122193160
Binary11110101100000110100000
Octal172301240

Shades and tints

Shades of #7AC1A0

#7AC1A0
(122,193,160)
#6FB092
(111,176,146)
#649F84
(100,159,132)
#598E76
(89,142,118)
#4E7D68
(78,125,104)
#436C5A
(67,108,90)
#385B4C
(56,91,76)
#2D4A3E
(45,74,62)
#223930
(34,57,48)
#172822
(23,40,34)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #7AC1A0

#7AC1A0
(122,193,160)
#86C6A8
(134,198,168)
#92CBB0
(146,203,176)
#9ED0B8
(158,208,184)
#AAD5C0
(170,213,192)
#B6DAC8
(182,218,200)
#C2DFD0
(194,223,208)
#CEE4D8
(206,228,216)
#DAE9E0
(218,233,224)
#E6EEE8
(230,238,232)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC1A0 color. Also use rgb(122,193,160) instead hex code.

Text Font Color

.myTextColor { color: #7AC1A0; }

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

This text font color is #7AC1A0.


Background Color

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

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

This div background color is #7AC1A0.


Border color

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

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

This div border color is #7AC1A0.


Opacity

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

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

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

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

This text has shadow with #7AC1A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC1A0 on black background.


Color preview on white background

This text has color #7AC1A0 on white background.



Black color preview on #7AC1A0 background

This text has black color on #7AC1A0 background.


White color preview on #7AC1A0 background

This text has white color on #7AC1A0 background.