Shades of Magic Mint #A8FADF
Tints of Magic Mint #A8FADF
RGB
CMYK
RGB Variations
Color information
#A8FADF (or 0xA8FADF) is known color: Magic Mint. HEX triplet: A8, FA and DF. RGB value is (168,250,223). Sum of RGB (Red+Green+Blue) = 168+250+223=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 223 (87.5% from 255 or 34.79% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FADF is #570520. Grayscale: #DEDEDE. Windows color (decimal): -5702945 or 14678696. OLE color: 14678696.
HSL color Cylindrical-coordinate representation of color #A8FADF: hue angle of 160.24º 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 #A8FADF is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 223 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.02 |
| HSL | 160.24º | 0.89% | 0.82% | - |
| HSV(B) | 160.24º | 0.33% | 0.98% | - |
| XYZ | 63.65 | 82.02 | 82.29 | - |
| YUV | 222.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 223 | 0.33 | 0 | 0.11 | 0.02 | 160.24 | 0.89 | 0.82 |
| Hex | A8 | FA | DF | 21 | 0 | B | 2 | A0 | 59 | 52 |
| Octal | 250 | 372 | 337 | 41 | 0 | 13 | 2 | 240 | 131 | 122 |
| Binary | 10101000 | 11111010 | 11011111 | 100001 | 0 | 1011 | 10 | 10100000 | 1011001 | 1010010 |
Color Harmonies of #A8FADF
Complementary color
Monochromatic Colors of #A8FADF
Black with #A8FADF
Text Example
Text Example
White with #A8FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FADF; }
p { color: rgb(168,250,223); }
H1.HeaderClassName
{
color: #A8FADF;
}
.AnyTagClassName
{
color: #A8FADF;
}
</style>
background-color css
<style>
a { background-color: #A8FADF; }
a { background-color: rgb(168,250,223); }
div.DivClassName
{
background-color: #A8FADF;
}
.BgClassName
{
background-color: #A8FADF;
}
</style>
border-color css
<style>
span { border-color: #A8FADF; }
span { border-color: rgb(168,250,223); }
td.TdClassName
{
border-color: #A8FADF;
}
.TagClassName
{
border-color: #A8FADF;
}
</style>