Shades of Magic Mint #A1F2DB
Tints of Magic Mint #A1F2DB
RGB
CMYK
RGB Variations
Color information
#A1F2DB (or 0xA1F2DB) is known color: Magic Mint. HEX triplet: A1, F2 and DB. RGB value is (161,242,219). Sum of RGB (Red+Green+Blue) = 161+242+219=622 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.88% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F2DB is #5E0D24. Grayscale: #D7D7D7. Windows color (decimal): -6163749 or 14414497. OLE color: 14414497.
HSL color Cylindrical-coordinate representation of color #A1F2DB: hue angle of 162.96º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F2DB is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 219 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.05 |
| HSL | 162.96º | 0.76% | 0.79% | - |
| HSV(B) | 162.96º | 0.33% | 0.95% | - |
| XYZ | 59.24 | 76.2 | 78.6 | - |
| YUV | 215.16 | 130.16 | 89.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 219 | 0.33 | 0 | 0.10 | 0.05 | 162.96 | 0.76 | 0.79 |
| Hex | A1 | F2 | DB | 21 | 0 | A | 5 | A3 | 4C | 4F |
| Octal | 241 | 362 | 333 | 41 | 0 | 12 | 5 | 243 | 114 | 117 |
| Binary | 10100001 | 11110010 | 11011011 | 100001 | 0 | 1010 | 101 | 10100011 | 1001100 | 1001111 |
Color Harmonies of #A1F2DB
Complementary color
Monochromatic Colors of #A1F2DB
Black with #A1F2DB
Text Example
Text Example
White with #A1F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F2DB; }
p { color: rgb(161,242,219); }
H1.HeaderClassName
{
color: #A1F2DB;
}
.AnyTagClassName
{
color: #A1F2DB;
}
</style>
background-color css
<style>
a { background-color: #A1F2DB; }
a { background-color: rgb(161,242,219); }
div.DivClassName
{
background-color: #A1F2DB;
}
.BgClassName
{
background-color: #A1F2DB;
}
</style>
border-color css
<style>
span { border-color: #A1F2DB; }
span { border-color: rgb(161,242,219); }
td.TdClassName
{
border-color: #A1F2DB;
}
.TagClassName
{
border-color: #A1F2DB;
}
</style>