Shades of Magic Mint #A1FFDB
Tints of Magic Mint #A1FFDB
RGB
CMYK
RGB Variations
Color information
#A1FFDB (or 0xA1FFDB) is known color: Magic Mint. HEX triplet: A1, FF and DB. RGB value is (161,255,219). Sum of RGB (Red+Green+Blue) = 161+255+219=635 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.35% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFDB is #5E0024. Grayscale: #DEDEDE. Windows color (decimal): -6160421 or 14417825. OLE color: 14417825.
HSL color Cylindrical-coordinate representation of color #A1FFDB: hue angle of 157.02º 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 #A1FFDB is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 219 | - |
| CMYK | 0.37 | 0 | 0.14 | 0 |
| HSL | 157.02º | 1% | 0.82% | - |
| HSV(B) | 157.02º | 0.37% | 1% | - |
| XYZ | 63.24 | 84.21 | 79.94 | - |
| YUV | 222.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 219 | 0.37 | 0 | 0.14 | 0 | 157.02 | 1 | 0.82 |
| Hex | A1 | FF | DB | 25 | 0 | E | 0 | 9D | 64 | 52 |
| Octal | 241 | 377 | 333 | 45 | 0 | 16 | 0 | 235 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11011011 | 100101 | 0 | 1110 | 0 | 10011101 | 1100100 | 1010010 |
Color Harmonies of #A1FFDB
Complementary color
Monochromatic Colors of #A1FFDB
Black with #A1FFDB
Text Example
Text Example
White with #A1FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFDB; }
p { color: rgb(161,255,219); }
H1.HeaderClassName
{
color: #A1FFDB;
}
.AnyTagClassName
{
color: #A1FFDB;
}
</style>
background-color css
<style>
a { background-color: #A1FFDB; }
a { background-color: rgb(161,255,219); }
div.DivClassName
{
background-color: #A1FFDB;
}
.BgClassName
{
background-color: #A1FFDB;
}
</style>
border-color css
<style>
span { border-color: #A1FFDB; }
span { border-color: rgb(161,255,219); }
td.TdClassName
{
border-color: #A1FFDB;
}
.TagClassName
{
border-color: #A1FFDB;
}
</style>