Shades of Magic Mint #A3FACE
Tints of Magic Mint #A3FACE
RGB
CMYK
RGB Variations
Color information
#A3FACE (or 0xA3FACE) is known color: Magic Mint. HEX triplet: A3, FA and CE. RGB value is (163,250,206). Sum of RGB (Red+Green+Blue) = 163+250+206=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 206 (80.86% from 255 or 33.28% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FACE is #5C0531. Grayscale: #DBDBDB. Windows color (decimal): -6030642 or 13564579. OLE color: 13564579.
HSL color Cylindrical-coordinate representation of color #A3FACE: hue angle of 149.66º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FACE is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 250 | 206 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.02 |
| HSL | 149.66º | 0.9% | 0.81% | - |
| HSV(B) | 149.66º | 0.35% | 0.98% | - |
| XYZ | 60.43 | 80.61 | 70.77 | - |
| YUV | 218.97 | 120.68 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 206 | 0.35 | 0 | 0.18 | 0.02 | 149.66 | 0.9 | 0.81 |
| Hex | A3 | FA | CE | 23 | 0 | 12 | 2 | 96 | 5A | 51 |
| Octal | 243 | 372 | 316 | 43 | 0 | 22 | 2 | 226 | 132 | 121 |
| Binary | 10100011 | 11111010 | 11001110 | 100011 | 0 | 10010 | 10 | 10010110 | 1011010 | 1010001 |
Color Harmonies of #A3FACE
Complementary color
Monochromatic Colors of #A3FACE
Black with #A3FACE
Text Example
Text Example
White with #A3FACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FACE; }
p { color: rgb(163,250,206); }
H1.HeaderClassName
{
color: #A3FACE;
}
.AnyTagClassName
{
color: #A3FACE;
}
</style>
background-color css
<style>
a { background-color: #A3FACE; }
a { background-color: rgb(163,250,206); }
div.DivClassName
{
background-color: #A3FACE;
}
.BgClassName
{
background-color: #A3FACE;
}
</style>
border-color css
<style>
span { border-color: #A3FACE; }
span { border-color: rgb(163,250,206); }
td.TdClassName
{
border-color: #A3FACE;
}
.TagClassName
{
border-color: #A3FACE;
}
</style>