Shades of Magic Mint #A8FECE
Tints of Magic Mint #A8FECE
RGB
CMYK
RGB Variations
Color information
#A8FECE (or 0xA8FECE) is known color: Magic Mint. HEX triplet: A8, FE and CE. RGB value is (168,254,206). Sum of RGB (Red+Green+Blue) = 168+254+206=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FECE is #570131. Grayscale: #DEDEDE. Windows color (decimal): -5701938 or 13565608. OLE color: 13565608.
HSL color Cylindrical-coordinate representation of color #A8FECE: hue angle of 146.51º 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 #A8FECE is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 254 | 206 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.00 |
| HSL | 146.51º | 0.98% | 0.83% | - |
| HSV(B) | 146.51º | 0.34% | 1% | - |
| XYZ | 62.73 | 83.66 | 71.24 | - |
| YUV | 222.81 | 118.51 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 254 | 206 | 0.34 | 0 | 0.19 | 0.00 | 146.51 | 0.98 | 0.83 |
| Hex | A8 | FE | CE | 22 | 0 | 13 | 0 | 93 | 62 | 53 |
| Octal | 250 | 376 | 316 | 42 | 0 | 23 | 0 | 223 | 142 | 123 |
| Binary | 10101000 | 11111110 | 11001110 | 100010 | 0 | 10011 | 0 | 10010011 | 1100010 | 1010011 |
Color Harmonies of #A8FECE
Complementary color
Monochromatic Colors of #A8FECE
Black with #A8FECE
Text Example
Text Example
White with #A8FECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FECE; }
p { color: rgb(168,254,206); }
H1.HeaderClassName
{
color: #A8FECE;
}
.AnyTagClassName
{
color: #A8FECE;
}
</style>
background-color css
<style>
a { background-color: #A8FECE; }
a { background-color: rgb(168,254,206); }
div.DivClassName
{
background-color: #A8FECE;
}
.BgClassName
{
background-color: #A8FECE;
}
</style>
border-color css
<style>
span { border-color: #A8FECE; }
span { border-color: rgb(168,254,206); }
td.TdClassName
{
border-color: #A8FECE;
}
.TagClassName
{
border-color: #A8FECE;
}
</style>