COLOR #7AFDB6

HEX: #7AFDB6
RGB: (122,253,182)

Color info

#7AFDB6 contains mainly green color. Web safe color of #7AFDB6 is #66FFCC (or #6FC).

RGB color model

#7AFDB6 color RGB value is (122,253,182).

  • red value is 122;
  • green value is 253;
  • blue value is 182.
RGB:
(122,253,182)
(48%,99%,71%)

RGB channels and saturation

R 122 of 255 = 48%
G 253 of 255 = 99%
B 182 of 255 = 71%

122
253
182

R + G + B ~ 73%. #7AFDB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 253 + 182 = 557 (100%)
R 122 of 557 ~ 21.9%
G 253 of 557 ~ 45.42%
B 182 of 557 ~ 32.68%

%21.9
%45.42
%32.68

CMYK color model

#7AFDB6 color CMYK value is (52,0,28,1).

  • cyan value is 51.78%
  • magenta value is 0.00%
  • yellow value is 28.06%
  • key color value is 0.78%
CMYK:
(52,0,28,1)
C52M0Y28K1 
(52%,0%,28%,1%)
(0.52/0.00/0.28/0.01)	

CMYK percentages

%51.78
%0
%28.06
%0.78

Codes

Color #7AFDB6 in popluar color models

7AFDB6
RGB122253182
HSL147°97.04%73.53%
HSB/HSV147°51.78%99.22%
CMYK51.78%0.00%28.06%
0.78%

Color #7AFDB6 in popluar number systems.

HEX7AFDB6
Decimal122253182
Binary11110101111110110110110
Octal172375266

Shades and tints

Shades of #7AFDB6

#7AFDB6
(122,253,182)
#6FE6A6
(111,230,166)
#64CF96
(100,207,150)
#59B886
(89,184,134)
#4EA176
(78,161,118)
#438A66
(67,138,102)
#387356
(56,115,86)
#2D5C46
(45,92,70)
#224536
(34,69,54)
#172E26
(23,46,38)
#0C1716
(12,23,22)
#000000
(0,0,0)

Tints of #7AFDB6

#7AFDB6
(122,253,182)
#86FDBC
(134,253,188)
#92FDC2
(146,253,194)
#9EFDC8
(158,253,200)
#AAFDCE
(170,253,206)
#B6FDD4
(182,253,212)
#C2FDDA
(194,253,218)
#CEFDE0
(206,253,224)
#DAFDE6
(218,253,230)
#E6FDEC
(230,253,236)
#F2FDF2
(242,253,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AFDB6 color. Also use rgb(122,253,182) instead hex code.

Text Font Color

.myTextColor { color: #7AFDB6; }

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

This text font color is #7AFDB6.


Background Color

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

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

This div background color is #7AFDB6.


Border color

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

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

This div border color is #7AFDB6.


Opacity

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

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

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

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

This text has shadow with #7AFDB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AFDB6 on black background.


Color preview on white background

This text has color #7AFDB6 on white background.



Black color preview on #7AFDB6 background

This text has black color on #7AFDB6 background.


White color preview on #7AFDB6 background

This text has white color on #7AFDB6 background.