COLOR #7AE7E8

HEX: #7AE7E8
RGB: (122,231,232)

Color info

#7AE7E8 contains mainly green and blue colors. Web safe color of #7AE7E8 is #66FFFF (or #6FF).

RGB color model

#7AE7E8 color RGB value is (122,231,232).

  • red value is 122;
  • green value is 231;
  • blue value is 232.
RGB:
(122,231,232)
(48%,91%,91%)

RGB channels and saturation

R 122 of 255 = 48%
G 231 of 255 = 91%
B 232 of 255 = 91%

122
231
232

R + G + B ~ 77%. #7AE7E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 231 + 232 = 585 (100%)
R 122 of 585 ~ 20.85%
G 231 of 585 ~ 39.49%
B 232 of 585 ~ 39.66%

%20.85
%39.49
%39.66

CMYK color model

#7AE7E8 color CMYK value is (47,0,0,9).

  • cyan value is 47.41%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(47,0,0,9)
C47M0Y0K9 
(47%,0%,0%,9%)
(0.47/0.00/0.00/0.09)	

CMYK percentages

%47.41
%0.43
%0
%9.02

Codes

Color #7AE7E8 in popluar color models

7AE7E8
RGB122231232
HSL181°70.51%69.41%
HSB/HSV181°47.41%90.98%
CMYK47.41%0.43%0.00%
9.02%

Color #7AE7E8 in popluar number systems.

HEX7AE7E8
Decimal122231232
Binary11110101110011111101000
Octal172347350

Shades and tints

Shades of #7AE7E8

#7AE7E8
(122,231,232)
#6FD2D3
(111,210,211)
#64BDBE
(100,189,190)
#59A8A9
(89,168,169)
#4E9394
(78,147,148)
#437E7F
(67,126,127)
#38696A
(56,105,106)
#2D5455
(45,84,85)
#223F40
(34,63,64)
#172A2B
(23,42,43)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #7AE7E8

#7AE7E8
(122,231,232)
#86E9EA
(134,233,234)
#92EBEC
(146,235,236)
#9EEDEE
(158,237,238)
#AAEFF0
(170,239,240)
#B6F1F2
(182,241,242)
#C2F3F4
(194,243,244)
#CEF5F6
(206,245,246)
#DAF7F8
(218,247,248)
#E6F9FA
(230,249,250)
#F2FBFC
(242,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE7E8 color. Also use rgb(122,231,232) instead hex code.

Text Font Color

.myTextColor { color: #7AE7E8; }

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

This text font color is #7AE7E8.


Background Color

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

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

This div background color is #7AE7E8.


Border color

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

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

This div border color is #7AE7E8.


Opacity

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

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

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

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

This text has shadow with #7AE7E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AE7E8 on black background.


Color preview on white background

This text has color #7AE7E8 on white background.



Black color preview on #7AE7E8 background

This text has black color on #7AE7E8 background.


White color preview on #7AE7E8 background

This text has white color on #7AE7E8 background.