Shades of Magic Mint #A9FCCC
Tints of Magic Mint #A9FCCC
RGB
CMYK
RGB Variations
Color information
#A9FCCC (or 0xA9FCCC) is known color: Magic Mint. HEX triplet: A9, FC and CC. RGB value is (169,252,204). Sum of RGB (Red+Green+Blue) = 169+252+204=625 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.04% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 204 (80.08% from 255 or 32.64% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #A9FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FCCC is #560333. Grayscale: #DDDDDD. Windows color (decimal): -5636916 or 13434025. OLE color: 13434025.
HSL color Cylindrical-coordinate representation of color #A9FCCC: hue angle of 145.3º 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 #A9FCCC is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 252 | 204 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.01 |
| HSL | 145.3º | 0.93% | 0.83% | - |
| HSV(B) | 145.3º | 0.33% | 0.99% | - |
| XYZ | 62.07 | 82.42 | 69.76 | - |
| YUV | 221.71 | 118 | 90.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 252 | 204 | 0.33 | 0 | 0.19 | 0.01 | 145.3 | 0.93 | 0.83 |
| Hex | A9 | FC | CC | 21 | 0 | 13 | 1 | 91 | 5D | 53 |
| Octal | 251 | 374 | 314 | 41 | 0 | 23 | 1 | 221 | 135 | 123 |
| Binary | 10101001 | 11111100 | 11001100 | 100001 | 0 | 10011 | 1 | 10010001 | 1011101 | 1010011 |
Color Harmonies of #A9FCCC
Complementary color
Monochromatic Colors of #A9FCCC
Black with #A9FCCC
Text Example
Text Example
White with #A9FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FCCC; }
p { color: rgb(169,252,204); }
H1.HeaderClassName
{
color: #A9FCCC;
}
.AnyTagClassName
{
color: #A9FCCC;
}
</style>
background-color css
<style>
a { background-color: #A9FCCC; }
a { background-color: rgb(169,252,204); }
div.DivClassName
{
background-color: #A9FCCC;
}
.BgClassName
{
background-color: #A9FCCC;
}
</style>
border-color css
<style>
span { border-color: #A9FCCC; }
span { border-color: rgb(169,252,204); }
td.TdClassName
{
border-color: #A9FCCC;
}
.TagClassName
{
border-color: #A9FCCC;
}
</style>