Shades of Magic Mint #A9FED8
Tints of Magic Mint #A9FED8
RGB
CMYK
RGB Variations
Color information
#A9FED8 (or 0xA9FED8) is known color: Magic Mint. HEX triplet: A9, FE and D8. RGB value is (169,254,216). Sum of RGB (Red+Green+Blue) = 169+254+216=639 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.45% from 639); Green value is 254 (99.61% from 255 or 39.75% from 639); Blue value is 216 (84.77% from 255 or 33.80% from 639); Max value from RGB is 254 - color contains mainly: green. Hex color #A9FED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FED8 is #560127. Grayscale: #E0E0E0. Windows color (decimal): -5636392 or 14220969. OLE color: 14220969.
HSL color Cylindrical-coordinate representation of color #A9FED8: hue angle of 153.18º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FED8 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 254 | 216 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.00 |
| HSL | 153.18º | 0.98% | 0.83% | - |
| HSV(B) | 153.18º | 0.33% | 1% | - |
| XYZ | 64.2 | 84.28 | 77.85 | - |
| YUV | 224.25 | 123.34 | 88.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 254 | 216 | 0.33 | 0 | 0.15 | 0.00 | 153.18 | 0.98 | 0.83 |
| Hex | A9 | FE | D8 | 21 | 0 | F | 0 | 99 | 62 | 53 |
| Octal | 251 | 376 | 330 | 41 | 0 | 17 | 0 | 231 | 142 | 123 |
| Binary | 10101001 | 11111110 | 11011000 | 100001 | 0 | 1111 | 0 | 10011001 | 1100010 | 1010011 |
Color Harmonies of #A9FED8
Complementary color
Monochromatic Colors of #A9FED8
Black with #A9FED8
Text Example
Text Example
White with #A9FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FED8; }
p { color: rgb(169,254,216); }
H1.HeaderClassName
{
color: #A9FED8;
}
.AnyTagClassName
{
color: #A9FED8;
}
</style>
background-color css
<style>
a { background-color: #A9FED8; }
a { background-color: rgb(169,254,216); }
div.DivClassName
{
background-color: #A9FED8;
}
.BgClassName
{
background-color: #A9FED8;
}
</style>
border-color css
<style>
span { border-color: #A9FED8; }
span { border-color: rgb(169,254,216); }
td.TdClassName
{
border-color: #A9FED8;
}
.TagClassName
{
border-color: #A9FED8;
}
</style>