Shades of Magic Mint #A8FFD7
Tints of Magic Mint #A8FFD7
RGB
CMYK
RGB Variations
Color information
#A8FFD7 (or 0xA8FFD7) is known color: Magic Mint. HEX triplet: A8, FF and D7. RGB value is (168,255,215). Sum of RGB (Red+Green+Blue) = 168+255+215=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 255 (100% from 255 or 39.97% from 638); Blue value is 215 (84.38% from 255 or 33.70% from 638); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFD7 is #570028. Grayscale: #E0E0E0. Windows color (decimal): -5701673 or 14155688. OLE color: 14155688.
HSL color Cylindrical-coordinate representation of color #A8FFD7: hue angle of 152.41º 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 #A8FFD7 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 215 | - |
| CMYK | 0.34 | 0 | 0.16 | 0 |
| HSL | 152.41º | 1% | 0.83% | - |
| HSV(B) | 152.41º | 0.34% | 1% | - |
| XYZ | 64.17 | 84.75 | 77.27 | - |
| YUV | 224.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 215 | 0.34 | 0 | 0.16 | 0 | 152.41 | 1 | 0.83 |
| Hex | A8 | FF | D7 | 22 | 0 | 10 | 0 | 98 | 64 | 53 |
| Octal | 250 | 377 | 327 | 42 | 0 | 20 | 0 | 230 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11010111 | 100010 | 0 | 10000 | 0 | 10011000 | 1100100 | 1010011 |
Color Harmonies of #A8FFD7
Complementary color
Monochromatic Colors of #A8FFD7
Black with #A8FFD7
Text Example
Text Example
White with #A8FFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFD7; }
p { color: rgb(168,255,215); }
H1.HeaderClassName
{
color: #A8FFD7;
}
.AnyTagClassName
{
color: #A8FFD7;
}
</style>
background-color css
<style>
a { background-color: #A8FFD7; }
a { background-color: rgb(168,255,215); }
div.DivClassName
{
background-color: #A8FFD7;
}
.BgClassName
{
background-color: #A8FFD7;
}
</style>
border-color css
<style>
span { border-color: #A8FFD7; }
span { border-color: rgb(168,255,215); }
td.TdClassName
{
border-color: #A8FFD7;
}
.TagClassName
{
border-color: #A8FFD7;
}
</style>