Shades of Magic Mint #A8FED8
Tints of Magic Mint #A8FED8
RGB
CMYK
RGB Variations
Color information
#A8FED8 (or 0xA8FED8) is known color: Magic Mint. HEX triplet: A8, FE and D8. RGB value is (168,254,216). Sum of RGB (Red+Green+Blue) = 168+254+216=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FED8 is #570127. Grayscale: #E0E0E0. Windows color (decimal): -5701928 or 14220968. OLE color: 14220968.
HSL color Cylindrical-coordinate representation of color #A8FED8: hue angle of 153.49º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FED8 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 216 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.00 |
| HSL | 153.49º | 0.98% | 0.83% | - |
| HSV(B) | 153.49º | 0.34% | 1% | - |
| XYZ | 63.98 | 84.17 | 77.84 | - |
| YUV | 223.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 216 | 0.34 | 0 | 0.15 | 0.00 | 153.49 | 0.98 | 0.83 |
| Hex | A8 | FE | D8 | 22 | 0 | F | 0 | 99 | 62 | 53 |
| Octal | 250 | 376 | 330 | 42 | 0 | 17 | 0 | 231 | 142 | 123 |
| Binary | 10101000 | 11111110 | 11011000 | 100010 | 0 | 1111 | 0 | 10011001 | 1100010 | 1010011 |
Color Harmonies of #A8FED8
Complementary color
Monochromatic Colors of #A8FED8
Black with #A8FED8
Text Example
Text Example
White with #A8FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FED8; }
p { color: rgb(168,254,216); }
H1.HeaderClassName
{
color: #A8FED8;
}
.AnyTagClassName
{
color: #A8FED8;
}
</style>
background-color css
<style>
a { background-color: #A8FED8; }
a { background-color: rgb(168,254,216); }
div.DivClassName
{
background-color: #A8FED8;
}
.BgClassName
{
background-color: #A8FED8;
}
</style>
border-color css
<style>
span { border-color: #A8FED8; }
span { border-color: rgb(168,254,216); }
td.TdClassName
{
border-color: #A8FED8;
}
.TagClassName
{
border-color: #A8FED8;
}
</style>