Shades of Magic Mint #A8FFD5
Tints of Magic Mint #A8FFD5
RGB
CMYK
RGB Variations
Color information
#A8FFD5 (or 0xA8FFD5) is known color: Magic Mint. HEX triplet: A8, FF and D5. RGB value is (168,255,213). Sum of RGB (Red+Green+Blue) = 168+255+213=636 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.42% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 213 (83.59% from 255 or 33.49% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFD5 is #57002A. Grayscale: #E0E0E0. Windows color (decimal): -5701675 or 14024616. OLE color: 14024616.
HSL color Cylindrical-coordinate representation of color #A8FFD5: hue angle of 151.03º 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 #A8FFD5 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 213 | - |
| CMYK | 0.34 | 0 | 0.16 | 0 |
| HSL | 151.03º | 1% | 0.83% | - |
| HSV(B) | 151.03º | 0.34% | 1% | - |
| XYZ | 63.92 | 84.65 | 75.92 | - |
| YUV | 224.2 | 121.68 | 87.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 213 | 0.34 | 0 | 0.16 | 0 | 151.03 | 1 | 0.83 |
| Hex | A8 | FF | D5 | 22 | 0 | 10 | 0 | 97 | 64 | 53 |
| Octal | 250 | 377 | 325 | 42 | 0 | 20 | 0 | 227 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11010101 | 100010 | 0 | 10000 | 0 | 10010111 | 1100100 | 1010011 |
Color Harmonies of #A8FFD5
Complementary color
Monochromatic Colors of #A8FFD5
Black with #A8FFD5
Text Example
Text Example
White with #A8FFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFD5; }
p { color: rgb(168,255,213); }
H1.HeaderClassName
{
color: #A8FFD5;
}
.AnyTagClassName
{
color: #A8FFD5;
}
</style>
background-color css
<style>
a { background-color: #A8FFD5; }
a { background-color: rgb(168,255,213); }
div.DivClassName
{
background-color: #A8FFD5;
}
.BgClassName
{
background-color: #A8FFD5;
}
</style>
border-color css
<style>
span { border-color: #A8FFD5; }
span { border-color: rgb(168,255,213); }
td.TdClassName
{
border-color: #A8FFD5;
}
.TagClassName
{
border-color: #A8FFD5;
}
</style>