Shades of Magic Mint #A1FACE
Tints of Magic Mint #A1FACE
RGB
CMYK
RGB Variations
Color information
#A1FACE (or 0xA1FACE) is known color: Magic Mint. HEX triplet: A1, FA and CE. RGB value is (161,250,206). Sum of RGB (Red+Green+Blue) = 161+250+206=617 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.09% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 206 (80.86% from 255 or 33.39% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #A1FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FACE is #5E0531. Grayscale: #DADADA. Windows color (decimal): -6161714 or 13564577. OLE color: 13564577.
HSL color Cylindrical-coordinate representation of color #A1FACE: hue angle of 150.34º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FACE is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 250 | 206 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.02 |
| HSL | 150.34º | 0.9% | 0.81% | - |
| HSV(B) | 150.34º | 0.36% | 0.98% | - |
| XYZ | 60.02 | 80.4 | 70.75 | - |
| YUV | 218.37 | 121.01 | 87.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 250 | 206 | 0.36 | 0 | 0.18 | 0.02 | 150.34 | 0.9 | 0.81 |
| Hex | A1 | FA | CE | 24 | 0 | 12 | 2 | 96 | 5A | 51 |
| Octal | 241 | 372 | 316 | 44 | 0 | 22 | 2 | 226 | 132 | 121 |
| Binary | 10100001 | 11111010 | 11001110 | 100100 | 0 | 10010 | 10 | 10010110 | 1011010 | 1010001 |
Color Harmonies of #A1FACE
Complementary color
Monochromatic Colors of #A1FACE
Black with #A1FACE
Text Example
Text Example
White with #A1FACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FACE; }
p { color: rgb(161,250,206); }
H1.HeaderClassName
{
color: #A1FACE;
}
.AnyTagClassName
{
color: #A1FACE;
}
</style>
background-color css
<style>
a { background-color: #A1FACE; }
a { background-color: rgb(161,250,206); }
div.DivClassName
{
background-color: #A1FACE;
}
.BgClassName
{
background-color: #A1FACE;
}
</style>
border-color css
<style>
span { border-color: #A1FACE; }
span { border-color: rgb(161,250,206); }
td.TdClassName
{
border-color: #A1FACE;
}
.TagClassName
{
border-color: #A1FACE;
}
</style>