Shades of Magic Mint #A8F7DC
Tints of Magic Mint #A8F7DC
RGB
CMYK
RGB Variations
Color information
#A8F7DC (or 0xA8F7DC) is known color: Magic Mint. HEX triplet: A8, F7 and DC. RGB value is (168,247,220). Sum of RGB (Red+Green+Blue) = 168+247+220=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 247 (96.88% from 255 or 38.90% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F7DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F7DC is #570823. Grayscale: #DCDCDC. Windows color (decimal): -5703716 or 14481320. OLE color: 14481320.
HSL color Cylindrical-coordinate representation of color #A8F7DC: hue angle of 159.49º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F7DC is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 247 | 220 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.03 |
| HSL | 159.49º | 0.83% | 0.81% | - |
| HSV(B) | 159.49º | 0.32% | 0.97% | - |
| XYZ | 62.33 | 80.01 | 79.87 | - |
| YUV | 220.3 | 127.83 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 247 | 220 | 0.32 | 0 | 0.11 | 0.03 | 159.49 | 0.83 | 0.81 |
| Hex | A8 | F7 | DC | 20 | 0 | B | 3 | 9F | 53 | 51 |
| Octal | 250 | 367 | 334 | 40 | 0 | 13 | 3 | 237 | 123 | 121 |
| Binary | 10101000 | 11110111 | 11011100 | 100000 | 0 | 1011 | 11 | 10011111 | 1010011 | 1010001 |
Color Harmonies of #A8F7DC
Complementary color
Monochromatic Colors of #A8F7DC
Black with #A8F7DC
Text Example
Text Example
White with #A8F7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F7DC; }
p { color: rgb(168,247,220); }
H1.HeaderClassName
{
color: #A8F7DC;
}
.AnyTagClassName
{
color: #A8F7DC;
}
</style>
background-color css
<style>
a { background-color: #A8F7DC; }
a { background-color: rgb(168,247,220); }
div.DivClassName
{
background-color: #A8F7DC;
}
.BgClassName
{
background-color: #A8F7DC;
}
</style>
border-color css
<style>
span { border-color: #A8F7DC; }
span { border-color: rgb(168,247,220); }
td.TdClassName
{
border-color: #A8F7DC;
}
.TagClassName
{
border-color: #A8F7DC;
}
</style>