Shades of Magic Mint #A1FBDF
Tints of Magic Mint #A1FBDF
RGB
CMYK
RGB Variations
Color information
#A1FBDF (or 0xA1FBDF) is known color: Magic Mint. HEX triplet: A1, FB and DF. RGB value is (161,251,223). Sum of RGB (Red+Green+Blue) = 161+251+223=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 223 (87.5% from 255 or 35.12% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBDF is #5E0420. Grayscale: #DCDCDC. Windows color (decimal): -6161441 or 14678945. OLE color: 14678945.
HSL color Cylindrical-coordinate representation of color #A1FBDF: hue angle of 161.33º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FBDF is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 223 | - |
| CMYK | 0.36 | 0 | 0.11 | 0.02 |
| HSL | 161.33º | 0.92% | 0.81% | - |
| HSV(B) | 161.33º | 0.36% | 0.98% | - |
| XYZ | 62.51 | 81.9 | 82.33 | - |
| YUV | 220.9 | 129.18 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 223 | 0.36 | 0 | 0.11 | 0.02 | 161.33 | 0.92 | 0.81 |
| Hex | A1 | FB | DF | 24 | 0 | B | 2 | A1 | 5C | 51 |
| Octal | 241 | 373 | 337 | 44 | 0 | 13 | 2 | 241 | 134 | 121 |
| Binary | 10100001 | 11111011 | 11011111 | 100100 | 0 | 1011 | 10 | 10100001 | 1011100 | 1010001 |
Color Harmonies of #A1FBDF
Complementary color
Monochromatic Colors of #A1FBDF
Black with #A1FBDF
Text Example
Text Example
White with #A1FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FBDF; }
p { color: rgb(161,251,223); }
H1.HeaderClassName
{
color: #A1FBDF;
}
.AnyTagClassName
{
color: #A1FBDF;
}
</style>
background-color css
<style>
a { background-color: #A1FBDF; }
a { background-color: rgb(161,251,223); }
div.DivClassName
{
background-color: #A1FBDF;
}
.BgClassName
{
background-color: #A1FBDF;
}
</style>
border-color css
<style>
span { border-color: #A1FBDF; }
span { border-color: rgb(161,251,223); }
td.TdClassName
{
border-color: #A1FBDF;
}
.TagClassName
{
border-color: #A1FBDF;
}
</style>