Shades of Magic Mint #A1FADB
Tints of Magic Mint #A1FADB
RGB
CMYK
RGB Variations
Color information
#A1FADB (or 0xA1FADB) is known color: Magic Mint. HEX triplet: A1, FA and DB. RGB value is (161,250,219). Sum of RGB (Red+Green+Blue) = 161+250+219=630 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.56% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FADB is #5E0524. Grayscale: #DBDBDB. Windows color (decimal): -6161701 or 14416545. OLE color: 14416545.
HSL color Cylindrical-coordinate representation of color #A1FADB: hue angle of 159.1º degrees, saturation: 0.9, 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 #A1FADB is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 219 | - |
| CMYK | 0.36 | 0 | 0.12 | 0.02 |
| HSL | 159.1º | 0.9% | 0.81% | - |
| HSV(B) | 159.1º | 0.36% | 0.98% | - |
| XYZ | 61.67 | 81.06 | 79.41 | - |
| YUV | 219.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 219 | 0.36 | 0 | 0.12 | 0.02 | 159.1 | 0.9 | 0.81 |
| Hex | A1 | FA | DB | 24 | 0 | C | 2 | 9F | 5A | 51 |
| Octal | 241 | 372 | 333 | 44 | 0 | 14 | 2 | 237 | 132 | 121 |
| Binary | 10100001 | 11111010 | 11011011 | 100100 | 0 | 1100 | 10 | 10011111 | 1011010 | 1010001 |
Color Harmonies of #A1FADB
Complementary color
Monochromatic Colors of #A1FADB
Black with #A1FADB
Text Example
Text Example
White with #A1FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FADB; }
p { color: rgb(161,250,219); }
H1.HeaderClassName
{
color: #A1FADB;
}
.AnyTagClassName
{
color: #A1FADB;
}
</style>
background-color css
<style>
a { background-color: #A1FADB; }
a { background-color: rgb(161,250,219); }
div.DivClassName
{
background-color: #A1FADB;
}
.BgClassName
{
background-color: #A1FADB;
}
</style>
border-color css
<style>
span { border-color: #A1FADB; }
span { border-color: rgb(161,250,219); }
td.TdClassName
{
border-color: #A1FADB;
}
.TagClassName
{
border-color: #A1FADB;
}
</style>