COLOR #7AE0C9

HEX: #7AE0C9
RGB: (122,224,201)

Color info

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

RGB color model

#7AE0C9 color RGB value is (122,224,201).

  • red value is 122;
  • green value is 224;
  • blue value is 201.
RGB:
(122,224,201)
(48%,88%,79%)

RGB channels and saturation

R 122 of 255 = 48%
G 224 of 255 = 88%
B 201 of 255 = 79%

122
224
201

R + G + B ~ 72%. #7AE0C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 224 + 201 = 547 (100%)
R 122 of 547 ~ 22.3%
G 224 of 547 ~ 40.95%
B 201 of 547 ~ 36.75%

%22.3
%40.95
%36.75

CMYK color model

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

  • cyan value is 45.54%
  • magenta value is 0.00%
  • yellow value is 10.27%
  • key color value is 12.16%
CMYK:
(46,0,10,12)
C46M0Y10K12 
(46%,0%,10%,12%)
(0.46/0.00/0.10/0.12)	

CMYK percentages

%45.54
%0
%10.27
%12.16

Codes

Color #7AE0C9 in popluar color models

7AE0C9
RGB122224201
HSL166°62.20%67.84%
HSB/HSV166°45.54%87.84%
CMYK45.54%0.00%10.27%
12.16%

Color #7AE0C9 in popluar number systems.

HEX7AE0C9
Decimal122224201
Binary11110101110000011001001
Octal172340311

Shades and tints

Shades of #7AE0C9

#7AE0C9
(122,224,201)
#6FCCB7
(111,204,183)
#64B8A5
(100,184,165)
#59A493
(89,164,147)
#4E9081
(78,144,129)
#437C6F
(67,124,111)
#38685D
(56,104,93)
#2D544B
(45,84,75)
#224039
(34,64,57)
#172C27
(23,44,39)
#0C1815
(12,24,21)
#000000
(0,0,0)

Tints of #7AE0C9

#7AE0C9
(122,224,201)
#86E2CD
(134,226,205)
#92E4D1
(146,228,209)
#9EE6D5
(158,230,213)
#AAE8D9
(170,232,217)
#B6EADD
(182,234,221)
#C2ECE1
(194,236,225)
#CEEEE5
(206,238,229)
#DAF0E9
(218,240,233)
#E6F2ED
(230,242,237)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE0C9 color. Also use rgb(122,224,201) instead hex code.

Text Font Color

.myTextColor { color: #7AE0C9; }

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

This text font color is #7AE0C9.


Background Color

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

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

This div background color is #7AE0C9.


Border color

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

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

This div border color is #7AE0C9.


Opacity

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

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

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

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

This text has shadow with #7AE0C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE0C9 on black background.


Color preview on white background

This text has color #7AE0C9 on white background.



Black color preview on #7AE0C9 background

This text has black color on #7AE0C9 background.


White color preview on #7AE0C9 background

This text has white color on #7AE0C9 background.