Shades of Magic Mint #A9FDDB
Tints of Magic Mint #A9FDDB
RGB
CMYK
RGB Variations
Color information
#A9FDDB (or 0xA9FDDB) is known color: Magic Mint. HEX triplet: A9, FD and DB. RGB value is (169,253,219). Sum of RGB (Red+Green+Blue) = 169+253+219=641 (84% of max value = 765). Red value is 169 (66.41% from 255 or 26.37% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 219 (85.94% from 255 or 34.17% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #A9FDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FDDB is #560224. Grayscale: #E0E0E0. Windows color (decimal): -5636645 or 14417321. OLE color: 14417321.
HSL color Cylindrical-coordinate representation of color #A9FDDB: hue angle of 155.71º 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 #A9FDDB is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 253 | 219 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.01 |
| HSL | 155.71º | 0.95% | 0.83% | - |
| HSV(B) | 155.71º | 0.33% | 0.99% | - |
| XYZ | 64.27 | 83.8 | 79.81 | - |
| YUV | 224.01 | 125.17 | 88.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 253 | 219 | 0.33 | 0 | 0.13 | 0.01 | 155.71 | 0.95 | 0.83 |
| Hex | A9 | FD | DB | 21 | 0 | D | 1 | 9C | 5F | 53 |
| Octal | 251 | 375 | 333 | 41 | 0 | 15 | 1 | 234 | 137 | 123 |
| Binary | 10101001 | 11111101 | 11011011 | 100001 | 0 | 1101 | 1 | 10011100 | 1011111 | 1010011 |
Color Harmonies of #A9FDDB
Complementary color
Monochromatic Colors of #A9FDDB
Black with #A9FDDB
Text Example
Text Example
White with #A9FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FDDB; }
p { color: rgb(169,253,219); }
H1.HeaderClassName
{
color: #A9FDDB;
}
.AnyTagClassName
{
color: #A9FDDB;
}
</style>
background-color css
<style>
a { background-color: #A9FDDB; }
a { background-color: rgb(169,253,219); }
div.DivClassName
{
background-color: #A9FDDB;
}
.BgClassName
{
background-color: #A9FDDB;
}
</style>
border-color css
<style>
span { border-color: #A9FDDB; }
span { border-color: rgb(169,253,219); }
td.TdClassName
{
border-color: #A9FDDB;
}
.TagClassName
{
border-color: #A9FDDB;
}
</style>