#AAFFD6

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

Shades of Magic Mint #AAFFD6

Tints of Magic Mint #AAFFD6

Color information

#AAFFD6 (or 0xAAFFD6) is unknown color: approx Magic Mint. HEX triplet: AA, FF and D6. RGB value is (170,255,214). Sum of RGB (Red+Green+Blue) = 170+255+214=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 255 (100% from 255 or 39.91% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFD6 is #550029. Grayscale: #E0E0E0. Windows color (decimal): -5570602 or 14090154. OLE color: 14090154.

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

Color convert

RGB170255214-
CMYK0.3300.160
HSL151.06º100%83.33%-
HSV(B)151.06º33.33%100%-
XYZ64.4884.9276.61-
YUV224.91121.8488.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 26.60%
GREEN value IS 255 (100% from 255) = 39.91%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=26.60%
G=39.91%
B=33.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1702552140.3300.160151.0610083.33
HexAAFFD6210100976453
Octal252377326410200227144123
Binary10101010111111111101011010000101000001001011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAFFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAFFD6; }

 p { color: rgb(170,255,214); }

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

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

 a { background-color: rgb(170,255,214); }

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

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

 span { border-color: rgb(170,255,214); }

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