COLOR #7AECC5

HEX: #7AECC5
RGB: (122,236,197)

Color info

#7AECC5 contains mainly green and blue colors. Web safe color of #7AECC5 is #66FFCC (or #6FC).

RGB color model

#7AECC5 color RGB value is (122,236,197).

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

RGB channels and saturation

R 122 of 255 = 48%
G 236 of 255 = 93%
B 197 of 255 = 77%

122
236
197

R + G + B ~ 73%. #7AECC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 236 + 197 = 555 (100%)
R 122 of 555 ~ 21.98%
G 236 of 555 ~ 42.52%
B 197 of 555 ~ 35.5%

%21.98
%42.52
%35.5

CMYK color model

#7AECC5 color CMYK value is (48,0,17,7).

  • cyan value is 48.31%
  • magenta value is 0.00%
  • yellow value is 16.53%
  • key color value is 7.45%
CMYK:
(48,0,17,7)
C48M0Y17K7 
(48%,0%,17%,7%)
(0.48/0.00/0.17/0.07)	

CMYK percentages

%48.31
%0
%16.53
%7.45

Codes

Color #7AECC5 in popluar color models

7AECC5
RGB122236197
HSL159°75.00%70.20%
HSB/HSV159°48.31%92.55%
CMYK48.31%0.00%16.53%
7.45%

Color #7AECC5 in popluar number systems.

HEX7AECC5
Decimal122236197
Binary11110101110110011000101
Octal172354305

Shades and tints

Shades of #7AECC5

#7AECC5
(122,236,197)
#6FD7B4
(111,215,180)
#64C2A3
(100,194,163)
#59AD92
(89,173,146)
#4E9881
(78,152,129)
#438370
(67,131,112)
#386E5F
(56,110,95)
#2D594E
(45,89,78)
#22443D
(34,68,61)
#172F2C
(23,47,44)
#0C1A1B
(12,26,27)
#000000
(0,0,0)

Tints of #7AECC5

#7AECC5
(122,236,197)
#86EDCA
(134,237,202)
#92EECF
(146,238,207)
#9EEFD4
(158,239,212)
#AAF0D9
(170,240,217)
#B6F1DE
(182,241,222)
#C2F2E3
(194,242,227)
#CEF3E8
(206,243,232)
#DAF4ED
(218,244,237)
#E6F5F2
(230,245,242)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AECC5; }

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

This text font color is #7AECC5.


Background Color

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

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

This div background color is #7AECC5.


Border color

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

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

This div border color is #7AECC5.


Opacity

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

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

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

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

This text has shadow with #7AECC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AECC5 on black background.


Color preview on white background

This text has color #7AECC5 on white background.



Black color preview on #7AECC5 background

This text has black color on #7AECC5 background.


White color preview on #7AECC5 background

This text has white color on #7AECC5 background.