#aaf6dd

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

Shades of Magic Mint #AAF6DD

Tints of Magic Mint #AAF6DD

Color information

#AAF6DD (or 0xAAF6DD) is unknown color: approx Magic Mint. HEX triplet: AA, F6 and DD. RGB value is (170,246,221). Sum of RGB (Red+Green+Blue) = 170+246+221=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 221 (86.72% from 255 or 34.69% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #AAF6DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF6DD is #550922. Grayscale: #DCDCDC. Windows color (decimal): -5572899 or 14546602. OLE color: 14546602.

HSL color Cylindrical-coordinate representation of color #AAF6DD: hue angle of 160.26º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF6DD is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB170246221-
CMYK0.3100.100.04
HSL160.26º80.85%81.57%-
HSV(B)160.26º30.89%96.47%-
XYZ62.5879.6880.49-
YUV220.43128.3292.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.69%
GREEN value IS 246 (96.48% from 255) = 38.62%
BLUE value IS 221 (86.72% from 255) = 34.69%
R=26.69%
G=38.62%
B=34.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1702462210.3100.100.04160.2680.8581.57
HexAAF6DD1F0A4a05152
Octal252366335370124240121122
Binary10101010111101101101110111111010101001010000010100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aaf6dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aaf6dd; }

 p { color: rgb(170,246,221); }

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

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

 a { background-color: rgb(170,246,221); }

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

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

 span { border-color: rgb(170,246,221); }

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