COLOR #7AE1F0

HEX: #7AE1F0 RGB: (122,225,240)

Color info

#7AE1F0 contains mainly green and blue colors. Web safe color of #7AE1F0 is #66CCFF (or #6CF).

RGB color model

#7AE1F0 color RGB value is (122,225,240).

RGB: (122,225,240) (48%, 88%, 94%)

RGB channels and saturation

R 122 of 255 = 48%
G 225 of 255 = 88%
B 240 of 255 = 94%

122
225
240

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

Portions of RGB colors in percentages

R + G + B = 122 + 225 + 240 = 587 (100%)
R 122 of 587 ~ 20.78%
G 225 of 587 ~ 38.33%
B 240 of 587 ~ 40.89'%

%20.78
%38.33
%40.89

CMYK color model

#7AE1F0 color CMYK value is (49,6,0,6).

  • cyan value is 49.17%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (49,6,0,6)
C49M6Y0K6 (49%, 6%, 0%, 6%)
(0.49 / 0.06 / 0.00 / 0.06)

CMYK percentages

%49.17
%6.25
%0
%5.88

Codes

Color #7AE1F0 in popluar color models

7A E1 F0
RGB 122 225 240
HSL 188° 79.73% 70.98%
HSB/HSV 188° 49.17% 94.12%
CMYK 49.17% 6.25% 0.00%
5.88%

Color #7AE1F0 in popluar number systems.

HEX 7A E1 F0
Decimal 122 225 240
Binary 1111010 11100001 11110000
Octal 172 341 360

Shades and tints

Shades of #7AE1F0

#7AE1F0
(122,225,240)
#6FCDDB
(111,205,219)
#64B9C6
(100,185,198)
#59A5B1
(89,165,177)
#4E919C
(78,145,156)
#437D87
(67,125,135)
#386972
(56,105,114)
#2D555D
(45,85,93)
#224148
(34,65,72)
#172D33
(23,45,51)
#0C191E
(12,25,30)
#000000
(0,0,0)

Tints of #7AE1F0

#7AE1F0
(122,225,240)
#86E3F1
(134,227,241)
#92E5F2
(146,229,242)
#9EE7F3
(158,231,243)
#AAE9F4
(170,233,244)
#B6EBF5
(182,235,245)
#C2EDF6
(194,237,246)
#CEEFF7
(206,239,247)
#DAF1F8
(218,241,248)
#E6F3F9
(230,243,249)
#F2F5FA
(242,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AE1F0 color. Also use rgb(122,225,240) instead hex code.

Text Font Color

.myTextColor { color: #7AE1F0; }

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

This text font color is #7AE1F0.

Background Color

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

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

This div background color is #7AE1F0.

Border color

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

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

This div border color is #7AE1F0.

Opacity

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

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

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

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

This text has shadow with #7AE1F0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AE1F0.

Preview

Color preview on black background

This text has color #7AE1F0 on black background.


Color preview on white background

This text has color #7AE1F0 on white background.


Black color preview on #7AE1F0 background

This text has black color on #7AE1F0 background.


White color preview on #7AE1F0 background

This text has white color on #7AE1F0 background.


Related colors

Complementary color

Complementary color for #hex is #851E0F.


I love getcolorcode.com

Triadic colors

1 #F07AE1 and #E1F07A with #7AE1F0 are triadic colors.

2 #F0E17A and #E17AF0 with #7AE1F0 are triadic colors.