#A9FFD6

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

Shades of Magic Mint #A9FFD6

Tints of Magic Mint #A9FFD6

Color information

#A9FFD6 (or 0xA9FFD6) is unknown color: approx Magic Mint. HEX triplet: A9, FF and D6. RGB value is (169,255,214). Sum of RGB (Red+Green+Blue) = 169+255+214=638 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.49% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 214 (83.98% from 255 or 33.54% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FFD6 is #560029. Grayscale: #E0E0E0. Windows color (decimal): -5636138 or 14090153. OLE color: 14090153.

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

Color convert

RGB169255214-
CMYK0.3400.160
HSL151.4º100%83.14%-
HSV(B)151.4º33.73%100%-
XYZ64.2684.8176.6-
YUV224.61122.0188.33-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.49%
GREEN value IS 255 (100% from 255) = 39.97%
BLUE value IS 214 (83.98% from 255) = 33.54%
R=26.49%
G=39.97%
B=33.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692552140.3400.160151.410083.14
HexA9FFD6220100976453
Octal251377326420200227144123
Binary10101001111111111101011010001001000001001011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FFD6; }

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

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

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

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

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

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

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

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