Shades of Magic Mint #A5FAC9
Tints of Magic Mint #A5FAC9
RGB
CMYK
RGB Variations
Color information
#A5FAC9 (or 0xA5FAC9) is known color: Magic Mint. HEX triplet: A5, FA and C9. RGB value is (165,250,201). Sum of RGB (Red+Green+Blue) = 165+250+201=616 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.79% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FAC9 is #5A0536. Grayscale: #DBDBDB. Windows color (decimal): -5899575 or 13236901. OLE color: 13236901.
HSL color Cylindrical-coordinate representation of color #A5FAC9: hue angle of 145.41º 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 #A5FAC9 is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 250 | 201 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.02 |
| HSL | 145.41º | 0.89% | 0.81% | - |
| HSV(B) | 145.41º | 0.34% | 0.98% | - |
| XYZ | 60.25 | 80.59 | 67.64 | - |
| YUV | 219 | 117.84 | 89.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 250 | 201 | 0.34 | 0 | 0.20 | 0.02 | 145.41 | 0.89 | 0.81 |
| Hex | A5 | FA | C9 | 22 | 0 | 14 | 2 | 91 | 59 | 51 |
| Octal | 245 | 372 | 311 | 42 | 0 | 24 | 2 | 221 | 131 | 121 |
| Binary | 10100101 | 11111010 | 11001001 | 100010 | 0 | 10100 | 10 | 10010001 | 1011001 | 1010001 |
Color Harmonies of #A5FAC9
Complementary color
Monochromatic Colors of #A5FAC9
Black with #A5FAC9
Text Example
Text Example
White with #A5FAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FAC9; }
p { color: rgb(165,250,201); }
H1.HeaderClassName
{
color: #A5FAC9;
}
.AnyTagClassName
{
color: #A5FAC9;
}
</style>
background-color css
<style>
a { background-color: #A5FAC9; }
a { background-color: rgb(165,250,201); }
div.DivClassName
{
background-color: #A5FAC9;
}
.BgClassName
{
background-color: #A5FAC9;
}
</style>
border-color css
<style>
span { border-color: #A5FAC9; }
span { border-color: rgb(165,250,201); }
td.TdClassName
{
border-color: #A5FAC9;
}
.TagClassName
{
border-color: #A5FAC9;
}
</style>