COLOR #7AEDC6

HEX: #7AEDC6 RGB: (122,237,198)

Color info

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

RGB color model

#7AEDC6 color RGB value is (122,237,198).

RGB: (122,237,198) (48%, 93%, 78%)

RGB channels and saturation

R 122 of 255 = 48%
G 237 of 255 = 93%
B 198 of 255 = 78%

122
237
198

R + G + B ~ 73%. #7AEDC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 237 + 198 = 557 (100%)
R 122 of 557 ~ 21.9%
G 237 of 557 ~ 42.55%
B 198 of 557 ~ 35.55'%

%21.9
%42.55
%35.55

CMYK color model

#7AEDC6 color CMYK value is (49,0,16,7).

  • cyan value is 48.52%
  • magenta value is 0.00%
  • yellow value is 16.46%
  • key color value is 7.06%

CMYK: (49,0,16,7)
C49M0Y16K7 (49%, 0%, 16%, 7%)
(0.49 / 0.00 / 0.16 / 0.07)

CMYK percentages

%48.52
%0
%16.46
%7.06

Codes

Color #7AEDC6 in popluar color models

7A ED C6
RGB 122 237 198
HSL 160° 76.16% 70.39%
HSB/HSV 160° 48.52% 92.94%
CMYK 48.52% 0.00% 16.46%
7.06%

Color #7AEDC6 in popluar number systems.

HEX 7A ED C6
Decimal 122 237 198
Binary 1111010 11101101 11000110
Octal 172 355 306

Shades and tints

Shades of #7AEDC6

#7AEDC6
(122,237,198)
#6FD8B4
(111,216,180)
#64C3A2
(100,195,162)
#59AE90
(89,174,144)
#4E997E
(78,153,126)
#43846C
(67,132,108)
#386F5A
(56,111,90)
#2D5A48
(45,90,72)
#224536
(34,69,54)
#173024
(23,48,36)
#0C1B12
(12,27,18)
#000000
(0,0,0)

Tints of #7AEDC6

#7AEDC6
(122,237,198)
#86EECB
(134,238,203)
#92EFD0
(146,239,208)
#9EF0D5
(158,240,213)
#AAF1DA
(170,241,218)
#B6F2DF
(182,242,223)
#C2F3E4
(194,243,228)
#CEF4E9
(206,244,233)
#DAF5EE
(218,245,238)
#E6F6F3
(230,246,243)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AEDC6; }

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

This text font color is #7AEDC6.

Background Color

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

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

This div background color is #7AEDC6.

Border color

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

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

This div border color is #7AEDC6.

Opacity

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

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

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

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

This text has shadow with #7AEDC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AEDC6.

Preview

Color preview on black background

This text has color #7AEDC6 on black background.


Color preview on white background

This text has color #7AEDC6 on white background.


Black color preview on #7AEDC6 background

This text has black color on #7AEDC6 background.


White color preview on #7AEDC6 background

This text has white color on #7AEDC6 background.


Related colors

Complementary color

Complementary color for #hex is #851239.


I love getcolorcode.com

Triadic colors

1 #C67AED and #EDC67A with #7AEDC6 are triadic colors.

2 #C6ED7A and #ED7AC6 with #7AEDC6 are triadic colors.