COLOR #7AD2C4

HEX: #7AD2C4 RGB: (122,210,196)

Color info

#7AD2C4 contains mainly green and blue colors. Web safe color of #7AD2C4 is #66CCCC (or #6CC).

RGB color model

#7AD2C4 color RGB value is (122,210,196).

RGB: (122,210,196) (48%, 82%, 77%)

RGB channels and saturation

R 122 of 255 = 48%
G 210 of 255 = 82%
B 196 of 255 = 77%

122
210
196

R + G + B ~ 69%. #7AD2C4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 122 + 210 + 196 = 528 (100%)
R 122 of 528 ~ 23.11%
G 210 of 528 ~ 39.77%
B 196 of 528 ~ 37.12'%

%23.11
%39.77
%37.12

CMYK color model

#7AD2C4 color CMYK value is (42,0,7,18).

  • cyan value is 41.90%
  • magenta value is 0.00%
  • yellow value is 6.67%
  • key color value is 17.65%

CMYK: (42,0,7,18)
C42M0Y7K18 (42%, 0%, 7%, 18%)
(0.42 / 0.00 / 0.07 / 0.18)

CMYK percentages

%41.9
%0
%6.67
%17.65

Codes

Color #7AD2C4 in popluar color models

7A D2 C4
RGB 122 210 196
HSL 170° 49.44% 65.10%
HSB/HSV 170° 41.90% 82.35%
CMYK 41.90% 0.00% 6.67%
17.65%

Color #7AD2C4 in popluar number systems.

HEX 7A D2 C4
Decimal 122 210 196
Binary 1111010 11010010 11000100
Octal 172 322 304

Shades and tints

Shades of #7AD2C4

#7AD2C4
(122,210,196)
#6FBFB3
(111,191,179)
#64ACA2
(100,172,162)
#599991
(89,153,145)
#4E8680
(78,134,128)
#43736F
(67,115,111)
#38605E
(56,96,94)
#2D4D4D
(45,77,77)
#223A3C
(34,58,60)
#17272B
(23,39,43)
#0C141A
(12,20,26)
#000000
(0,0,0)

Tints of #7AD2C4

#7AD2C4
(122,210,196)
#86D6C9
(134,214,201)
#92DACE
(146,218,206)
#9EDED3
(158,222,211)
#AAE2D8
(170,226,216)
#B6E6DD
(182,230,221)
#C2EAE2
(194,234,226)
#CEEEE7
(206,238,231)
#DAF2EC
(218,242,236)
#E6F6F1
(230,246,241)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD2C4 color. Also use rgb(122,210,196) instead hex code.

Text Font Color

.myTextColor { color: #7AD2C4; }

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

This text font color is #7AD2C4.

Background Color

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

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

This div background color is #7AD2C4.

Border color

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

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

This div border color is #7AD2C4.

Opacity

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

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

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

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

This text has shadow with #7AD2C4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7AD2C4.

Preview

Color preview on black background

This text has color #7AD2C4 on black background.


Color preview on white background

This text has color #7AD2C4 on white background.


Black color preview on #7AD2C4 background

This text has black color on #7AD2C4 background.


White color preview on #7AD2C4 background

This text has white color on #7AD2C4 background.


Related colors

Complementary color

Complementary color for #hex is #852D3B.


I love getcolorcode.com

Triadic colors

1 #C47AD2 and #D2C47A with #7AD2C4 are triadic colors.

2 #C4D27A and #D27AC4 with #7AD2C4 are triadic colors.