Shades of Magic Mint #A9FACB
Tints of Magic Mint #A9FACB
RGB
CMYK
RGB Variations
Color information
#A9FACB (or 0xA9FACB) is known color: Magic Mint. HEX triplet: A9, FA and CB. RGB value is (169,250,203). Sum of RGB (Red+Green+Blue) = 169+250+203=622 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.17% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 203 (79.69% from 255 or 32.64% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FACB is #560534. Grayscale: #DCDCDC. Windows color (decimal): -5637429 or 13367977. OLE color: 13367977.
HSL color Cylindrical-coordinate representation of color #A9FACB: hue angle of 145.19º 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 #A9FACB is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 203 | - |
| CMYK | 0.32 | 0 | 0.19 | 0.02 |
| HSL | 145.19º | 0.89% | 0.82% | - |
| HSV(B) | 145.19º | 0.32% | 0.98% | - |
| XYZ | 61.33 | 81.12 | 68.92 | - |
| YUV | 220.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 203 | 0.32 | 0 | 0.19 | 0.02 | 145.19 | 0.89 | 0.82 |
| Hex | A9 | FA | CB | 20 | 0 | 13 | 2 | 91 | 59 | 52 |
| Octal | 251 | 372 | 313 | 40 | 0 | 23 | 2 | 221 | 131 | 122 |
| Binary | 10101001 | 11111010 | 11001011 | 100000 | 0 | 10011 | 10 | 10010001 | 1011001 | 1010010 |
Color Harmonies of #A9FACB
Complementary color
Monochromatic Colors of #A9FACB
Black with #A9FACB
Text Example
Text Example
White with #A9FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FACB; }
p { color: rgb(169,250,203); }
H1.HeaderClassName
{
color: #A9FACB;
}
.AnyTagClassName
{
color: #A9FACB;
}
</style>
background-color css
<style>
a { background-color: #A9FACB; }
a { background-color: rgb(169,250,203); }
div.DivClassName
{
background-color: #A9FACB;
}
.BgClassName
{
background-color: #A9FACB;
}
</style>
border-color css
<style>
span { border-color: #A9FACB; }
span { border-color: rgb(169,250,203); }
td.TdClassName
{
border-color: #A9FACB;
}
.TagClassName
{
border-color: #A9FACB;
}
</style>