COLOR #7AE1C0

HEX: #7AE1C0
RGB: (122,225,192)

Color info

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

RGB color model

#7AE1C0 color RGB value is (122,225,192).

  • red value is 122;
  • green value is 225;
  • blue value is 192.
RGB:
(122,225,192)
(48%,88%,75%)

RGB channels and saturation

R 122 of 255 = 48%
G 225 of 255 = 88%
B 192 of 255 = 75%

122
225
192

R + G + B ~ 70%. #7AE1C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 225 + 192 = 539 (100%)
R 122 of 539 ~ 22.63%
G 225 of 539 ~ 41.74%
B 192 of 539 ~ 35.62%

%22.63
%41.74
%35.62

CMYK color model

#7AE1C0 color CMYK value is (46,0,15,12).

  • cyan value is 45.78%
  • magenta value is 0.00%
  • yellow value is 14.67%
  • key color value is 11.76%
CMYK:
(46,0,15,12)
C46M0Y15K12 
(46%,0%,15%,12%)
(0.46/0.00/0.15/0.12)	

CMYK percentages

%45.78
%0
%14.67
%11.76

Codes

Color #7AE1C0 in popluar color models

7AE1C0
RGB122225192
HSL161°63.19%68.04%
HSB/HSV161°45.78%88.24%
CMYK45.78%0.00%14.67%
11.76%

Color #7AE1C0 in popluar number systems.

HEX7AE1C0
Decimal122225192
Binary11110101110000111000000
Octal172341300

Shades and tints

Shades of #7AE1C0

#7AE1C0
(122,225,192)
#6FCDAF
(111,205,175)
#64B99E
(100,185,158)
#59A58D
(89,165,141)
#4E917C
(78,145,124)
#437D6B
(67,125,107)
#38695A
(56,105,90)
#2D5549
(45,85,73)
#224138
(34,65,56)
#172D27
(23,45,39)
#0C1916
(12,25,22)
#000000
(0,0,0)

Tints of #7AE1C0

#7AE1C0
(122,225,192)
#86E3C5
(134,227,197)
#92E5CA
(146,229,202)
#9EE7CF
(158,231,207)
#AAE9D4
(170,233,212)
#B6EBD9
(182,235,217)
#C2EDDE
(194,237,222)
#CEEFE3
(206,239,227)
#DAF1E8
(218,241,232)
#E6F3ED
(230,243,237)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE1C0 color. Also use rgb(122,225,192) instead hex code.

Text Font Color

.myTextColor { color: #7AE1C0; }

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

This text font color is #7AE1C0.


Background Color

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

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

This div background color is #7AE1C0.


Border color

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

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

This div border color is #7AE1C0.


Opacity

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

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

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

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

This text has shadow with #7AE1C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE1C0 on black background.


Color preview on white background

This text has color #7AE1C0 on white background.



Black color preview on #7AE1C0 background

This text has black color on #7AE1C0 background.


White color preview on #7AE1C0 background

This text has white color on #7AE1C0 background.