Shades of Magic Mint #A8FFD1
Tints of Magic Mint #A8FFD1
RGB
CMYK
RGB Variations
Color information
#A8FFD1 (or 0xA8FFD1) is known color: Magic Mint. HEX triplet: A8, FF and D1. RGB value is (168,255,209). Sum of RGB (Red+Green+Blue) = 168+255+209=632 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.58% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 209 (82.03% from 255 or 33.07% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFD1 is #57002E. Grayscale: #DFDFDF. Windows color (decimal): -5701679 or 13762472. OLE color: 13762472.
HSL color Cylindrical-coordinate representation of color #A8FFD1: hue angle of 148.28º 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 #A8FFD1 is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 209 | - |
| CMYK | 0.34 | 0 | 0.18 | 0 |
| HSL | 148.28º | 1% | 0.83% | - |
| HSV(B) | 148.28º | 0.34% | 1% | - |
| XYZ | 63.42 | 84.45 | 73.28 | - |
| YUV | 223.74 | 119.68 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 209 | 0.34 | 0 | 0.18 | 0 | 148.28 | 1 | 0.83 |
| Hex | A8 | FF | D1 | 22 | 0 | 12 | 0 | 94 | 64 | 53 |
| Octal | 250 | 377 | 321 | 42 | 0 | 22 | 0 | 224 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11010001 | 100010 | 0 | 10010 | 0 | 10010100 | 1100100 | 1010011 |
Color Harmonies of #A8FFD1
Complementary color
Monochromatic Colors of #A8FFD1
Black with #A8FFD1
Text Example
Text Example
White with #A8FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFD1; }
p { color: rgb(168,255,209); }
H1.HeaderClassName
{
color: #A8FFD1;
}
.AnyTagClassName
{
color: #A8FFD1;
}
</style>
background-color css
<style>
a { background-color: #A8FFD1; }
a { background-color: rgb(168,255,209); }
div.DivClassName
{
background-color: #A8FFD1;
}
.BgClassName
{
background-color: #A8FFD1;
}
</style>
border-color css
<style>
span { border-color: #A8FFD1; }
span { border-color: rgb(168,255,209); }
td.TdClassName
{
border-color: #A8FFD1;
}
.TagClassName
{
border-color: #A8FFD1;
}
</style>