Shades of Magic Mint #A9FEDD
Tints of Magic Mint #A9FEDD
RGB
CMYK
RGB Variations
Color information
#A9FEDD (or 0xA9FEDD) is known color: Magic Mint. HEX triplet: A9, FE and DD. RGB value is (169,254,221). Sum of RGB (Red+Green+Blue) = 169+254+221=644 (85% of max value = 765). Red value is 169 (66.41% from 255 or 26.24% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #A9FEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FEDD is #560122. Grayscale: #E0E0E0. Windows color (decimal): -5636387 or 14548649. OLE color: 14548649.
HSL color Cylindrical-coordinate representation of color #A9FEDD: hue angle of 156.71º 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 #A9FEDD is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 169 | 254 | 221 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.00 |
| HSL | 156.71º | 0.98% | 0.83% | - |
| HSV(B) | 156.71º | 0.33% | 1% | - |
| XYZ | 64.86 | 84.54 | 81.31 | - |
| YUV | 224.82 | 125.84 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 254 | 221 | 0.33 | 0 | 0.13 | 0.00 | 156.71 | 0.98 | 0.83 |
| Hex | A9 | FE | DD | 21 | 0 | D | 0 | 9D | 62 | 53 |
| Octal | 251 | 376 | 335 | 41 | 0 | 15 | 0 | 235 | 142 | 123 |
| Binary | 10101001 | 11111110 | 11011101 | 100001 | 0 | 1101 | 0 | 10011101 | 1100010 | 1010011 |
Color Harmonies of #A9FEDD
Complementary color
Monochromatic Colors of #A9FEDD
Black with #A9FEDD
Text Example
Text Example
White with #A9FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FEDD; }
p { color: rgb(169,254,221); }
H1.HeaderClassName
{
color: #A9FEDD;
}
.AnyTagClassName
{
color: #A9FEDD;
}
</style>
background-color css
<style>
a { background-color: #A9FEDD; }
a { background-color: rgb(169,254,221); }
div.DivClassName
{
background-color: #A9FEDD;
}
.BgClassName
{
background-color: #A9FEDD;
}
</style>
border-color css
<style>
span { border-color: #A9FEDD; }
span { border-color: rgb(169,254,221); }
td.TdClassName
{
border-color: #A9FEDD;
}
.TagClassName
{
border-color: #A9FEDD;
}
</style>