COLOR #A6F2F0

HEX: #A6F2F0
RGB: (166,242,240)

Color info

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

RGB color model

#A6F2F0 color RGB value is (166,242,240).

  • red value is 166;
  • green value is 242;
  • blue value is 240.
RGB:
(166,242,240)
(65%,95%,94%)

RGB channels and saturation

R 166 of 255 = 65%
G 242 of 255 = 95%
B 240 of 255 = 94%

166
242
240

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

Portions of RGB colors in percentages

R + G + B =
166 + 242 + 240 = 648 (100%)
R 166 of 648 ~ 25.62%
G 242 of 648 ~ 37.35%
B 240 of 648 ~ 37.04%

%25.62
%37.35
%37.04

CMYK color model

#A6F2F0 color CMYK value is (31,0,1,5).

  • cyan value is 31.40%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.10%
CMYK:
(31,0,1,5)
C31M0Y1K5 
(31%,0%,1%,5%)
(0.31/0.00/0.01/0.05)	

CMYK percentages

%31.4
%0
%0.83
%5.1

Codes

Color #A6F2F0 in popluar color models

A6F2F0
RGB166242240
HSL178°74.51%80.00%
HSB/HSV178°31.40%94.90%
CMYK31.40%0.00%0.83%
5.10%

Color #A6F2F0 in popluar number systems.

HEXA6F2F0
Decimal166242240
Binary101001101111001011110000
Octal246362360

Shades and tints

Shades of #A6F2F0

#A6F2F0
(166,242,240)
#97DCDB
(151,220,219)
#88C6C6
(136,198,198)
#79B0B1
(121,176,177)
#6A9A9C
(106,154,156)
#5B8487
(91,132,135)
#4C6E72
(76,110,114)
#3D585D
(61,88,93)
#2E4248
(46,66,72)
#1F2C33
(31,44,51)
#10161E
(16,22,30)
#000000
(0,0,0)

Tints of #A6F2F0

#A6F2F0
(166,242,240)
#AEF3F1
(174,243,241)
#B6F4F2
(182,244,242)
#BEF5F3
(190,245,243)
#C6F6F4
(198,246,244)
#CEF7F5
(206,247,245)
#D6F8F6
(214,248,246)
#DEF9F7
(222,249,247)
#E6FAF8
(230,250,248)
#EEFBF9
(238,251,249)
#F6FCFA
(246,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6F2F0 color. Also use rgb(166,242,240) instead hex code.

Text Font Color

.myTextColor { color: #A6F2F0; }

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

This text font color is #A6F2F0.


Background Color

.myBgColor { background-color: #A6F2F0; }

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

This div background color is #A6F2F0.


Border color

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

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

This div border color is #A6F2F0.


Opacity

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

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

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

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

This text has shadow with #A6F2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A6F2F0 on black background.


Color preview on white background

This text has color #A6F2F0 on white background.



Black color preview on #A6F2F0 background

This text has black color on #A6F2F0 background.


White color preview on #A6F2F0 background

This text has white color on #A6F2F0 background.