COLOR #7AFFD4

HEX: #7AFFD4
RGB: (122,255,212)

Color info

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

RGB color model

#7AFFD4 color RGB value is (122,255,212).

  • red value is 122;
  • green value is 255;
  • blue value is 212.
RGB:
(122,255,212)
(48%,100%,83%)

RGB channels and saturation

R 122 of 255 = 48%
G 255 of 255 = 100%
B 212 of 255 = 83%

122
255
212

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

Portions of RGB colors in percentages

R + G + B =
122 + 255 + 212 = 589 (100%)
R 122 of 589 ~ 20.71%
G 255 of 589 ~ 43.29%
B 212 of 589 ~ 35.99%

%20.71
%43.29
%35.99

CMYK color model

#7AFFD4 color CMYK value is (52,0,17,0).

  • cyan value is 52.16%
  • magenta value is 0.00%
  • yellow value is 16.86%
  • key color value is 0.00%
CMYK:
(52,0,17,0)
C52M0Y17K0 
(52%,0%,17%,0%)
(0.52/0.00/0.17/0.00)	

CMYK percentages

%52.16
%0
%16.86
%0

Codes

Color #7AFFD4 in popluar color models

7AFFD4
RGB122255212
HSL161°100.00%73.92%
HSB/HSV161°52.16%100.00%
CMYK52.16%0.00%16.86%
0.00%

Color #7AFFD4 in popluar number systems.

HEX7AFFD4
Decimal122255212
Binary11110101111111111010100
Octal172377324

Shades and tints

Shades of #7AFFD4

#7AFFD4
(122,255,212)
#6FE8C1
(111,232,193)
#64D1AE
(100,209,174)
#59BA9B
(89,186,155)
#4EA388
(78,163,136)
#438C75
(67,140,117)
#387562
(56,117,98)
#2D5E4F
(45,94,79)
#22473C
(34,71,60)
#173029
(23,48,41)
#0C1916
(12,25,22)
#000000
(0,0,0)

Tints of #7AFFD4

#7AFFD4
(122,255,212)
#86FFD7
(134,255,215)
#92FFDA
(146,255,218)
#9EFFDD
(158,255,221)
#AAFFE0
(170,255,224)
#B6FFE3
(182,255,227)
#C2FFE6
(194,255,230)
#CEFFE9
(206,255,233)
#DAFFEC
(218,255,236)
#E6FFEF
(230,255,239)
#F2FFF2
(242,255,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AFFD4 color. Also use rgb(122,255,212) instead hex code.

Text Font Color

.myTextColor { color: #7AFFD4; }

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

This text font color is #7AFFD4.


Background Color

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

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

This div background color is #7AFFD4.


Border color

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

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

This div border color is #7AFFD4.


Opacity

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

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

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

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

This text has shadow with #7AFFD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AFFD4 on black background.


Color preview on white background

This text has color #7AFFD4 on white background.



Black color preview on #7AFFD4 background

This text has black color on #7AFFD4 background.


White color preview on #7AFFD4 background

This text has white color on #7AFFD4 background.