Shades of Magic Mint #A5FAD9
Tints of Magic Mint #A5FAD9
RGB
CMYK
RGB Variations
Color information
#A5FAD9 (or 0xA5FAD9) is known color: Magic Mint. HEX triplet: A5, FA and D9. RGB value is (165,250,217). Sum of RGB (Red+Green+Blue) = 165+250+217=632 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.11% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FAD9 is #5A0526. Grayscale: #DCDCDC. Windows color (decimal): -5899559 or 14285477. OLE color: 14285477.
HSL color Cylindrical-coordinate representation of color #A5FAD9: hue angle of 156.71º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FAD9 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 217 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.02 |
| HSL | 156.71º | 0.89% | 0.81% | - |
| HSV(B) | 156.71º | 0.34% | 0.98% | - |
| XYZ | 62.23 | 81.38 | 78.07 | - |
| YUV | 220.82 | 125.84 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 217 | 0.34 | 0 | 0.13 | 0.02 | 156.71 | 0.89 | 0.81 |
| Hex | A5 | FA | D9 | 22 | 0 | D | 2 | 9D | 59 | 51 |
| Octal | 245 | 372 | 331 | 42 | 0 | 15 | 2 | 235 | 131 | 121 |
| Binary | 10100101 | 11111010 | 11011001 | 100010 | 0 | 1101 | 10 | 10011101 | 1011001 | 1010001 |
Color Harmonies of #A5FAD9
Complementary color
Monochromatic Colors of #A5FAD9
Black with #A5FAD9
Text Example
Text Example
White with #A5FAD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FAD9; }
p { color: rgb(165,250,217); }
H1.HeaderClassName
{
color: #A5FAD9;
}
.AnyTagClassName
{
color: #A5FAD9;
}
</style>
background-color css
<style>
a { background-color: #A5FAD9; }
a { background-color: rgb(165,250,217); }
div.DivClassName
{
background-color: #A5FAD9;
}
.BgClassName
{
background-color: #A5FAD9;
}
</style>
border-color css
<style>
span { border-color: #A5FAD9; }
span { border-color: rgb(165,250,217); }
td.TdClassName
{
border-color: #A5FAD9;
}
.TagClassName
{
border-color: #A5FAD9;
}
</style>