COLOR #AAF2C0

HEX: #AAF2C0
RGB: (170,242,192)

Color info

#AAF2C0 contains mainly green and blue colors. Web safe color of #AAF2C0 is #99FFCC (or #9FC).

RGB color model

#AAF2C0 color RGB value is (170,242,192).

  • red value is 170;
  • green value is 242;
  • blue value is 192.
RGB:
(170,242,192)
(67%,95%,75%)

RGB channels and saturation

R 170 of 255 = 67%
G 242 of 255 = 95%
B 192 of 255 = 75%

170
242
192

R + G + B ~ 79%. #AAF2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 242 + 192 = 604 (100%)
R 170 of 604 ~ 28.15%
G 242 of 604 ~ 40.07%
B 192 of 604 ~ 31.79%

%28.15
%40.07
%31.79

CMYK color model

#AAF2C0 color CMYK value is (30,0,21,5).

  • cyan value is 29.75%
  • magenta value is 0.00%
  • yellow value is 20.66%
  • key color value is 5.10%
CMYK:
(30,0,21,5)
C30M0Y21K5 
(30%,0%,21%,5%)
(0.30/0.00/0.21/0.05)	

CMYK percentages

%29.75
%0
%20.66
%5.1

Codes

Color #AAF2C0 in popluar color models

AAF2C0
RGB170242192
HSL138°73.47%80.78%
HSB/HSV138°29.75%94.90%
CMYK29.75%0.00%20.66%
5.10%

Color #AAF2C0 in popluar number systems.

HEXAAF2C0
Decimal170242192
Binary101010101111001011000000
Octal252362300

Shades and tints

Shades of #AAF2C0

#AAF2C0
(170,242,192)
#9BDCAF
(155,220,175)
#8CC69E
(140,198,158)
#7DB08D
(125,176,141)
#6E9A7C
(110,154,124)
#5F846B
(95,132,107)
#506E5A
(80,110,90)
#415849
(65,88,73)
#324238
(50,66,56)
#232C27
(35,44,39)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #AAF2C0

#AAF2C0
(170,242,192)
#B1F3C5
(177,243,197)
#B8F4CA
(184,244,202)
#BFF5CF
(191,245,207)
#C6F6D4
(198,246,212)
#CDF7D9
(205,247,217)
#D4F8DE
(212,248,222)
#DBF9E3
(219,249,227)
#E2FAE8
(226,250,232)
#E9FBED
(233,251,237)
#F0FCF2
(240,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAF2C0 color. Also use rgb(170,242,192) instead hex code.

Text Font Color

.myTextColor { color: #AAF2C0; }

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

This text font color is #AAF2C0.


Background Color

.myBgColor { background-color: #AAF2C0; }

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

This div background color is #AAF2C0.


Border color

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

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

This div border color is #AAF2C0.


Opacity

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

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

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

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

This text has shadow with #AAF2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAF2C0 on black background.


Color preview on white background

This text has color #AAF2C0 on white background.



Black color preview on #AAF2C0 background

This text has black color on #AAF2C0 background.


White color preview on #AAF2C0 background

This text has white color on #AAF2C0 background.