Shades of Magic Mint #A1F2D9
Tints of Magic Mint #A1F2D9
RGB
CMYK
RGB Variations
Color information
#A1F2D9 (or 0xA1F2D9) is known color: Magic Mint. HEX triplet: A1, F2 and D9. RGB value is (161,242,217). Sum of RGB (Red+Green+Blue) = 161+242+217=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 217 (85.16% from 255 or 35% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F2D9 is #5E0D26. Grayscale: #D6D6D6. Windows color (decimal): -6163751 or 14283425. OLE color: 14283425.
HSL color Cylindrical-coordinate representation of color #A1F2D9: hue angle of 161.48º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F2D9 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 217 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.05 |
| HSL | 161.48º | 0.76% | 0.79% | - |
| HSV(B) | 161.48º | 0.33% | 0.95% | - |
| XYZ | 58.97 | 76.09 | 77.22 | - |
| YUV | 214.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 217 | 0.33 | 0 | 0.10 | 0.05 | 161.48 | 0.76 | 0.79 |
| Hex | A1 | F2 | D9 | 21 | 0 | A | 5 | A1 | 4C | 4F |
| Octal | 241 | 362 | 331 | 41 | 0 | 12 | 5 | 241 | 114 | 117 |
| Binary | 10100001 | 11110010 | 11011001 | 100001 | 0 | 1010 | 101 | 10100001 | 1001100 | 1001111 |
Color Harmonies of #A1F2D9
Complementary color
Monochromatic Colors of #A1F2D9
Black with #A1F2D9
Text Example
Text Example
White with #A1F2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F2D9; }
p { color: rgb(161,242,217); }
H1.HeaderClassName
{
color: #A1F2D9;
}
.AnyTagClassName
{
color: #A1F2D9;
}
</style>
background-color css
<style>
a { background-color: #A1F2D9; }
a { background-color: rgb(161,242,217); }
div.DivClassName
{
background-color: #A1F2D9;
}
.BgClassName
{
background-color: #A1F2D9;
}
</style>
border-color css
<style>
span { border-color: #A1F2D9; }
span { border-color: rgb(161,242,217); }
td.TdClassName
{
border-color: #A1F2D9;
}
.TagClassName
{
border-color: #A1F2D9;
}
</style>