Shades of Magic Mint #A9F2DB
Tints of Magic Mint #A9F2DB
RGB
CMYK
RGB Variations
Color information
#A9F2DB (or 0xA9F2DB) is known color: Magic Mint. HEX triplet: A9, F2 and DB. RGB value is (169,242,219). Sum of RGB (Red+Green+Blue) = 169+242+219=630 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.83% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 219 (85.94% from 255 or 34.76% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2DB is #560D24. Grayscale: #D9D9D9. Windows color (decimal): -5639461 or 14414505. OLE color: 14414505.
HSL color Cylindrical-coordinate representation of color #A9F2DB: hue angle of 161.1º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F2DB is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 219 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.05 |
| HSL | 161.1º | 0.74% | 0.81% | - |
| HSV(B) | 161.1º | 0.3% | 0.95% | - |
| XYZ | 60.9 | 77.05 | 78.68 | - |
| YUV | 217.55 | 128.82 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 219 | 0.30 | 0 | 0.10 | 0.05 | 161.1 | 0.74 | 0.81 |
| Hex | A9 | F2 | DB | 1E | 0 | A | 5 | A1 | 4A | 51 |
| Octal | 251 | 362 | 333 | 36 | 0 | 12 | 5 | 241 | 112 | 121 |
| Binary | 10101001 | 11110010 | 11011011 | 11110 | 0 | 1010 | 101 | 10100001 | 1001010 | 1010001 |
Color Harmonies of #A9F2DB
Complementary color
Monochromatic Colors of #A9F2DB
Black with #A9F2DB
Text Example
Text Example
White with #A9F2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2DB; }
p { color: rgb(169,242,219); }
H1.HeaderClassName
{
color: #A9F2DB;
}
.AnyTagClassName
{
color: #A9F2DB;
}
</style>
background-color css
<style>
a { background-color: #A9F2DB; }
a { background-color: rgb(169,242,219); }
div.DivClassName
{
background-color: #A9F2DB;
}
.BgClassName
{
background-color: #A9F2DB;
}
</style>
border-color css
<style>
span { border-color: #A9F2DB; }
span { border-color: rgb(169,242,219); }
td.TdClassName
{
border-color: #A9F2DB;
}
.TagClassName
{
border-color: #A9F2DB;
}
</style>