Shades of Magic Mint #A0FAD0
Tints of Magic Mint #A0FAD0
RGB
CMYK
RGB Variations
Color information
#A0FAD0 (or 0xA0FAD0) is known color: Magic Mint. HEX triplet: A0, FA and D0. RGB value is (160,250,208). Sum of RGB (Red+Green+Blue) = 160+250+208=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 250 (98.05% from 255 or 40.45% from 618); Blue value is 208 (81.64% from 255 or 33.66% from 618); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FAD0 is #5F052F. Grayscale: #DADADA. Windows color (decimal): -6227248 or 13695648. OLE color: 13695648.
HSL color Cylindrical-coordinate representation of color #A0FAD0: hue angle of 152º 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 #A0FAD0 is Cyan = 0.36, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 250 | 208 | - |
| CMYK | 0.36 | 0 | 0.17 | 0.02 |
| HSL | 152º | 0.9% | 0.8% | - |
| HSV(B) | 152º | 0.36% | 0.98% | - |
| XYZ | 60.07 | 80.4 | 72.03 | - |
| YUV | 218.3 | 122.18 | 86.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 250 | 208 | 0.36 | 0 | 0.17 | 0.02 | 152 | 0.9 | 0.8 |
| Hex | A0 | FA | D0 | 24 | 0 | 11 | 2 | 98 | 5A | 50 |
| Octal | 240 | 372 | 320 | 44 | 0 | 21 | 2 | 230 | 132 | 120 |
| Binary | 10100000 | 11111010 | 11010000 | 100100 | 0 | 10001 | 10 | 10011000 | 1011010 | 1010000 |
Color Harmonies of #A0FAD0
Complementary color
Monochromatic Colors of #A0FAD0
Black with #A0FAD0
Text Example
Text Example
White with #A0FAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FAD0; }
p { color: rgb(160,250,208); }
H1.HeaderClassName
{
color: #A0FAD0;
}
.AnyTagClassName
{
color: #A0FAD0;
}
</style>
background-color css
<style>
a { background-color: #A0FAD0; }
a { background-color: rgb(160,250,208); }
div.DivClassName
{
background-color: #A0FAD0;
}
.BgClassName
{
background-color: #A0FAD0;
}
</style>
border-color css
<style>
span { border-color: #A0FAD0; }
span { border-color: rgb(160,250,208); }
td.TdClassName
{
border-color: #A0FAD0;
}
.TagClassName
{
border-color: #A0FAD0;
}
</style>