COLOR #7AD5CA

HEX: #7AD5CA
RGB: (122,213,202)

Color info

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

RGB color model

#7AD5CA color RGB value is (122,213,202).

  • red value is 122;
  • green value is 213;
  • blue value is 202.
RGB:
(122,213,202)
(48%,84%,79%)

RGB channels and saturation

R 122 of 255 = 48%
G 213 of 255 = 84%
B 202 of 255 = 79%

122
213
202

R + G + B ~ 70%. #7AD5CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 213 + 202 = 537 (100%)
R 122 of 537 ~ 22.72%
G 213 of 537 ~ 39.66%
B 202 of 537 ~ 37.62%

%22.72
%39.66
%37.62

CMYK color model

#7AD5CA color CMYK value is (43,0,5,16).

  • cyan value is 42.72%
  • magenta value is 0.00%
  • yellow value is 5.16%
  • key color value is 16.47%
CMYK:
(43,0,5,16)
C43M0Y5K16 
(43%,0%,5%,16%)
(0.43/0.00/0.05/0.16)	

CMYK percentages

%42.72
%0
%5.16
%16.47

Codes

Color #7AD5CA in popluar color models

7AD5CA
RGB122213202
HSL173°52.00%65.69%
HSB/HSV173°42.72%83.53%
CMYK42.72%0.00%5.16%
16.47%

Color #7AD5CA in popluar number systems.

HEX7AD5CA
Decimal122213202
Binary11110101101010111001010
Octal172325312

Shades and tints

Shades of #7AD5CA

#7AD5CA
(122,213,202)
#6FC2B8
(111,194,184)
#64AFA6
(100,175,166)
#599C94
(89,156,148)
#4E8982
(78,137,130)
#437670
(67,118,112)
#38635E
(56,99,94)
#2D504C
(45,80,76)
#223D3A
(34,61,58)
#172A28
(23,42,40)
#0C1716
(12,23,22)
#000000
(0,0,0)

Tints of #7AD5CA

#7AD5CA
(122,213,202)
#86D8CE
(134,216,206)
#92DBD2
(146,219,210)
#9EDED6
(158,222,214)
#AAE1DA
(170,225,218)
#B6E4DE
(182,228,222)
#C2E7E2
(194,231,226)
#CEEAE6
(206,234,230)
#DAEDEA
(218,237,234)
#E6F0EE
(230,240,238)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AD5CA color. Also use rgb(122,213,202) instead hex code.

Text Font Color

.myTextColor { color: #7AD5CA; }

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

This text font color is #7AD5CA.


Background Color

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

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

This div background color is #7AD5CA.


Border color

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

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

This div border color is #7AD5CA.


Opacity

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

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

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

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

This text has shadow with #7AD5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AD5CA on black background.


Color preview on white background

This text has color #7AD5CA on white background.



Black color preview on #7AD5CA background

This text has black color on #7AD5CA background.


White color preview on #7AD5CA background

This text has white color on #7AD5CA background.