COLOR #A2F9EA

HEX: #A2F9EA
RGB: (162,249,234)

Color info

#A2F9EA contains mainly green and blue colors. Web safe color of #A2F9EA is #99FFFF (or #9FF).

RGB color model

#A2F9EA color RGB value is (162,249,234).

  • red value is 162;
  • green value is 249;
  • blue value is 234.
RGB:
(162,249,234)
(64%,98%,92%)

RGB channels and saturation

R 162 of 255 = 64%
G 249 of 255 = 98%
B 234 of 255 = 92%

162
249
234

R + G + B ~ 85%. #A2F9EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 249 + 234 = 645 (100%)
R 162 of 645 ~ 25.12%
G 249 of 645 ~ 38.6%
B 234 of 645 ~ 36.28%

%25.12
%38.6
%36.28

CMYK color model

#A2F9EA color CMYK value is (35,0,6,2).

  • cyan value is 34.94%
  • magenta value is 0.00%
  • yellow value is 6.02%
  • key color value is 2.35%
CMYK:
(35,0,6,2)
C35M0Y6K2 
(35%,0%,6%,2%)
(0.35/0.00/0.06/0.02)	

CMYK percentages

%34.94
%0
%6.02
%2.35

Codes

Color #A2F9EA in popluar color models

A2F9EA
RGB162249234
HSL170°87.88%80.59%
HSB/HSV170°34.94%97.65%
CMYK34.94%0.00%6.02%
2.35%

Color #A2F9EA in popluar number systems.

HEXA2F9EA
Decimal162249234
Binary101000101111100111101010
Octal242371352

Shades and tints

Shades of #A2F9EA

#A2F9EA
(162,249,234)
#94E3D5
(148,227,213)
#86CDC0
(134,205,192)
#78B7AB
(120,183,171)
#6AA196
(106,161,150)
#5C8B81
(92,139,129)
#4E756C
(78,117,108)
#405F57
(64,95,87)
#324942
(50,73,66)
#24332D
(36,51,45)
#161D18
(22,29,24)
#000000
(0,0,0)

Tints of #A2F9EA

#A2F9EA
(162,249,234)
#AAF9EB
(170,249,235)
#B2F9EC
(178,249,236)
#BAF9ED
(186,249,237)
#C2F9EE
(194,249,238)
#CAF9EF
(202,249,239)
#D2F9F0
(210,249,240)
#DAF9F1
(218,249,241)
#E2F9F2
(226,249,242)
#EAF9F3
(234,249,243)
#F2F9F4
(242,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2F9EA color. Also use rgb(162,249,234) instead hex code.

Text Font Color

.myTextColor { color: #A2F9EA; }

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

This text font color is #A2F9EA.


Background Color

.myBgColor { background-color: #A2F9EA; }

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

This div background color is #A2F9EA.


Border color

.myBorderColor { border: 1px solid #A2F9EA; }

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

This div border color is #A2F9EA.


Opacity

.myOpacity80 { color: #A2F9EA; opacity: 0.8; }

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

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

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

This text has shadow with #A2F9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2F9EA on black background.


Color preview on white background

This text has color #A2F9EA on white background.



Black color preview on #A2F9EA background

This text has black color on #A2F9EA background.


White color preview on #A2F9EA background

This text has white color on #A2F9EA background.