Shades of Magic Mint #A9FADC
Tints of Magic Mint #A9FADC
RGB
CMYK
RGB Variations
Color information
#A9FADC (or 0xA9FADC) is known color: Magic Mint. HEX triplet: A9, FA and DC. RGB value is (169,250,220). Sum of RGB (Red+Green+Blue) = 169+250+220=639 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.45% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 220 (86.33% from 255 or 34.43% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FADC is #560523. Grayscale: #DEDEDE. Windows color (decimal): -5637412 or 14482089. OLE color: 14482089.
HSL color Cylindrical-coordinate representation of color #A9FADC: hue angle of 157.78º 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 #A9FADC is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 220 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.02 |
| HSL | 157.78º | 0.89% | 0.82% | - |
| HSV(B) | 157.78º | 0.32% | 0.98% | - |
| XYZ | 63.47 | 81.97 | 80.19 | - |
| YUV | 222.36 | 126.66 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 220 | 0.32 | 0 | 0.12 | 0.02 | 157.78 | 0.89 | 0.82 |
| Hex | A9 | FA | DC | 20 | 0 | C | 2 | 9E | 59 | 52 |
| Octal | 251 | 372 | 334 | 40 | 0 | 14 | 2 | 236 | 131 | 122 |
| Binary | 10101001 | 11111010 | 11011100 | 100000 | 0 | 1100 | 10 | 10011110 | 1011001 | 1010010 |
Color Harmonies of #A9FADC
Complementary color
Monochromatic Colors of #A9FADC
Black with #A9FADC
Text Example
Text Example
White with #A9FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FADC; }
p { color: rgb(169,250,220); }
H1.HeaderClassName
{
color: #A9FADC;
}
.AnyTagClassName
{
color: #A9FADC;
}
</style>
background-color css
<style>
a { background-color: #A9FADC; }
a { background-color: rgb(169,250,220); }
div.DivClassName
{
background-color: #A9FADC;
}
.BgClassName
{
background-color: #A9FADC;
}
</style>
border-color css
<style>
span { border-color: #A9FADC; }
span { border-color: rgb(169,250,220); }
td.TdClassName
{
border-color: #A9FADC;
}
.TagClassName
{
border-color: #A9FADC;
}
</style>