COLOR #7AC5BE

HEX: #7AC5BE
RGB: (122,197,190)

Color info

#7AC5BE contains mainly green and blue colors. Web safe color of #7AC5BE is #66CCCC (or #6CC).

RGB color model

#7AC5BE color RGB value is (122,197,190).

  • red value is 122;
  • green value is 197;
  • blue value is 190.
RGB:
(122,197,190)
(48%,77%,75%)

RGB channels and saturation

R 122 of 255 = 48%
G 197 of 255 = 77%
B 190 of 255 = 75%

122
197
190

R + G + B ~ 67%. #7AC5BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 197 + 190 = 509 (100%)
R 122 of 509 ~ 23.97%
G 197 of 509 ~ 38.7%
B 190 of 509 ~ 37.33%

%23.97
%38.7
%37.33

CMYK color model

#7AC5BE color CMYK value is (38,0,4,23).

  • cyan value is 38.07%
  • magenta value is 0.00%
  • yellow value is 3.55%
  • key color value is 22.75%
CMYK:
(38,0,4,23)
C38M0Y4K23 
(38%,0%,4%,23%)
(0.38/0.00/0.04/0.23)	

CMYK percentages

%38.07
%0
%3.55
%22.75

Codes

Color #7AC5BE in popluar color models

7AC5BE
RGB122197190
HSL174°39.27%62.55%
HSB/HSV174°38.07%77.25%
CMYK38.07%0.00%3.55%
22.75%

Color #7AC5BE in popluar number systems.

HEX7AC5BE
Decimal122197190
Binary11110101100010110111110
Octal172305276

Shades and tints

Shades of #7AC5BE

#7AC5BE
(122,197,190)
#6FB4AD
(111,180,173)
#64A39C
(100,163,156)
#59928B
(89,146,139)
#4E817A
(78,129,122)
#437069
(67,112,105)
#385F58
(56,95,88)
#2D4E47
(45,78,71)
#223D36
(34,61,54)
#172C25
(23,44,37)
#0C1B14
(12,27,20)
#000000
(0,0,0)

Tints of #7AC5BE

#7AC5BE
(122,197,190)
#86CAC3
(134,202,195)
#92CFC8
(146,207,200)
#9ED4CD
(158,212,205)
#AAD9D2
(170,217,210)
#B6DED7
(182,222,215)
#C2E3DC
(194,227,220)
#CEE8E1
(206,232,225)
#DAEDE6
(218,237,230)
#E6F2EB
(230,242,235)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AC5BE color. Also use rgb(122,197,190) instead hex code.

Text Font Color

.myTextColor { color: #7AC5BE; }

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

This text font color is #7AC5BE.


Background Color

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

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

This div background color is #7AC5BE.


Border color

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

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

This div border color is #7AC5BE.


Opacity

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

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

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

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

This text has shadow with #7AC5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC5BE on black background.


Color preview on white background

This text has color #7AC5BE on white background.



Black color preview on #7AC5BE background

This text has black color on #7AC5BE background.


White color preview on #7AC5BE background

This text has white color on #7AC5BE background.