Shades of Magic Mint #A1F9DB
Tints of Magic Mint #A1F9DB
RGB
CMYK
RGB Variations
Color information
#A1F9DB (or 0xA1F9DB) is known color: Magic Mint. HEX triplet: A1, F9 and DB. RGB value is (161,249,219). Sum of RGB (Red+Green+Blue) = 161+249+219=629 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.60% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9DB is #5E0624. Grayscale: #DBDBDB. Windows color (decimal): -6161957 or 14416289. OLE color: 14416289.
HSL color Cylindrical-coordinate representation of color #A1F9DB: hue angle of 159.55º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9DB is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 219 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.02 |
| HSL | 159.55º | 0.88% | 0.8% | - |
| HSV(B) | 159.55º | 0.35% | 0.98% | - |
| XYZ | 61.36 | 80.44 | 79.31 | - |
| YUV | 219.27 | 127.85 | 86.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 219 | 0.35 | 0 | 0.12 | 0.02 | 159.55 | 0.88 | 0.8 |
| Hex | A1 | F9 | DB | 23 | 0 | C | 2 | A0 | 58 | 50 |
| Octal | 241 | 371 | 333 | 43 | 0 | 14 | 2 | 240 | 130 | 120 |
| Binary | 10100001 | 11111001 | 11011011 | 100011 | 0 | 1100 | 10 | 10100000 | 1011000 | 1010000 |
Color Harmonies of #A1F9DB
Complementary color
Monochromatic Colors of #A1F9DB
Black with #A1F9DB
Text Example
Text Example
White with #A1F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9DB; }
p { color: rgb(161,249,219); }
H1.HeaderClassName
{
color: #A1F9DB;
}
.AnyTagClassName
{
color: #A1F9DB;
}
</style>
background-color css
<style>
a { background-color: #A1F9DB; }
a { background-color: rgb(161,249,219); }
div.DivClassName
{
background-color: #A1F9DB;
}
.BgClassName
{
background-color: #A1F9DB;
}
</style>
border-color css
<style>
span { border-color: #A1F9DB; }
span { border-color: rgb(161,249,219); }
td.TdClassName
{
border-color: #A1F9DB;
}
.TagClassName
{
border-color: #A1F9DB;
}
</style>