COLOR #7AC5C4

HEX: #7AC5C4
RGB: (122,197,196)

Color info

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

RGB color model

#7AC5C4 color RGB value is (122,197,196).

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

RGB channels and saturation

R 122 of 255 = 48%
G 197 of 255 = 77%
B 196 of 255 = 77%

122
197
196

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

Portions of RGB colors in percentages

R + G + B =
122 + 197 + 196 = 515 (100%)
R 122 of 515 ~ 23.69%
G 197 of 515 ~ 38.25%
B 196 of 515 ~ 38.06%

%23.69
%38.25
%38.06

CMYK color model

#7AC5C4 color CMYK value is (38,0,1,23).

  • cyan value is 38.07%
  • magenta value is 0.00%
  • yellow value is 0.51%
  • key color value is 22.75%
CMYK:
(38,0,1,23)
C38M0Y1K23 
(38%,0%,1%,23%)
(0.38/0.00/0.01/0.23)	

CMYK percentages

%38.07
%0
%0.51
%22.75

Codes

Color #7AC5C4 in popluar color models

7AC5C4
RGB122197196
HSL179°39.27%62.55%
HSB/HSV179°38.07%77.25%
CMYK38.07%0.00%0.51%
22.75%

Color #7AC5C4 in popluar number systems.

HEX7AC5C4
Decimal122197196
Binary11110101100010111000100
Octal172305304

Shades and tints

Shades of #7AC5C4

#7AC5C4
(122,197,196)
#6FB4B3
(111,180,179)
#64A3A2
(100,163,162)
#599291
(89,146,145)
#4E8180
(78,129,128)
#43706F
(67,112,111)
#385F5E
(56,95,94)
#2D4E4D
(45,78,77)
#223D3C
(34,61,60)
#172C2B
(23,44,43)
#0C1B1A
(12,27,26)
#000000
(0,0,0)

Tints of #7AC5C4

#7AC5C4
(122,197,196)
#86CAC9
(134,202,201)
#92CFCE
(146,207,206)
#9ED4D3
(158,212,211)
#AAD9D8
(170,217,216)
#B6DEDD
(182,222,221)
#C2E3E2
(194,227,226)
#CEE8E7
(206,232,231)
#DAEDEC
(218,237,236)
#E6F2F1
(230,242,241)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AC5C4; }

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

This text font color is #7AC5C4.


Background Color

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

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

This div background color is #7AC5C4.


Border color

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

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

This div border color is #7AC5C4.


Opacity

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

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

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

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

This text has shadow with #7AC5C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AC5C4 on black background.


Color preview on white background

This text has color #7AC5C4 on white background.



Black color preview on #7AC5C4 background

This text has black color on #7AC5C4 background.


White color preview on #7AC5C4 background

This text has white color on #7AC5C4 background.