COLOR #7AEAE6

HEX: #7AEAE6
RGB: (122,234,230)

Color info

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

RGB color model

#7AEAE6 color RGB value is (122,234,230).

  • red value is 122;
  • green value is 234;
  • blue value is 230.
RGB:
(122,234,230)
(48%,92%,90%)

RGB channels and saturation

R 122 of 255 = 48%
G 234 of 255 = 92%
B 230 of 255 = 90%

122
234
230

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

Portions of RGB colors in percentages

R + G + B =
122 + 234 + 230 = 586 (100%)
R 122 of 586 ~ 20.82%
G 234 of 586 ~ 39.93%
B 230 of 586 ~ 39.25%

%20.82
%39.93
%39.25

CMYK color model

#7AEAE6 color CMYK value is (48,0,2,8).

  • cyan value is 47.86%
  • magenta value is 0.00%
  • yellow value is 1.71%
  • key color value is 8.24%
CMYK:
(48,0,2,8)
C48M0Y2K8 
(48%,0%,2%,8%)
(0.48/0.00/0.02/0.08)	

CMYK percentages

%47.86
%0
%1.71
%8.24

Codes

Color #7AEAE6 in popluar color models

7AEAE6
RGB122234230
HSL178°72.73%69.80%
HSB/HSV178°47.86%91.76%
CMYK47.86%0.00%1.71%
8.24%

Color #7AEAE6 in popluar number systems.

HEX7AEAE6
Decimal122234230
Binary11110101110101011100110
Octal172352346

Shades and tints

Shades of #7AEAE6

#7AEAE6
(122,234,230)
#6FD5D2
(111,213,210)
#64C0BE
(100,192,190)
#59ABAA
(89,171,170)
#4E9696
(78,150,150)
#438182
(67,129,130)
#386C6E
(56,108,110)
#2D575A
(45,87,90)
#224246
(34,66,70)
#172D32
(23,45,50)
#0C181E
(12,24,30)
#000000
(0,0,0)

Tints of #7AEAE6

#7AEAE6
(122,234,230)
#86EBE8
(134,235,232)
#92ECEA
(146,236,234)
#9EEDEC
(158,237,236)
#AAEEEE
(170,238,238)
#B6EFF0
(182,239,240)
#C2F0F2
(194,240,242)
#CEF1F4
(206,241,244)
#DAF2F6
(218,242,246)
#E6F3F8
(230,243,248)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AEAE6 color. Also use rgb(122,234,230) instead hex code.

Text Font Color

.myTextColor { color: #7AEAE6; }

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

This text font color is #7AEAE6.


Background Color

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

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

This div background color is #7AEAE6.


Border color

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

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

This div border color is #7AEAE6.


Opacity

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

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

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

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

This text has shadow with #7AEAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AEAE6 on black background.


Color preview on white background

This text has color #7AEAE6 on white background.



Black color preview on #7AEAE6 background

This text has black color on #7AEAE6 background.


White color preview on #7AEAE6 background

This text has white color on #7AEAE6 background.