Shades of Magic Mint #A8FACE
Tints of Magic Mint #A8FACE
RGB
CMYK
RGB Variations
Color information
#A8FACE (or 0xA8FACE) is known color: Magic Mint. HEX triplet: A8, FA and CE. RGB value is (168,250,206). Sum of RGB (Red+Green+Blue) = 168+250+206=624 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.92% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FACE is #570531. Grayscale: #DCDCDC. Windows color (decimal): -5702962 or 13564584. OLE color: 13564584.
HSL color Cylindrical-coordinate representation of color #A8FACE: hue angle of 147.8º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FACE is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 206 | - |
| CMYK | 0.33 | 0 | 0.18 | 0.02 |
| HSL | 147.8º | 0.89% | 0.82% | - |
| HSV(B) | 147.8º | 0.33% | 0.98% | - |
| XYZ | 61.47 | 81.15 | 70.82 | - |
| YUV | 220.47 | 119.83 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 206 | 0.33 | 0 | 0.18 | 0.02 | 147.8 | 0.89 | 0.82 |
| Hex | A8 | FA | CE | 21 | 0 | 12 | 2 | 94 | 59 | 52 |
| Octal | 250 | 372 | 316 | 41 | 0 | 22 | 2 | 224 | 131 | 122 |
| Binary | 10101000 | 11111010 | 11001110 | 100001 | 0 | 10010 | 10 | 10010100 | 1011001 | 1010010 |
Color Harmonies of #A8FACE
Complementary color
Monochromatic Colors of #A8FACE
Black with #A8FACE
Text Example
Text Example
White with #A8FACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FACE; }
p { color: rgb(168,250,206); }
H1.HeaderClassName
{
color: #A8FACE;
}
.AnyTagClassName
{
color: #A8FACE;
}
</style>
background-color css
<style>
a { background-color: #A8FACE; }
a { background-color: rgb(168,250,206); }
div.DivClassName
{
background-color: #A8FACE;
}
.BgClassName
{
background-color: #A8FACE;
}
</style>
border-color css
<style>
span { border-color: #A8FACE; }
span { border-color: rgb(168,250,206); }
td.TdClassName
{
border-color: #A8FACE;
}
.TagClassName
{
border-color: #A8FACE;
}
</style>