Shades of Magic Mint #A8FACC
Tints of Magic Mint #A8FACC
RGB
CMYK
RGB Variations
Color information
#A8FACC (or 0xA8FACC) is known color: Magic Mint. HEX triplet: A8, FA and CC. RGB value is (168,250,204). Sum of RGB (Red+Green+Blue) = 168+250+204=622 (82% of max value = 765). Red value is 168 (66.02% from 255 or 27.01% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FACC is #570533. Grayscale: #DCDCDC. Windows color (decimal): -5702964 or 13433512. OLE color: 13433512.
HSL color Cylindrical-coordinate representation of color #A8FACC: hue angle of 146.34º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FACC is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 204 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.02 |
| HSL | 146.34º | 0.89% | 0.82% | - |
| HSV(B) | 146.34º | 0.33% | 0.98% | - |
| XYZ | 61.23 | 81.06 | 69.54 | - |
| YUV | 220.24 | 118.83 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 204 | 0.33 | 0 | 0.18 | 0.02 | 146.34 | 0.89 | 0.82 |
| Hex | A8 | FA | CC | 21 | 0 | 12 | 2 | 92 | 59 | 52 |
| Octal | 250 | 372 | 314 | 41 | 0 | 22 | 2 | 222 | 131 | 122 |
| Binary | 10101000 | 11111010 | 11001100 | 100001 | 0 | 10010 | 10 | 10010010 | 1011001 | 1010010 |
Color Harmonies of #A8FACC
Complementary color
Monochromatic Colors of #A8FACC
Black with #A8FACC
Text Example
Text Example
White with #A8FACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FACC; }
p { color: rgb(168,250,204); }
H1.HeaderClassName
{
color: #A8FACC;
}
.AnyTagClassName
{
color: #A8FACC;
}
</style>
background-color css
<style>
a { background-color: #A8FACC; }
a { background-color: rgb(168,250,204); }
div.DivClassName
{
background-color: #A8FACC;
}
.BgClassName
{
background-color: #A8FACC;
}
</style>
border-color css
<style>
span { border-color: #A8FACC; }
span { border-color: rgb(168,250,204); }
td.TdClassName
{
border-color: #A8FACC;
}
.TagClassName
{
border-color: #A8FACC;
}
</style>