Shades of Magic Mint #A1FFCD
Tints of Magic Mint #A1FFCD
RGB
CMYK
RGB Variations
Color information
#A1FFCD (or 0xA1FFCD) is known color: Magic Mint. HEX triplet: A1, FF and CD. RGB value is (161,255,205). Sum of RGB (Red+Green+Blue) = 161+255+205=621 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.93% from 621); Green value is 255 (100% from 255 or 41.06% from 621); Blue value is 205 (80.47% from 255 or 33.01% from 621); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFCD is #5E0032. Grayscale: #DDDDDD. Windows color (decimal): -6160435 or 13500321. OLE color: 13500321.
HSL color Cylindrical-coordinate representation of color #A1FFCD: hue angle of 148.09º 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 #A1FFCD is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 205 | - |
| CMYK | 0.37 | 0 | 0.20 | 0 |
| HSL | 148.09º | 1% | 0.82% | - |
| HSV(B) | 148.09º | 0.37% | 1% | - |
| XYZ | 61.48 | 83.5 | 70.64 | - |
| YUV | 221.19 | 118.86 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 205 | 0.37 | 0 | 0.20 | 0 | 148.09 | 1 | 0.82 |
| Hex | A1 | FF | CD | 25 | 0 | 14 | 0 | 94 | 64 | 52 |
| Octal | 241 | 377 | 315 | 45 | 0 | 24 | 0 | 224 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11001101 | 100101 | 0 | 10100 | 0 | 10010100 | 1100100 | 1010010 |
Color Harmonies of #A1FFCD
Complementary color
Monochromatic Colors of #A1FFCD
Black with #A1FFCD
Text Example
Text Example
White with #A1FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFCD; }
p { color: rgb(161,255,205); }
H1.HeaderClassName
{
color: #A1FFCD;
}
.AnyTagClassName
{
color: #A1FFCD;
}
</style>
background-color css
<style>
a { background-color: #A1FFCD; }
a { background-color: rgb(161,255,205); }
div.DivClassName
{
background-color: #A1FFCD;
}
.BgClassName
{
background-color: #A1FFCD;
}
</style>
border-color css
<style>
span { border-color: #A1FFCD; }
span { border-color: rgb(161,255,205); }
td.TdClassName
{
border-color: #A1FFCD;
}
.TagClassName
{
border-color: #A1FFCD;
}
</style>