Shades of Magic Mint #A1F1DA
Tints of Magic Mint #A1F1DA
RGB
CMYK
RGB Variations
Color information
#A1F1DA (or 0xA1F1DA) is known color: Magic Mint. HEX triplet: A1, F1 and DA. RGB value is (161,241,218). Sum of RGB (Red+Green+Blue) = 161+241+218=620 (82% of max value = 765). Red value is 161 (63.28% from 255 or 25.97% from 620); Green value is 241 (94.53% from 255 or 38.87% from 620); Blue value is 218 (85.55% from 255 or 35.16% from 620); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F1DA is #5E0E25. Grayscale: #D6D6D6. Windows color (decimal): -6164006 or 14348705. OLE color: 14348705.
HSL color Cylindrical-coordinate representation of color #A1F1DA: hue angle of 162.75º degrees, saturation: 0.74, 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 #A1F1DA is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 218 | - |
| CMYK | 0.33 | 0 | 0.10 | 0.05 |
| HSL | 162.75º | 0.74% | 0.79% | - |
| HSV(B) | 162.75º | 0.33% | 0.95% | - |
| XYZ | 58.81 | 75.55 | 77.81 | - |
| YUV | 214.46 | 130 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 218 | 0.33 | 0 | 0.10 | 0.05 | 162.75 | 0.74 | 0.79 |
| Hex | A1 | F1 | DA | 21 | 0 | A | 5 | A3 | 4A | 4F |
| Octal | 241 | 361 | 332 | 41 | 0 | 12 | 5 | 243 | 112 | 117 |
| Binary | 10100001 | 11110001 | 11011010 | 100001 | 0 | 1010 | 101 | 10100011 | 1001010 | 1001111 |
Color Harmonies of #A1F1DA
Complementary color
Monochromatic Colors of #A1F1DA
Black with #A1F1DA
Text Example
Text Example
White with #A1F1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F1DA; }
p { color: rgb(161,241,218); }
H1.HeaderClassName
{
color: #A1F1DA;
}
.AnyTagClassName
{
color: #A1F1DA;
}
</style>
background-color css
<style>
a { background-color: #A1F1DA; }
a { background-color: rgb(161,241,218); }
div.DivClassName
{
background-color: #A1F1DA;
}
.BgClassName
{
background-color: #A1F1DA;
}
</style>
border-color css
<style>
span { border-color: #A1F1DA; }
span { border-color: rgb(161,241,218); }
td.TdClassName
{
border-color: #A1F1DA;
}
.TagClassName
{
border-color: #A1F1DA;
}
</style>