Shades of Magic Mint #A6F8DC
Tints of Magic Mint #A6F8DC
RGB
CMYK
RGB Variations
Color information
#A6F8DC (or 0xA6F8DC) is known color: Magic Mint. HEX triplet: A6, F8 and DC. RGB value is (166,248,220). Sum of RGB (Red+Green+Blue) = 166+248+220=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 248 (97.27% from 255 or 39.12% from 634); Blue value is 220 (86.33% from 255 or 34.70% from 634); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F8DC is #590723. Grayscale: #DCDCDC. Windows color (decimal): -5834532 or 14481574. OLE color: 14481574.
HSL color Cylindrical-coordinate representation of color #A6F8DC: hue angle of 159.51º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F8DC is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 220 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.03 |
| HSL | 159.51º | 0.85% | 0.81% | - |
| HSV(B) | 159.51º | 0.33% | 0.97% | - |
| XYZ | 62.21 | 80.41 | 79.95 | - |
| YUV | 220.29 | 127.83 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 220 | 0.33 | 0 | 0.11 | 0.03 | 159.51 | 0.85 | 0.81 |
| Hex | A6 | F8 | DC | 21 | 0 | B | 3 | A0 | 55 | 51 |
| Octal | 246 | 370 | 334 | 41 | 0 | 13 | 3 | 240 | 125 | 121 |
| Binary | 10100110 | 11111000 | 11011100 | 100001 | 0 | 1011 | 11 | 10100000 | 1010101 | 1010001 |
Color Harmonies of #A6F8DC
Complementary color
Monochromatic Colors of #A6F8DC
Black with #A6F8DC
Text Example
Text Example
White with #A6F8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F8DC; }
p { color: rgb(166,248,220); }
H1.HeaderClassName
{
color: #A6F8DC;
}
.AnyTagClassName
{
color: #A6F8DC;
}
</style>
background-color css
<style>
a { background-color: #A6F8DC; }
a { background-color: rgb(166,248,220); }
div.DivClassName
{
background-color: #A6F8DC;
}
.BgClassName
{
background-color: #A6F8DC;
}
</style>
border-color css
<style>
span { border-color: #A6F8DC; }
span { border-color: rgb(166,248,220); }
td.TdClassName
{
border-color: #A6F8DC;
}
.TagClassName
{
border-color: #A6F8DC;
}
</style>