#AAFCD3

Color #AAFCD3 Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #AAFCD3

Tints of Magic Mint #AAFCD3

Color information

#AAFCD3 (or 0xAAFCD3) is unknown color: approx Magic Mint. HEX triplet: AA, FC and D3. RGB value is (170,252,211). Sum of RGB (Red+Green+Blue) = 170+252+211=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCD3 is #55032C. Grayscale: #DEDEDE. Windows color (decimal): -5571373 or 13892778. OLE color: 13892778.

HSL color Cylindrical-coordinate representation of color #AAFCD3: hue angle of 150º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFCD3 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB170252211-
CMYK0.3300.160.01
HSL150º93.18%82.75%-
HSV(B)150º32.54%98.82%-
XYZ63.1582.8774.3-
YUV222.81121.3390.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 26.86%
GREEN value IS 252 (98.83% from 255) = 39.81%
BLUE value IS 211 (82.81% from 255) = 33.33%
R=26.86%
G=39.81%
B=33.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1702522110.3300.160.0115093.1882.75
HexAAFCD3210101965d53
Octal252374323410201226135123
Binary10101010111111001101001110000101000011001011010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFCD3; }

 p { color: rgb(170,252,211); }

 H1.HeaderClassName
 {
   color: #AAFCD3;
 }
 .AnyTagClassName
 {
   color: #AAFCD3;
 }
</style>
background-color css

<style>
 a { background-color: #AAFCD3; }

 a { background-color: rgb(170,252,211); }

 div.DivClassName
 {
   background-color: #AAFCD3;
 }
 .BgClassName
 {
   background-color: #AAFCD3;
 }
</style>
border-color css

<style>
 span { border-color: #AAFCD3; }

 span { border-color: rgb(170,252,211); }

 td.TdClassName
 {
   border-color: #AAFCD3;
 }
 .TagClassName
 {
   border-color: #AAFCD3;
 }
</style>