#A9FFDC

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

Shades of Magic Mint #A9FFDC

Tints of Magic Mint #A9FFDC

Color information

#A9FFDC (or 0xA9FFDC) is unknown color: approx Magic Mint. HEX triplet: A9, FF and DC. RGB value is (169,255,220). Sum of RGB (Red+Green+Blue) = 169+255+220=644 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.24% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 220 (86.33% from 255 or 34.16% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FFDC is #560023. Grayscale: #E1E1E1. Windows color (decimal): -5636132 or 14483369. OLE color: 14483369.

HSL color Cylindrical-coordinate representation of color #A9FFDC: hue angle of 155.58º 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 #A9FFDC is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB169255220-
CMYK0.3400.140
HSL155.58º100%83.14%-
HSV(B)155.58º33.73%100%-
XYZ65.0485.1280.71-
YUV225.3125.0187.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 26.24%
GREEN value IS 255 (100% from 255) = 39.60%
BLUE value IS 220 (86.33% from 255) = 34.16%
R=26.24%
G=39.60%
B=34.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1692552200.3400.140155.5810083.14
HexA9FFDC220E09c6453
Octal251377334420160234144123
Binary1010100111111111110111001000100111001001110011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9FFDC; }

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

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

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

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

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

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

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

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