Shades of Magic Mint #A9F6D4
Tints of Magic Mint #A9F6D4
RGB
CMYK
RGB Variations
Color information
#A9F6D4 (or 0xA9F6D4) is known color: Magic Mint. HEX triplet: A9, F6 and D4. RGB value is (169,246,212). Sum of RGB (Red+Green+Blue) = 169+246+212=627 (83% of max value = 765). Red value is 169 (66.41% from 255 or 26.95% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #A9F6D4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F6D4 is #56092B. Grayscale: #DBDBDB. Windows color (decimal): -5638444 or 13956777. OLE color: 13956777.
HSL color Cylindrical-coordinate representation of color #A9F6D4: hue angle of 153.51º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A9F6D4 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 246 | 212 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.04 |
| HSL | 153.51º | 0.81% | 0.81% | - |
| HSV(B) | 153.51º | 0.31% | 0.96% | - |
| XYZ | 61.2 | 79.1 | 74.33 | - |
| YUV | 219.1 | 123.99 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 246 | 212 | 0.31 | 0 | 0.14 | 0.04 | 153.51 | 0.81 | 0.81 |
| Hex | A9 | F6 | D4 | 1F | 0 | E | 4 | 9A | 51 | 51 |
| Octal | 251 | 366 | 324 | 37 | 0 | 16 | 4 | 232 | 121 | 121 |
| Binary | 10101001 | 11110110 | 11010100 | 11111 | 0 | 1110 | 100 | 10011010 | 1010001 | 1010001 |
Color Harmonies of #A9F6D4
Complementary color
Monochromatic Colors of #A9F6D4
Black with #A9F6D4
Text Example
Text Example
White with #A9F6D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F6D4; }
p { color: rgb(169,246,212); }
H1.HeaderClassName
{
color: #A9F6D4;
}
.AnyTagClassName
{
color: #A9F6D4;
}
</style>
background-color css
<style>
a { background-color: #A9F6D4; }
a { background-color: rgb(169,246,212); }
div.DivClassName
{
background-color: #A9F6D4;
}
.BgClassName
{
background-color: #A9F6D4;
}
</style>
border-color css
<style>
span { border-color: #A9F6D4; }
span { border-color: rgb(169,246,212); }
td.TdClassName
{
border-color: #A9F6D4;
}
.TagClassName
{
border-color: #A9F6D4;
}
</style>