COLOR #7AEDBE

HEX: #7AEDBE
RGB: (122,237,190)

Color info

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

RGB color model

#7AEDBE color RGB value is (122,237,190).

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

RGB channels and saturation

R 122 of 255 = 48%
G 237 of 255 = 93%
B 190 of 255 = 75%

122
237
190

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

Portions of RGB colors in percentages

R + G + B =
122 + 237 + 190 = 549 (100%)
R 122 of 549 ~ 22.22%
G 237 of 549 ~ 43.17%
B 190 of 549 ~ 34.61%

%22.22
%43.17
%34.61

CMYK color model

#7AEDBE color CMYK value is (49,0,20,7).

  • cyan value is 48.52%
  • magenta value is 0.00%
  • yellow value is 19.83%
  • key color value is 7.06%
CMYK:
(49,0,20,7)
C49M0Y20K7 
(49%,0%,20%,7%)
(0.49/0.00/0.20/0.07)	

CMYK percentages

%48.52
%0
%19.83
%7.06

Codes

Color #7AEDBE in popluar color models

7AEDBE
RGB122237190
HSL155°76.16%70.39%
HSB/HSV155°48.52%92.94%
CMYK48.52%0.00%19.83%
7.06%

Color #7AEDBE in popluar number systems.

HEX7AEDBE
Decimal122237190
Binary11110101110110110111110
Octal172355276

Shades and tints

Shades of #7AEDBE

#7AEDBE
(122,237,190)
#6FD8AD
(111,216,173)
#64C39C
(100,195,156)
#59AE8B
(89,174,139)
#4E997A
(78,153,122)
#438469
(67,132,105)
#386F58
(56,111,88)
#2D5A47
(45,90,71)
#224536
(34,69,54)
#173025
(23,48,37)
#0C1B14
(12,27,20)
#000000
(0,0,0)

Tints of #7AEDBE

#7AEDBE
(122,237,190)
#86EEC3
(134,238,195)
#92EFC8
(146,239,200)
#9EF0CD
(158,240,205)
#AAF1D2
(170,241,210)
#B6F2D7
(182,242,215)
#C2F3DC
(194,243,220)
#CEF4E1
(206,244,225)
#DAF5E6
(218,245,230)
#E6F6EB
(230,246,235)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AEDBE; }

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

This text font color is #7AEDBE.


Background Color

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

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

This div background color is #7AEDBE.


Border color

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

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

This div border color is #7AEDBE.


Opacity

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

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

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

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

This text has shadow with #7AEDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AEDBE on black background.


Color preview on white background

This text has color #7AEDBE on white background.



Black color preview on #7AEDBE background

This text has black color on #7AEDBE background.


White color preview on #7AEDBE background

This text has white color on #7AEDBE background.