Shades of Magic Mint #A6FACE
Tints of Magic Mint #A6FACE
RGB
CMYK
RGB Variations
Color information
#A6FACE (or 0xA6FACE) is known color: Magic Mint. HEX triplet: A6, FA and CE. RGB value is (166,250,206). Sum of RGB (Red+Green+Blue) = 166+250+206=622 (82% of max value = 765). Red value is 166 (65.23% from 255 or 26.69% from 622); Green value is 250 (98.05% from 255 or 40.19% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FACE is #590531. Grayscale: #DBDBDB. Windows color (decimal): -5834034 or 13564582. OLE color: 13564582.
HSL color Cylindrical-coordinate representation of color #A6FACE: hue angle of 148.57º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FACE is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 206 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.02 |
| HSL | 148.57º | 0.89% | 0.82% | - |
| HSV(B) | 148.57º | 0.34% | 0.98% | - |
| XYZ | 61.05 | 80.93 | 70.8 | - |
| YUV | 219.87 | 120.17 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 206 | 0.34 | 0 | 0.18 | 0.02 | 148.57 | 0.89 | 0.82 |
| Hex | A6 | FA | CE | 22 | 0 | 12 | 2 | 95 | 59 | 52 |
| Octal | 246 | 372 | 316 | 42 | 0 | 22 | 2 | 225 | 131 | 122 |
| Binary | 10100110 | 11111010 | 11001110 | 100010 | 0 | 10010 | 10 | 10010101 | 1011001 | 1010010 |
Color Harmonies of #A6FACE
Complementary color
Monochromatic Colors of #A6FACE
Black with #A6FACE
Text Example
Text Example
White with #A6FACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FACE; }
p { color: rgb(166,250,206); }
H1.HeaderClassName
{
color: #A6FACE;
}
.AnyTagClassName
{
color: #A6FACE;
}
</style>
background-color css
<style>
a { background-color: #A6FACE; }
a { background-color: rgb(166,250,206); }
div.DivClassName
{
background-color: #A6FACE;
}
.BgClassName
{
background-color: #A6FACE;
}
</style>
border-color css
<style>
span { border-color: #A6FACE; }
span { border-color: rgb(166,250,206); }
td.TdClassName
{
border-color: #A6FACE;
}
.TagClassName
{
border-color: #A6FACE;
}
</style>