COLOR #7AEFC0

HEX: #7AEFC0
RGB: (122,239,192)

Color info

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

RGB color model

#7AEFC0 color RGB value is (122,239,192).

  • red value is 122;
  • green value is 239;
  • blue value is 192.
RGB:
(122,239,192)
(48%,94%,75%)

RGB channels and saturation

R 122 of 255 = 48%
G 239 of 255 = 94%
B 192 of 255 = 75%

122
239
192

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

Portions of RGB colors in percentages

R + G + B =
122 + 239 + 192 = 553 (100%)
R 122 of 553 ~ 22.06%
G 239 of 553 ~ 43.22%
B 192 of 553 ~ 34.72%

%22.06
%43.22
%34.72

CMYK color model

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

  • cyan value is 48.95%
  • magenta value is 0.00%
  • yellow value is 19.67%
  • key color value is 6.27%
CMYK:
(49,0,20,6)
C49M0Y20K6 
(49%,0%,20%,6%)
(0.49/0.00/0.20/0.06)	

CMYK percentages

%48.95
%0
%19.67
%6.27

Codes

Color #7AEFC0 in popluar color models

7AEFC0
RGB122239192
HSL156°78.52%70.78%
HSB/HSV156°48.95%93.73%
CMYK48.95%0.00%19.67%
6.27%

Color #7AEFC0 in popluar number systems.

HEX7AEFC0
Decimal122239192
Binary11110101110111111000000
Octal172357300

Shades and tints

Shades of #7AEFC0

#7AEFC0
(122,239,192)
#6FDAAF
(111,218,175)
#64C59E
(100,197,158)
#59B08D
(89,176,141)
#4E9B7C
(78,155,124)
#43866B
(67,134,107)
#38715A
(56,113,90)
#2D5C49
(45,92,73)
#224738
(34,71,56)
#173227
(23,50,39)
#0C1D16
(12,29,22)
#000000
(0,0,0)

Tints of #7AEFC0

#7AEFC0
(122,239,192)
#86F0C5
(134,240,197)
#92F1CA
(146,241,202)
#9EF2CF
(158,242,207)
#AAF3D4
(170,243,212)
#B6F4D9
(182,244,217)
#C2F5DE
(194,245,222)
#CEF6E3
(206,246,227)
#DAF7E8
(218,247,232)
#E6F8ED
(230,248,237)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AEFC0 color. Also use rgb(122,239,192) instead hex code.

Text Font Color

.myTextColor { color: #7AEFC0; }

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

This text font color is #7AEFC0.


Background Color

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

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

This div background color is #7AEFC0.


Border color

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

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

This div border color is #7AEFC0.


Opacity

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

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

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

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

This text has shadow with #7AEFC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AEFC0 on black background.


Color preview on white background

This text has color #7AEFC0 on white background.



Black color preview on #7AEFC0 background

This text has black color on #7AEFC0 background.


White color preview on #7AEFC0 background

This text has white color on #7AEFC0 background.