Shades of Magic Mint #A9FFC6
Tints of Magic Mint #A9FFC6
RGB
CMYK
RGB Variations
Color information
#A9FFC6 (or 0xA9FFC6) is known color: Magic Mint. HEX triplet: A9, FF and C6. RGB value is (169,255,198). Sum of RGB (Red+Green+Blue) = 169+255+198=622 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.17% from 622); Green value is 255 (100% from 255 or 41.00% from 622); Blue value is 198 (77.73% from 255 or 31.83% from 622); Max value from RGB is 255 - color contains mainly: green. Hex color #A9FFC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FFC6 is #560039. Grayscale: #DEDEDE. Windows color (decimal): -5636154 or 13041577. OLE color: 13041577.
HSL color Cylindrical-coordinate representation of color #A9FFC6: hue angle of 140.23º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A9FFC6 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 255 | 198 | - |
| CMYK | 0.34 | 0 | 0.22 | 0 |
| HSL | 140.23º | 1% | 0.83% | - |
| HSV(B) | 140.23º | 0.34% | 1% | - |
| XYZ | 62.32 | 84.03 | 66.36 | - |
| YUV | 222.79 | 114.01 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 255 | 198 | 0.34 | 0 | 0.22 | 0 | 140.23 | 1 | 0.83 |
| Hex | A9 | FF | C6 | 22 | 0 | 16 | 0 | 8C | 64 | 53 |
| Octal | 251 | 377 | 306 | 42 | 0 | 26 | 0 | 214 | 144 | 123 |
| Binary | 10101001 | 11111111 | 11000110 | 100010 | 0 | 10110 | 0 | 10001100 | 1100100 | 1010011 |
Color Harmonies of #A9FFC6
Complementary color
Monochromatic Colors of #A9FFC6
Black with #A9FFC6
Text Example
Text Example
White with #A9FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FFC6; }
p { color: rgb(169,255,198); }
H1.HeaderClassName
{
color: #A9FFC6;
}
.AnyTagClassName
{
color: #A9FFC6;
}
</style>
background-color css
<style>
a { background-color: #A9FFC6; }
a { background-color: rgb(169,255,198); }
div.DivClassName
{
background-color: #A9FFC6;
}
.BgClassName
{
background-color: #A9FFC6;
}
</style>
border-color css
<style>
span { border-color: #A9FFC6; }
span { border-color: rgb(169,255,198); }
td.TdClassName
{
border-color: #A9FFC6;
}
.TagClassName
{
border-color: #A9FFC6;
}
</style>