Shades of Magic Mint #A1FFDC
Tints of Magic Mint #A1FFDC
RGB
CMYK
RGB Variations
Color information
#A1FFDC (or 0xA1FFDC) is known color: Magic Mint. HEX triplet: A1, FF and DC. RGB value is (161,255,220). Sum of RGB (Red+Green+Blue) = 161+255+220=636 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.31% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFDC is #5E0023. Grayscale: #DEDEDE. Windows color (decimal): -6160420 or 14483361. OLE color: 14483361.
HSL color Cylindrical-coordinate representation of color #A1FFDC: hue angle of 157.66º 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 #A1FFDC is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 220 | - |
| CMYK | 0.37 | 0 | 0.14 | 0 |
| HSL | 157.66º | 1% | 0.82% | - |
| HSV(B) | 157.66º | 0.37% | 1% | - |
| XYZ | 63.38 | 84.26 | 80.63 | - |
| YUV | 222.9 | 126.36 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 220 | 0.37 | 0 | 0.14 | 0 | 157.66 | 1 | 0.82 |
| Hex | A1 | FF | DC | 25 | 0 | E | 0 | 9E | 64 | 52 |
| Octal | 241 | 377 | 334 | 45 | 0 | 16 | 0 | 236 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11011100 | 100101 | 0 | 1110 | 0 | 10011110 | 1100100 | 1010010 |
Color Harmonies of #A1FFDC
Complementary color
Monochromatic Colors of #A1FFDC
Black with #A1FFDC
Text Example
Text Example
White with #A1FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFDC; }
p { color: rgb(161,255,220); }
H1.HeaderClassName
{
color: #A1FFDC;
}
.AnyTagClassName
{
color: #A1FFDC;
}
</style>
background-color css
<style>
a { background-color: #A1FFDC; }
a { background-color: rgb(161,255,220); }
div.DivClassName
{
background-color: #A1FFDC;
}
.BgClassName
{
background-color: #A1FFDC;
}
</style>
border-color css
<style>
span { border-color: #A1FFDC; }
span { border-color: rgb(161,255,220); }
td.TdClassName
{
border-color: #A1FFDC;
}
.TagClassName
{
border-color: #A1FFDC;
}
</style>