Shades of Magic Mint #A9FCCF
Tints of Magic Mint #A9FCCF
RGB
CMYK
RGB Variations
Color information
#A9FCCF (or 0xA9FCCF) is known color: Magic Mint. HEX triplet: A9, FC and CF. RGB value is (169,252,207). Sum of RGB (Red+Green+Blue) = 169+252+207=628 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.91% from 628); Green value is 252 (98.83% from 255 or 40.13% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 252 - color contains mainly: green. Hex color #A9FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FCCF is #560330. Grayscale: #DEDEDE. Windows color (decimal): -5636913 or 13630633. OLE color: 13630633.
HSL color Cylindrical-coordinate representation of color #A9FCCF: hue angle of 147.47º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FCCF is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 252 | 207 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.01 |
| HSL | 147.47º | 0.93% | 0.83% | - |
| HSV(B) | 147.47º | 0.33% | 0.99% | - |
| XYZ | 62.44 | 82.56 | 71.68 | - |
| YUV | 222.05 | 119.5 | 90.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 252 | 207 | 0.33 | 0 | 0.18 | 0.01 | 147.47 | 0.93 | 0.83 |
| Hex | A9 | FC | CF | 21 | 0 | 12 | 1 | 93 | 5D | 53 |
| Octal | 251 | 374 | 317 | 41 | 0 | 22 | 1 | 223 | 135 | 123 |
| Binary | 10101001 | 11111100 | 11001111 | 100001 | 0 | 10010 | 1 | 10010011 | 1011101 | 1010011 |
Color Harmonies of #A9FCCF
Complementary color
Monochromatic Colors of #A9FCCF
Black with #A9FCCF
Text Example
Text Example
White with #A9FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FCCF; }
p { color: rgb(169,252,207); }
H1.HeaderClassName
{
color: #A9FCCF;
}
.AnyTagClassName
{
color: #A9FCCF;
}
</style>
background-color css
<style>
a { background-color: #A9FCCF; }
a { background-color: rgb(169,252,207); }
div.DivClassName
{
background-color: #A9FCCF;
}
.BgClassName
{
background-color: #A9FCCF;
}
</style>
border-color css
<style>
span { border-color: #A9FCCF; }
span { border-color: rgb(169,252,207); }
td.TdClassName
{
border-color: #A9FCCF;
}
.TagClassName
{
border-color: #A9FCCF;
}
</style>