COLOR #7AE2C2

HEX: #7AE2C2
RGB: (122,226,194)

Color info

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

RGB color model

#7AE2C2 color RGB value is (122,226,194).

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

RGB channels and saturation

R 122 of 255 = 48%
G 226 of 255 = 89%
B 194 of 255 = 76%

122
226
194

R + G + B ~ 71%. #7AE2C2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 226 + 194 = 542 (100%)
R 122 of 542 ~ 22.51%
G 226 of 542 ~ 41.7%
B 194 of 542 ~ 35.79%

%22.51
%41.7
%35.79

CMYK color model

#7AE2C2 color CMYK value is (46,0,14,11).

  • cyan value is 46.02%
  • magenta value is 0.00%
  • yellow value is 14.16%
  • key color value is 11.37%
CMYK:
(46,0,14,11)
C46M0Y14K11 
(46%,0%,14%,11%)
(0.46/0.00/0.14/0.11)	

CMYK percentages

%46.02
%0
%14.16
%11.37

Codes

Color #7AE2C2 in popluar color models

7AE2C2
RGB122226194
HSL162°64.20%68.24%
HSB/HSV162°46.02%88.63%
CMYK46.02%0.00%14.16%
11.37%

Color #7AE2C2 in popluar number systems.

HEX7AE2C2
Decimal122226194
Binary11110101110001011000010
Octal172342302

Shades and tints

Shades of #7AE2C2

#7AE2C2
(122,226,194)
#6FCEB1
(111,206,177)
#64BAA0
(100,186,160)
#59A68F
(89,166,143)
#4E927E
(78,146,126)
#437E6D
(67,126,109)
#386A5C
(56,106,92)
#2D564B
(45,86,75)
#22423A
(34,66,58)
#172E29
(23,46,41)
#0C1A18
(12,26,24)
#000000
(0,0,0)

Tints of #7AE2C2

#7AE2C2
(122,226,194)
#86E4C7
(134,228,199)
#92E6CC
(146,230,204)
#9EE8D1
(158,232,209)
#AAEAD6
(170,234,214)
#B6ECDB
(182,236,219)
#C2EEE0
(194,238,224)
#CEF0E5
(206,240,229)
#DAF2EA
(218,242,234)
#E6F4EF
(230,244,239)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AE2C2; }

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

This text font color is #7AE2C2.


Background Color

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

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

This div background color is #7AE2C2.


Border color

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

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

This div border color is #7AE2C2.


Opacity

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

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

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

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

This text has shadow with #7AE2C2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE2C2 on black background.


Color preview on white background

This text has color #7AE2C2 on white background.



Black color preview on #7AE2C2 background

This text has black color on #7AE2C2 background.


White color preview on #7AE2C2 background

This text has white color on #7AE2C2 background.