#AAFAD9

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

Shades of Magic Mint #AAFAD9

Tints of Magic Mint #AAFAD9

Color information

#AAFAD9 (or 0xAAFAD9) is unknown color: approx Magic Mint. HEX triplet: AA, FA and D9. RGB value is (170,250,217). Sum of RGB (Red+Green+Blue) = 170+250+217=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 217 (85.16% from 255 or 34.07% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFAD9 is #550526. Grayscale: #DEDEDE. Windows color (decimal): -5571879 or 14285482. OLE color: 14285482.

HSL color Cylindrical-coordinate representation of color #AAFAD9: hue angle of 155.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFAD9 is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB170250217-
CMYK0.3200.130.02
HSL155.25º88.89%82.35%-
HSV(B)155.25º32%98.04%-
XYZ63.2981.9378.12-
YUV222.3212590.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 217 (85.16% from 255) = 34.07%
R=26.69%
G=39.25%
B=34.07%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1702502170.3200.130.02155.2588.8982.35
HexAAFAD9200D29b5952
Octal252372331400152233131122
Binary10101010111110101101100110000001101101001101110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFAD9; }

 p { color: rgb(170,250,217); }

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

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

 a { background-color: rgb(170,250,217); }

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

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

 span { border-color: rgb(170,250,217); }

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