COLOR #7AF6C6

HEX: #7AF6C6
RGB: (122,246,198)

Color info

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

RGB color model

#7AF6C6 color RGB value is (122,246,198).

  • red value is 122;
  • green value is 246;
  • blue value is 198.
RGB:
(122,246,198)
(48%,96%,78%)

RGB channels and saturation

R 122 of 255 = 48%
G 246 of 255 = 96%
B 198 of 255 = 78%

122
246
198

R + G + B ~ 74%. #7AF6C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 246 + 198 = 566 (100%)
R 122 of 566 ~ 21.55%
G 246 of 566 ~ 43.46%
B 198 of 566 ~ 34.98%

%21.55
%43.46
%34.98

CMYK color model

#7AF6C6 color CMYK value is (50,0,20,4).

  • cyan value is 50.41%
  • magenta value is 0.00%
  • yellow value is 19.51%
  • key color value is 3.53%
CMYK:
(50,0,20,4)
C50M0Y20K4 
(50%,0%,20%,4%)
(0.50/0.00/0.20/0.04)	

CMYK percentages

%50.41
%0
%19.51
%3.53

Codes

Color #7AF6C6 in popluar color models

7AF6C6
RGB122246198
HSL157°87.32%72.16%
HSB/HSV157°50.41%96.47%
CMYK50.41%0.00%19.51%
3.53%

Color #7AF6C6 in popluar number systems.

HEX7AF6C6
Decimal122246198
Binary11110101111011011000110
Octal172366306

Shades and tints

Shades of #7AF6C6

#7AF6C6
(122,246,198)
#6FE0B4
(111,224,180)
#64CAA2
(100,202,162)
#59B490
(89,180,144)
#4E9E7E
(78,158,126)
#43886C
(67,136,108)
#38725A
(56,114,90)
#2D5C48
(45,92,72)
#224636
(34,70,54)
#173024
(23,48,36)
#0C1A12
(12,26,18)
#000000
(0,0,0)

Tints of #7AF6C6

#7AF6C6
(122,246,198)
#86F6CB
(134,246,203)
#92F6D0
(146,246,208)
#9EF6D5
(158,246,213)
#AAF6DA
(170,246,218)
#B6F6DF
(182,246,223)
#C2F6E4
(194,246,228)
#CEF6E9
(206,246,233)
#DAF6EE
(218,246,238)
#E6F6F3
(230,246,243)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AF6C6; }

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

This text font color is #7AF6C6.


Background Color

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

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

This div background color is #7AF6C6.


Border color

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

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

This div border color is #7AF6C6.


Opacity

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

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

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

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

This text has shadow with #7AF6C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AF6C6 on black background.


Color preview on white background

This text has color #7AF6C6 on white background.



Black color preview on #7AF6C6 background

This text has black color on #7AF6C6 background.


White color preview on #7AF6C6 background

This text has white color on #7AF6C6 background.