COLOR #7AD9AF

HEX: #7AD9AF RGB: (122,217,175)

Color info

#7AD9AF contains mainly green and blue colors. Web safe color of #7AD9AF is #66CC99 (or #6C9).

RGB color model

#7AD9AF color RGB value is (122,217,175).

RGB: (122,217,175) (48%, 85%, 69%)

RGB channels and saturation

R 122 of 255 = 48%
G 217 of 255 = 85%
B 175 of 255 = 69%

122
217
175

R + G + B ~ 67%. #7AD9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 217 + 175 = 514 (100%)
R 122 of 514 ~ 23.74%
G 217 of 514 ~ 42.22%
B 175 of 514 ~ 34.05'%

%23.74
%42.22
%34.05

CMYK color model

#7AD9AF color CMYK value is (44,0,19,15).

  • cyan value is 43.78%
  • magenta value is 0.00%
  • yellow value is 19.35%
  • key color value is 14.90%

CMYK: (44,0,19,15)
C44M0Y19K15 (44%, 0%, 19%, 15%)
(0.44 / 0.00 / 0.19 / 0.15)

CMYK percentages

%43.78
%0
%19.35
%14.9

Codes

Color #7AD9AF in popluar color models

7A D9 AF
RGB 122 217 175
HSL 153° 55.56% 66.47%
HSB/HSV 153° 43.78% 85.10%
CMYK 43.78% 0.00% 19.35%
14.90%

Color #7AD9AF in popluar number systems.

HEX 7A D9 AF
Decimal 122 217 175
Binary 1111010 11011001 10101111
Octal 172 331 257

Shades and tints

Shades of #7AD9AF

#7AD9AF
(122,217,175)
#6FC6A0
(111,198,160)
#64B391
(100,179,145)
#59A082
(89,160,130)
#4E8D73
(78,141,115)
#437A64
(67,122,100)
#386755
(56,103,85)
#2D5446
(45,84,70)
#224137
(34,65,55)
#172E28
(23,46,40)
#0C1B19
(12,27,25)
#000000
(0,0,0)

Tints of #7AD9AF

#7AD9AF
(122,217,175)
#86DCB6
(134,220,182)
#92DFBD
(146,223,189)
#9EE2C4
(158,226,196)
#AAE5CB
(170,229,203)
#B6E8D2
(182,232,210)
#C2EBD9
(194,235,217)
#CEEEE0
(206,238,224)
#DAF1E7
(218,241,231)
#E6F4EE
(230,244,238)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD9AF color. Also use rgb(122,217,175) instead hex code.

Text Font Color

.myTextColor { color: #7AD9AF; }

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

This text font color is #7AD9AF.

Background Color

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

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

This div background color is #7AD9AF.

Border color

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

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

This div border color is #7AD9AF.

Opacity

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

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

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

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

This text has shadow with #7AD9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AD9AF.

Preview

Color preview on black background

This text has color #7AD9AF on black background.


Color preview on white background

This text has color #7AD9AF on white background.


Black color preview on #7AD9AF background

This text has black color on #7AD9AF background.


White color preview on #7AD9AF background

This text has white color on #7AD9AF background.


Related colors

Complementary color

Complementary color for #hex is #852650.


I love getcolorcode.com

Triadic colors

1 #AF7AD9 and #D9AF7A with #7AD9AF are triadic colors.

2 #AFD97A and #D97AAF with #7AD9AF are triadic colors.