Shades of Magic Mint #A1F8D6
Tints of Magic Mint #A1F8D6
RGB
CMYK
RGB Variations
Color information
#A1F8D6 (or 0xA1F8D6) is known color: Magic Mint. HEX triplet: A1, F8 and D6. RGB value is (161,248,214). Sum of RGB (Red+Green+Blue) = 161+248+214=623 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.84% from 623); Green value is 248 (97.27% from 255 or 39.81% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 248 - color contains mainly: green. Hex color #A1F8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F8D6 is #5E0729. Grayscale: #DADADA. Windows color (decimal): -6162218 or 14088353. OLE color: 14088353.
HSL color Cylindrical-coordinate representation of color #A1F8D6: hue angle of 156.55º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F8D6 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 248 | 214 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.03 |
| HSL | 156.55º | 0.86% | 0.8% | - |
| HSV(B) | 156.55º | 0.35% | 0.97% | - |
| XYZ | 60.4 | 79.57 | 75.79 | - |
| YUV | 218.11 | 125.68 | 87.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 248 | 214 | 0.35 | 0 | 0.14 | 0.03 | 156.55 | 0.86 | 0.8 |
| Hex | A1 | F8 | D6 | 23 | 0 | E | 3 | 9D | 56 | 50 |
| Octal | 241 | 370 | 326 | 43 | 0 | 16 | 3 | 235 | 126 | 120 |
| Binary | 10100001 | 11111000 | 11010110 | 100011 | 0 | 1110 | 11 | 10011101 | 1010110 | 1010000 |
Color Harmonies of #A1F8D6
Complementary color
Monochromatic Colors of #A1F8D6
Black with #A1F8D6
Text Example
Text Example
White with #A1F8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F8D6; }
p { color: rgb(161,248,214); }
H1.HeaderClassName
{
color: #A1F8D6;
}
.AnyTagClassName
{
color: #A1F8D6;
}
</style>
background-color css
<style>
a { background-color: #A1F8D6; }
a { background-color: rgb(161,248,214); }
div.DivClassName
{
background-color: #A1F8D6;
}
.BgClassName
{
background-color: #A1F8D6;
}
</style>
border-color css
<style>
span { border-color: #A1F8D6; }
span { border-color: rgb(161,248,214); }
td.TdClassName
{
border-color: #A1F8D6;
}
.TagClassName
{
border-color: #A1F8D6;
}
</style>