Shades of Magic Mint #A8FFCE
Tints of Magic Mint #A8FFCE
RGB
CMYK
RGB Variations
Color information
#A8FFCE (or 0xA8FFCE) is known color: Magic Mint. HEX triplet: A8, FF and CE. RGB value is (168,255,206). Sum of RGB (Red+Green+Blue) = 168+255+206=629 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.71% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFCE is #570031. Grayscale: #DFDFDF. Windows color (decimal): -5701682 or 13565864. OLE color: 13565864.
HSL color Cylindrical-coordinate representation of color #A8FFCE: hue angle of 146.21º 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 #A8FFCE is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 206 | - |
| CMYK | 0.34 | 0 | 0.19 | 0 |
| HSL | 146.21º | 1% | 0.83% | - |
| HSV(B) | 146.21º | 0.34% | 1% | - |
| XYZ | 63.05 | 84.3 | 71.34 | - |
| YUV | 223.4 | 118.18 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 206 | 0.34 | 0 | 0.19 | 0 | 146.21 | 1 | 0.83 |
| Hex | A8 | FF | CE | 22 | 0 | 13 | 0 | 92 | 64 | 53 |
| Octal | 250 | 377 | 316 | 42 | 0 | 23 | 0 | 222 | 144 | 123 |
| Binary | 10101000 | 11111111 | 11001110 | 100010 | 0 | 10011 | 0 | 10010010 | 1100100 | 1010011 |
Color Harmonies of #A8FFCE
Complementary color
Monochromatic Colors of #A8FFCE
Black with #A8FFCE
Text Example
Text Example
White with #A8FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFCE; }
p { color: rgb(168,255,206); }
H1.HeaderClassName
{
color: #A8FFCE;
}
.AnyTagClassName
{
color: #A8FFCE;
}
</style>
background-color css
<style>
a { background-color: #A8FFCE; }
a { background-color: rgb(168,255,206); }
div.DivClassName
{
background-color: #A8FFCE;
}
.BgClassName
{
background-color: #A8FFCE;
}
</style>
border-color css
<style>
span { border-color: #A8FFCE; }
span { border-color: rgb(168,255,206); }
td.TdClassName
{
border-color: #A8FFCE;
}
.TagClassName
{
border-color: #A8FFCE;
}
</style>