COLOR #7AEDB9

HEX: #7AEDB9
RGB: (122,237,185)

Color info

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

RGB color model

#7AEDB9 color RGB value is (122,237,185).

  • red value is 122;
  • green value is 237;
  • blue value is 185.
RGB:
(122,237,185)
(48%,93%,73%)

RGB channels and saturation

R 122 of 255 = 48%
G 237 of 255 = 93%
B 185 of 255 = 73%

122
237
185

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

Portions of RGB colors in percentages

R + G + B =
122 + 237 + 185 = 544 (100%)
R 122 of 544 ~ 22.43%
G 237 of 544 ~ 43.57%
B 185 of 544 ~ 34.01%

%22.43
%43.57
%34.01

CMYK color model

#7AEDB9 color CMYK value is (49,0,22,7).

  • cyan value is 48.52%
  • magenta value is 0.00%
  • yellow value is 21.94%
  • key color value is 7.06%
CMYK:
(49,0,22,7)
C49M0Y22K7 
(49%,0%,22%,7%)
(0.49/0.00/0.22/0.07)	

CMYK percentages

%48.52
%0
%21.94
%7.06

Codes

Color #7AEDB9 in popluar color models

7AEDB9
RGB122237185
HSL153°76.16%70.39%
HSB/HSV153°48.52%92.94%
CMYK48.52%0.00%21.94%
7.06%

Color #7AEDB9 in popluar number systems.

HEX7AEDB9
Decimal122237185
Binary11110101110110110111001
Octal172355271

Shades and tints

Shades of #7AEDB9

#7AEDB9
(122,237,185)
#6FD8A9
(111,216,169)
#64C399
(100,195,153)
#59AE89
(89,174,137)
#4E9979
(78,153,121)
#438469
(67,132,105)
#386F59
(56,111,89)
#2D5A49
(45,90,73)
#224539
(34,69,57)
#173029
(23,48,41)
#0C1B19
(12,27,25)
#000000
(0,0,0)

Tints of #7AEDB9

#7AEDB9
(122,237,185)
#86EEBF
(134,238,191)
#92EFC5
(146,239,197)
#9EF0CB
(158,240,203)
#AAF1D1
(170,241,209)
#B6F2D7
(182,242,215)
#C2F3DD
(194,243,221)
#CEF4E3
(206,244,227)
#DAF5E9
(218,245,233)
#E6F6EF
(230,246,239)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AEDB9 color. Also use rgb(122,237,185) instead hex code.

Text Font Color

.myTextColor { color: #7AEDB9; }

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

This text font color is #7AEDB9.


Background Color

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

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

This div background color is #7AEDB9.


Border color

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

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

This div border color is #7AEDB9.


Opacity

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

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

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

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

This text has shadow with #7AEDB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AEDB9 on black background.


Color preview on white background

This text has color #7AEDB9 on white background.



Black color preview on #7AEDB9 background

This text has black color on #7AEDB9 background.


White color preview on #7AEDB9 background

This text has white color on #7AEDB9 background.