Shades of Magic Mint #A0FACE
Tints of Magic Mint #A0FACE
RGB
CMYK
RGB Variations
Color information
#A0FACE (or 0xA0FACE) is known color: Magic Mint. HEX triplet: A0, FA and CE. RGB value is (160,250,206). Sum of RGB (Red+Green+Blue) = 160+250+206=616 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.97% from 616); Green value is 250 (98.05% from 255 or 40.58% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FACE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FACE is #5F0531. Grayscale: #DADADA. Windows color (decimal): -6227250 or 13564576. OLE color: 13564576.
HSL color Cylindrical-coordinate representation of color #A0FACE: hue angle of 150.67º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FACE is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 206 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.02 |
| HSL | 150.67º | 0.9% | 0.8% | - |
| HSV(B) | 150.67º | 0.36% | 0.98% | - |
| XYZ | 59.82 | 80.3 | 70.74 | - |
| YUV | 218.07 | 121.18 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 206 | 0.36 | 0 | 0.18 | 0.02 | 150.67 | 0.9 | 0.8 |
| Hex | A0 | FA | CE | 24 | 0 | 12 | 2 | 97 | 5A | 50 |
| Octal | 240 | 372 | 316 | 44 | 0 | 22 | 2 | 227 | 132 | 120 |
| Binary | 10100000 | 11111010 | 11001110 | 100100 | 0 | 10010 | 10 | 10010111 | 1011010 | 1010000 |
Color Harmonies of #A0FACE
Complementary color
Monochromatic Colors of #A0FACE
Black with #A0FACE
Text Example
Text Example
White with #A0FACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FACE; }
p { color: rgb(160,250,206); }
H1.HeaderClassName
{
color: #A0FACE;
}
.AnyTagClassName
{
color: #A0FACE;
}
</style>
background-color css
<style>
a { background-color: #A0FACE; }
a { background-color: rgb(160,250,206); }
div.DivClassName
{
background-color: #A0FACE;
}
.BgClassName
{
background-color: #A0FACE;
}
</style>
border-color css
<style>
span { border-color: #A0FACE; }
span { border-color: rgb(160,250,206); }
td.TdClassName
{
border-color: #A0FACE;
}
.TagClassName
{
border-color: #A0FACE;
}
</style>