Shades of Magic Mint #A1F9DF
Tints of Magic Mint #A1F9DF
RGB
CMYK
RGB Variations
Color information
#A1F9DF (or 0xA1F9DF) is known color: Magic Mint. HEX triplet: A1, F9 and DF. RGB value is (161,249,223). Sum of RGB (Red+Green+Blue) = 161+249+223=633 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.43% from 633); Green value is 249 (97.66% from 255 or 39.34% from 633); Blue value is 223 (87.5% from 255 or 35.23% from 633); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9DF is #5E0620. Grayscale: #DBDBDB. Windows color (decimal): -6161953 or 14678433. OLE color: 14678433.
HSL color Cylindrical-coordinate representation of color #A1F9DF: hue angle of 162.27º 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 #A1F9DF is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 223 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.02 |
| HSL | 162.27º | 0.88% | 0.8% | - |
| HSV(B) | 162.27º | 0.35% | 0.98% | - |
| XYZ | 61.89 | 80.66 | 82.12 | - |
| YUV | 219.72 | 129.85 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 223 | 0.35 | 0 | 0.10 | 0.02 | 162.27 | 0.88 | 0.8 |
| Hex | A1 | F9 | DF | 23 | 0 | A | 2 | A2 | 58 | 50 |
| Octal | 241 | 371 | 337 | 43 | 0 | 12 | 2 | 242 | 130 | 120 |
| Binary | 10100001 | 11111001 | 11011111 | 100011 | 0 | 1010 | 10 | 10100010 | 1011000 | 1010000 |
Color Harmonies of #A1F9DF
Complementary color
Monochromatic Colors of #A1F9DF
Black with #A1F9DF
Text Example
Text Example
White with #A1F9DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9DF; }
p { color: rgb(161,249,223); }
H1.HeaderClassName
{
color: #A1F9DF;
}
.AnyTagClassName
{
color: #A1F9DF;
}
</style>
background-color css
<style>
a { background-color: #A1F9DF; }
a { background-color: rgb(161,249,223); }
div.DivClassName
{
background-color: #A1F9DF;
}
.BgClassName
{
background-color: #A1F9DF;
}
</style>
border-color css
<style>
span { border-color: #A1F9DF; }
span { border-color: rgb(161,249,223); }
td.TdClassName
{
border-color: #A1F9DF;
}
.TagClassName
{
border-color: #A1F9DF;
}
</style>