Shades of Magic Mint #A9F1D3
Tints of Magic Mint #A9F1D3
RGB
CMYK
RGB Variations
Color information
#A9F1D3 (or 0xA9F1D3) is known color: Magic Mint. HEX triplet: A9, F1 and D3. RGB value is (169,241,211). Sum of RGB (Red+Green+Blue) = 169+241+211=621 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.21% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 211 (82.81% from 255 or 33.98% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F1D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F1D3 is #560E2C. Grayscale: #D8D8D8. Windows color (decimal): -5639725 or 13889961. OLE color: 13889961.
HSL color Cylindrical-coordinate representation of color #A9F1D3: hue angle of 155º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F1D3 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 241 | 211 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.05 |
| HSL | 155º | 0.72% | 0.8% | - |
| HSV(B) | 155º | 0.3% | 0.95% | - |
| XYZ | 59.58 | 76.05 | 73.17 | - |
| YUV | 216.05 | 125.15 | 94.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 241 | 211 | 0.30 | 0 | 0.12 | 0.05 | 155 | 0.72 | 0.8 |
| Hex | A9 | F1 | D3 | 1E | 0 | C | 5 | 9B | 48 | 50 |
| Octal | 251 | 361 | 323 | 36 | 0 | 14 | 5 | 233 | 110 | 120 |
| Binary | 10101001 | 11110001 | 11010011 | 11110 | 0 | 1100 | 101 | 10011011 | 1001000 | 1010000 |
Color Harmonies of #A9F1D3
Complementary color
Monochromatic Colors of #A9F1D3
Black with #A9F1D3
Text Example
Text Example
White with #A9F1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F1D3; }
p { color: rgb(169,241,211); }
H1.HeaderClassName
{
color: #A9F1D3;
}
.AnyTagClassName
{
color: #A9F1D3;
}
</style>
background-color css
<style>
a { background-color: #A9F1D3; }
a { background-color: rgb(169,241,211); }
div.DivClassName
{
background-color: #A9F1D3;
}
.BgClassName
{
background-color: #A9F1D3;
}
</style>
border-color css
<style>
span { border-color: #A9F1D3; }
span { border-color: rgb(169,241,211); }
td.TdClassName
{
border-color: #A9F1D3;
}
.TagClassName
{
border-color: #A9F1D3;
}
</style>