Shades of Magic Mint #A8F8DC
Tints of Magic Mint #A8F8DC
RGB
CMYK
RGB Variations
Color information
#A8F8DC (or 0xA8F8DC) is known color: Magic Mint. HEX triplet: A8, F8 and DC. RGB value is (168,248,220). Sum of RGB (Red+Green+Blue) = 168+248+220=636 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.42% from 636); Green value is 248 (97.27% from 255 or 38.99% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F8DC is #570723. Grayscale: #DCDCDC. Windows color (decimal): -5703460 or 14481576. OLE color: 14481576.
HSL color Cylindrical-coordinate representation of color #A8F8DC: hue angle of 159º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F8DC is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 220 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.03 |
| HSL | 159º | 0.85% | 0.82% | - |
| HSV(B) | 159º | 0.32% | 0.97% | - |
| XYZ | 62.63 | 80.63 | 79.97 | - |
| YUV | 220.89 | 127.5 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 220 | 0.32 | 0 | 0.11 | 0.03 | 159 | 0.85 | 0.82 |
| Hex | A8 | F8 | DC | 20 | 0 | B | 3 | 9F | 55 | 52 |
| Octal | 250 | 370 | 334 | 40 | 0 | 13 | 3 | 237 | 125 | 122 |
| Binary | 10101000 | 11111000 | 11011100 | 100000 | 0 | 1011 | 11 | 10011111 | 1010101 | 1010010 |
Color Harmonies of #A8F8DC
Complementary color
Monochromatic Colors of #A8F8DC
Black with #A8F8DC
Text Example
Text Example
White with #A8F8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F8DC; }
p { color: rgb(168,248,220); }
H1.HeaderClassName
{
color: #A8F8DC;
}
.AnyTagClassName
{
color: #A8F8DC;
}
</style>
background-color css
<style>
a { background-color: #A8F8DC; }
a { background-color: rgb(168,248,220); }
div.DivClassName
{
background-color: #A8F8DC;
}
.BgClassName
{
background-color: #A8F8DC;
}
</style>
border-color css
<style>
span { border-color: #A8F8DC; }
span { border-color: rgb(168,248,220); }
td.TdClassName
{
border-color: #A8F8DC;
}
.TagClassName
{
border-color: #A8F8DC;
}
</style>