Shades of Magic Mint #A1FFD3
Tints of Magic Mint #A1FFD3
RGB
CMYK
RGB Variations
Color information
#A1FFD3 (or 0xA1FFD3) is known color: Magic Mint. HEX triplet: A1, FF and D3. RGB value is (161,255,211). Sum of RGB (Red+Green+Blue) = 161+255+211=627 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.68% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 211 (82.81% from 255 or 33.65% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFD3 is #5E002C. Grayscale: #DDDDDD. Windows color (decimal): -6160429 or 13893537. OLE color: 13893537.
HSL color Cylindrical-coordinate representation of color #A1FFD3: hue angle of 151.91º 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 #A1FFD3 is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 211 | - |
| CMYK | 0.37 | 0 | 0.17 | 0 |
| HSL | 151.91º | 1% | 0.82% | - |
| HSV(B) | 151.91º | 0.37% | 1% | - |
| XYZ | 62.22 | 83.8 | 74.52 | - |
| YUV | 221.88 | 121.86 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 211 | 0.37 | 0 | 0.17 | 0 | 151.91 | 1 | 0.82 |
| Hex | A1 | FF | D3 | 25 | 0 | 11 | 0 | 98 | 64 | 52 |
| Octal | 241 | 377 | 323 | 45 | 0 | 21 | 0 | 230 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11010011 | 100101 | 0 | 10001 | 0 | 10011000 | 1100100 | 1010010 |
Color Harmonies of #A1FFD3
Complementary color
Monochromatic Colors of #A1FFD3
Black with #A1FFD3
Text Example
Text Example
White with #A1FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFD3; }
p { color: rgb(161,255,211); }
H1.HeaderClassName
{
color: #A1FFD3;
}
.AnyTagClassName
{
color: #A1FFD3;
}
</style>
background-color css
<style>
a { background-color: #A1FFD3; }
a { background-color: rgb(161,255,211); }
div.DivClassName
{
background-color: #A1FFD3;
}
.BgClassName
{
background-color: #A1FFD3;
}
</style>
border-color css
<style>
span { border-color: #A1FFD3; }
span { border-color: rgb(161,255,211); }
td.TdClassName
{
border-color: #A1FFD3;
}
.TagClassName
{
border-color: #A1FFD3;
}
</style>