Shades of Magic Mint #A1FFD4
Tints of Magic Mint #A1FFD4
RGB
CMYK
RGB Variations
Color information
#A1FFD4 (or 0xA1FFD4) is known color: Magic Mint. HEX triplet: A1, FF and D4. RGB value is (161,255,212). Sum of RGB (Red+Green+Blue) = 161+255+212=628 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.64% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFD4 is #5E002B. Grayscale: #DEDEDE. Windows color (decimal): -6160428 or 13959073. OLE color: 13959073.
HSL color Cylindrical-coordinate representation of color #A1FFD4: hue angle of 152.55º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFD4 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 212 | - |
| CMYK | 0.37 | 0 | 0.17 | 0 |
| HSL | 152.55º | 1% | 0.82% | - |
| HSV(B) | 152.55º | 0.37% | 1% | - |
| XYZ | 62.34 | 83.85 | 75.19 | - |
| YUV | 221.99 | 122.36 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 212 | 0.37 | 0 | 0.17 | 0 | 152.55 | 1 | 0.82 |
| Hex | A1 | FF | D4 | 25 | 0 | 11 | 0 | 99 | 64 | 52 |
| Octal | 241 | 377 | 324 | 45 | 0 | 21 | 0 | 231 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11010100 | 100101 | 0 | 10001 | 0 | 10011001 | 1100100 | 1010010 |
Color Harmonies of #A1FFD4
Complementary color
Monochromatic Colors of #A1FFD4
Black with #A1FFD4
Text Example
Text Example
White with #A1FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFD4; }
p { color: rgb(161,255,212); }
H1.HeaderClassName
{
color: #A1FFD4;
}
.AnyTagClassName
{
color: #A1FFD4;
}
</style>
background-color css
<style>
a { background-color: #A1FFD4; }
a { background-color: rgb(161,255,212); }
div.DivClassName
{
background-color: #A1FFD4;
}
.BgClassName
{
background-color: #A1FFD4;
}
</style>
border-color css
<style>
span { border-color: #A1FFD4; }
span { border-color: rgb(161,255,212); }
td.TdClassName
{
border-color: #A1FFD4;
}
.TagClassName
{
border-color: #A1FFD4;
}
</style>