COLOR #7AF0B4

HEX: #7AF0B4
RGB: (122,240,180)

Color info

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

RGB color model

#7AF0B4 color RGB value is (122,240,180).

  • red value is 122;
  • green value is 240;
  • blue value is 180.
RGB:
(122,240,180)
(48%,94%,71%)

RGB channels and saturation

R 122 of 255 = 48%
G 240 of 255 = 94%
B 180 of 255 = 71%

122
240
180

R + G + B ~ 71%. #7AF0B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 240 + 180 = 542 (100%)
R 122 of 542 ~ 22.51%
G 240 of 542 ~ 44.28%
B 180 of 542 ~ 33.21%

%22.51
%44.28
%33.21

CMYK color model

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

  • cyan value is 49.17%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 5.88%
CMYK:
(49,0,25,6)
C49M0Y25K6 
(49%,0%,25%,6%)
(0.49/0.00/0.25/0.06)	

CMYK percentages

%49.17
%0
%25
%5.88

Codes

Color #7AF0B4 in popluar color models

7AF0B4
RGB122240180
HSL149°79.73%70.98%
HSB/HSV149°49.17%94.12%
CMYK49.17%0.00%25.00%
5.88%

Color #7AF0B4 in popluar number systems.

HEX7AF0B4
Decimal122240180
Binary11110101111000010110100
Octal172360264

Shades and tints

Shades of #7AF0B4

#7AF0B4
(122,240,180)
#6FDBA4
(111,219,164)
#64C694
(100,198,148)
#59B184
(89,177,132)
#4E9C74
(78,156,116)
#438764
(67,135,100)
#387254
(56,114,84)
#2D5D44
(45,93,68)
#224834
(34,72,52)
#173324
(23,51,36)
#0C1E14
(12,30,20)
#000000
(0,0,0)

Tints of #7AF0B4

#7AF0B4
(122,240,180)
#86F1BA
(134,241,186)
#92F2C0
(146,242,192)
#9EF3C6
(158,243,198)
#AAF4CC
(170,244,204)
#B6F5D2
(182,245,210)
#C2F6D8
(194,246,216)
#CEF7DE
(206,247,222)
#DAF8E4
(218,248,228)
#E6F9EA
(230,249,234)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7AF0B4; }

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

This text font color is #7AF0B4.


Background Color

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

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

This div background color is #7AF0B4.


Border color

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

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

This div border color is #7AF0B4.


Opacity

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

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

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

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

This text has shadow with #7AF0B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AF0B4 on black background.


Color preview on white background

This text has color #7AF0B4 on white background.



Black color preview on #7AF0B4 background

This text has black color on #7AF0B4 background.


White color preview on #7AF0B4 background

This text has white color on #7AF0B4 background.