COLOR #7AE1C7

HEX: #7AE1C7
RGB: (122,225,199)

Color info

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

RGB color model

#7AE1C7 color RGB value is (122,225,199).

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

RGB channels and saturation

R 122 of 255 = 48%
G 225 of 255 = 88%
B 199 of 255 = 78%

122
225
199

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

Portions of RGB colors in percentages

R + G + B =
122 + 225 + 199 = 546 (100%)
R 122 of 546 ~ 22.34%
G 225 of 546 ~ 41.21%
B 199 of 546 ~ 36.45%

%22.34
%41.21
%36.45

CMYK color model

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

  • cyan value is 45.78%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 11.76%
CMYK:
(46,0,12,12)
C46M0Y12K12 
(46%,0%,12%,12%)
(0.46/0.00/0.12/0.12)	

CMYK percentages

%45.78
%0
%11.56
%11.76

Codes

Color #7AE1C7 in popluar color models

7AE1C7
RGB122225199
HSL165°63.19%68.04%
HSB/HSV165°45.78%88.24%
CMYK45.78%0.00%11.56%
11.76%

Color #7AE1C7 in popluar number systems.

HEX7AE1C7
Decimal122225199
Binary11110101110000111000111
Octal172341307

Shades and tints

Shades of #7AE1C7

#7AE1C7
(122,225,199)
#6FCDB5
(111,205,181)
#64B9A3
(100,185,163)
#59A591
(89,165,145)
#4E917F
(78,145,127)
#437D6D
(67,125,109)
#38695B
(56,105,91)
#2D5549
(45,85,73)
#224137
(34,65,55)
#172D25
(23,45,37)
#0C1913
(12,25,19)
#000000
(0,0,0)

Tints of #7AE1C7

#7AE1C7
(122,225,199)
#86E3CC
(134,227,204)
#92E5D1
(146,229,209)
#9EE7D6
(158,231,214)
#AAE9DB
(170,233,219)
#B6EBE0
(182,235,224)
#C2EDE5
(194,237,229)
#CEEFEA
(206,239,234)
#DAF1EF
(218,241,239)
#E6F3F4
(230,243,244)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AE1C7; }

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

This text font color is #7AE1C7.


Background Color

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

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

This div background color is #7AE1C7.


Border color

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

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

This div border color is #7AE1C7.


Opacity

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

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

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

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

This text has shadow with #7AE1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE1C7 on black background.


Color preview on white background

This text has color #7AE1C7 on white background.



Black color preview on #7AE1C7 background

This text has black color on #7AE1C7 background.


White color preview on #7AE1C7 background

This text has white color on #7AE1C7 background.