Shades of Magic Mint #A8FFC9
Tints of Magic Mint #A8FFC9
RGB
CMYK
RGB Variations
Color information
#A8FFC9 (or 0xA8FFC9) is known color: Magic Mint. HEX triplet: A8, FF and C9. RGB value is (168,255,201). Sum of RGB (Red+Green+Blue) = 168+255+201=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 201 (78.91% from 255 or 32.21% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFC9 is #570036. Grayscale: #DEDEDE. Windows color (decimal): -5701687 or 13238184. OLE color: 13238184.
HSL color Cylindrical-coordinate representation of color #A8FFC9: hue angle of 142.76º 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 #A8FFC9 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 201 | - |
| CMYK | 0.34 | 0 | 0.21 | 0 |
| HSL | 142.76º | 1% | 0.83% | - |
| HSV(B) | 142.76º | 0.34% | 1% | - |
| XYZ | 62.45 | 84.06 | 68.19 | - |
| YUV | 222.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 201 | 0.34 | 0 | 0.21 | 0 | 142.76 | 1 | 0.83 |
| Hex | A8 | FF | C9 | 22 | 0 | 15 | 0 | 8F | 64 | 53 |
| Octal | 250 | 377 | 311 | 42 | 0 | 25 | 0 | 217 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11001001 | 100010 | 0 | 10101 | 0 | 10001111 | 1100100 | 1010011 |
Color Harmonies of #A8FFC9
Complementary color
Monochromatic Colors of #A8FFC9
Black with #A8FFC9
Text Example
Text Example
White with #A8FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFC9; }
p { color: rgb(168,255,201); }
H1.HeaderClassName
{
color: #A8FFC9;
}
.AnyTagClassName
{
color: #A8FFC9;
}
</style>
background-color css
<style>
a { background-color: #A8FFC9; }
a { background-color: rgb(168,255,201); }
div.DivClassName
{
background-color: #A8FFC9;
}
.BgClassName
{
background-color: #A8FFC9;
}
</style>
border-color css
<style>
span { border-color: #A8FFC9; }
span { border-color: rgb(168,255,201); }
td.TdClassName
{
border-color: #A8FFC9;
}
.TagClassName
{
border-color: #A8FFC9;
}
</style>