Shades of Magic Mint #A9F2D8
Tints of Magic Mint #A9F2D8
RGB
CMYK
RGB Variations
Color information
#A9F2D8 (or 0xA9F2D8) is known color: Magic Mint. HEX triplet: A9, F2 and D8. RGB value is (169,242,216). Sum of RGB (Red+Green+Blue) = 169+242+216=627 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.95% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #A9F2D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F2D8 is #560D27. Grayscale: #D9D9D9. Windows color (decimal): -5639464 or 14217897. OLE color: 14217897.
HSL color Cylindrical-coordinate representation of color #A9F2D8: hue angle of 158.63º 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 #A9F2D8 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 242 | 216 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.05 |
| HSL | 158.63º | 0.74% | 0.81% | - |
| HSV(B) | 158.63º | 0.3% | 0.95% | - |
| XYZ | 60.51 | 76.9 | 76.62 | - |
| YUV | 217.21 | 127.32 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 242 | 216 | 0.30 | 0 | 0.11 | 0.05 | 158.63 | 0.74 | 0.81 |
| Hex | A9 | F2 | D8 | 1E | 0 | B | 5 | 9F | 4A | 51 |
| Octal | 251 | 362 | 330 | 36 | 0 | 13 | 5 | 237 | 112 | 121 |
| Binary | 10101001 | 11110010 | 11011000 | 11110 | 0 | 1011 | 101 | 10011111 | 1001010 | 1010001 |
Color Harmonies of #A9F2D8
Complementary color
Monochromatic Colors of #A9F2D8
Black with #A9F2D8
Text Example
Text Example
White with #A9F2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F2D8; }
p { color: rgb(169,242,216); }
H1.HeaderClassName
{
color: #A9F2D8;
}
.AnyTagClassName
{
color: #A9F2D8;
}
</style>
background-color css
<style>
a { background-color: #A9F2D8; }
a { background-color: rgb(169,242,216); }
div.DivClassName
{
background-color: #A9F2D8;
}
.BgClassName
{
background-color: #A9F2D8;
}
</style>
border-color css
<style>
span { border-color: #A9F2D8; }
span { border-color: rgb(169,242,216); }
td.TdClassName
{
border-color: #A9F2D8;
}
.TagClassName
{
border-color: #A9F2D8;
}
</style>