Shades of Magic Mint #A8F1D9
Tints of Magic Mint #A8F1D9
RGB
CMYK
RGB Variations
Color information
#A8F1D9 (or 0xA8F1D9) is known color: Magic Mint. HEX triplet: A8, F1 and D9. RGB value is (168,241,217). Sum of RGB (Red+Green+Blue) = 168+241+217=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 217 (85.16% from 255 or 34.66% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F1D9 is #570E26. Grayscale: #D8D8D8. Windows color (decimal): -5705255 or 14283176. OLE color: 14283176.
HSL color Cylindrical-coordinate representation of color #A8F1D9: hue angle of 160.27º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F1D9 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 217 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.05 |
| HSL | 160.27º | 0.72% | 0.8% | - |
| HSV(B) | 160.27º | 0.3% | 0.95% | - |
| XYZ | 60.13 | 76.25 | 77.19 | - |
| YUV | 216.44 | 128.32 | 93.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 217 | 0.30 | 0 | 0.10 | 0.05 | 160.27 | 0.72 | 0.8 |
| Hex | A8 | F1 | D9 | 1E | 0 | A | 5 | A0 | 48 | 50 |
| Octal | 250 | 361 | 331 | 36 | 0 | 12 | 5 | 240 | 110 | 120 |
| Binary | 10101000 | 11110001 | 11011001 | 11110 | 0 | 1010 | 101 | 10100000 | 1001000 | 1010000 |
Color Harmonies of #A8F1D9
Complementary color
Monochromatic Colors of #A8F1D9
Black with #A8F1D9
Text Example
Text Example
White with #A8F1D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F1D9; }
p { color: rgb(168,241,217); }
H1.HeaderClassName
{
color: #A8F1D9;
}
.AnyTagClassName
{
color: #A8F1D9;
}
</style>
background-color css
<style>
a { background-color: #A8F1D9; }
a { background-color: rgb(168,241,217); }
div.DivClassName
{
background-color: #A8F1D9;
}
.BgClassName
{
background-color: #A8F1D9;
}
</style>
border-color css
<style>
span { border-color: #A8F1D9; }
span { border-color: rgb(168,241,217); }
td.TdClassName
{
border-color: #A8F1D9;
}
.TagClassName
{
border-color: #A8F1D9;
}
</style>