Shades of Magic Mint #A9FDD7
Tints of Magic Mint #A9FDD7
RGB
CMYK
RGB Variations
Color information
#A9FDD7 (or 0xA9FDD7) is known color: Magic Mint. HEX triplet: A9, FD and D7. RGB value is (169,253,215). Sum of RGB (Red+Green+Blue) = 169+253+215=637 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.53% from 637); Green value is 253 (99.22% from 255 or 39.72% from 637); Blue value is 215 (84.38% from 255 or 33.75% from 637); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FDD7 is #560228. Grayscale: #DFDFDF. Windows color (decimal): -5636649 or 14155177. OLE color: 14155177.
HSL color Cylindrical-coordinate representation of color #A9FDD7: hue angle of 152.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FDD7 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 215 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.01 |
| HSL | 152.86º | 0.95% | 0.83% | - |
| HSV(B) | 152.86º | 0.33% | 0.99% | - |
| XYZ | 63.75 | 83.59 | 77.06 | - |
| YUV | 223.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 215 | 0.33 | 0 | 0.15 | 0.01 | 152.86 | 0.95 | 0.83 |
| Hex | A9 | FD | D7 | 21 | 0 | F | 1 | 99 | 5F | 53 |
| Octal | 251 | 375 | 327 | 41 | 0 | 17 | 1 | 231 | 137 | 123 |
| Binary | 10101001 | 11111101 | 11010111 | 100001 | 0 | 1111 | 1 | 10011001 | 1011111 | 1010011 |
Color Harmonies of #A9FDD7
Complementary color
Monochromatic Colors of #A9FDD7
Black with #A9FDD7
Text Example
Text Example
White with #A9FDD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDD7; }
p { color: rgb(169,253,215); }
H1.HeaderClassName
{
color: #A9FDD7;
}
.AnyTagClassName
{
color: #A9FDD7;
}
</style>
background-color css
<style>
a { background-color: #A9FDD7; }
a { background-color: rgb(169,253,215); }
div.DivClassName
{
background-color: #A9FDD7;
}
.BgClassName
{
background-color: #A9FDD7;
}
</style>
border-color css
<style>
span { border-color: #A9FDD7; }
span { border-color: rgb(169,253,215); }
td.TdClassName
{
border-color: #A9FDD7;
}
.TagClassName
{
border-color: #A9FDD7;
}
</style>