Shades of Magic Mint #A8FFDF
Tints of Magic Mint #A8FFDF
RGB
CMYK
RGB Variations
Color information
#A8FFDF (or 0xA8FFDF) is known color: Magic Mint. HEX triplet: A8, FF and DF. RGB value is (168,255,223). Sum of RGB (Red+Green+Blue) = 168+255+223=646 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.01% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFDF is #570020. Grayscale: #E1E1E1. Windows color (decimal): -5701665 or 14679976. OLE color: 14679976.
HSL color Cylindrical-coordinate representation of color #A8FFDF: hue angle of 157.93º 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 #A8FFDF is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 223 | - |
| CMYK | 0.34 | 0 | 0.13 | 0 |
| HSL | 157.93º | 1% | 0.83% | - |
| HSV(B) | 157.93º | 0.34% | 1% | - |
| XYZ | 65.23 | 85.17 | 82.81 | - |
| YUV | 225.34 | 126.68 | 87.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 223 | 0.34 | 0 | 0.13 | 0 | 157.93 | 1 | 0.83 |
| Hex | A8 | FF | DF | 22 | 0 | D | 0 | 9E | 64 | 53 |
| Octal | 250 | 377 | 337 | 42 | 0 | 15 | 0 | 236 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11011111 | 100010 | 0 | 1101 | 0 | 10011110 | 1100100 | 1010011 |
Color Harmonies of #A8FFDF
Complementary color
Monochromatic Colors of #A8FFDF
Black with #A8FFDF
Text Example
Text Example
White with #A8FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFDF; }
p { color: rgb(168,255,223); }
H1.HeaderClassName
{
color: #A8FFDF;
}
.AnyTagClassName
{
color: #A8FFDF;
}
</style>
background-color css
<style>
a { background-color: #A8FFDF; }
a { background-color: rgb(168,255,223); }
div.DivClassName
{
background-color: #A8FFDF;
}
.BgClassName
{
background-color: #A8FFDF;
}
</style>
border-color css
<style>
span { border-color: #A8FFDF; }
span { border-color: rgb(168,255,223); }
td.TdClassName
{
border-color: #A8FFDF;
}
.TagClassName
{
border-color: #A8FFDF;
}
</style>