Shades of Magic Mint #A1FCDF
Tints of Magic Mint #A1FCDF
RGB
CMYK
RGB Variations
Color information
#A1FCDF (or 0xA1FCDF) is known color: Magic Mint. HEX triplet: A1, FC and DF. RGB value is (161,252,223). Sum of RGB (Red+Green+Blue) = 161+252+223=636 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.31% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCDF is #5E0320. Grayscale: #DDDDDD. Windows color (decimal): -6161185 or 14679201. OLE color: 14679201.
HSL color Cylindrical-coordinate representation of color #A1FCDF: hue angle of 160.88º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FCDF is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 223 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.01 |
| HSL | 160.88º | 0.94% | 0.81% | - |
| HSV(B) | 160.88º | 0.36% | 0.99% | - |
| XYZ | 62.83 | 82.53 | 82.43 | - |
| YUV | 221.49 | 128.85 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 223 | 0.36 | 0 | 0.12 | 0.01 | 160.88 | 0.94 | 0.81 |
| Hex | A1 | FC | DF | 24 | 0 | C | 1 | A1 | 5E | 51 |
| Octal | 241 | 374 | 337 | 44 | 0 | 14 | 1 | 241 | 136 | 121 |
| Binary | 10100001 | 11111100 | 11011111 | 100100 | 0 | 1100 | 1 | 10100001 | 1011110 | 1010001 |
Color Harmonies of #A1FCDF
Complementary color
Monochromatic Colors of #A1FCDF
Black with #A1FCDF
Text Example
Text Example
White with #A1FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCDF; }
p { color: rgb(161,252,223); }
H1.HeaderClassName
{
color: #A1FCDF;
}
.AnyTagClassName
{
color: #A1FCDF;
}
</style>
background-color css
<style>
a { background-color: #A1FCDF; }
a { background-color: rgb(161,252,223); }
div.DivClassName
{
background-color: #A1FCDF;
}
.BgClassName
{
background-color: #A1FCDF;
}
</style>
border-color css
<style>
span { border-color: #A1FCDF; }
span { border-color: rgb(161,252,223); }
td.TdClassName
{
border-color: #A1FCDF;
}
.TagClassName
{
border-color: #A1FCDF;
}
</style>