Shades of Magic Mint #A0F2D9
Tints of Magic Mint #A0F2D9
RGB
CMYK
RGB Variations
Color information
#A0F2D9 (or 0xA0F2D9) is known color: Magic Mint. HEX triplet: A0, F2 and D9. RGB value is (160,242,217). Sum of RGB (Red+Green+Blue) = 160+242+217=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 242 (94.92% from 255 or 39.10% from 619); Blue value is 217 (85.16% from 255 or 35.06% from 619); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2D9 is #5F0D26. Grayscale: #D6D6D6. Windows color (decimal): -6229287 or 14283424. OLE color: 14283424.
HSL color Cylindrical-coordinate representation of color #A0F2D9: hue angle of 161.71º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F2D9 is Cyan = 0.34, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 217 | - |
| CMYK | 0.34 | 0 | 0.10 | 0.05 |
| HSL | 161.71º | 0.76% | 0.79% | - |
| HSV(B) | 161.71º | 0.34% | 0.95% | - |
| XYZ | 58.77 | 75.99 | 77.22 | - |
| YUV | 214.63 | 129.33 | 89.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 217 | 0.34 | 0 | 0.10 | 0.05 | 161.71 | 0.76 | 0.79 |
| Hex | A0 | F2 | D9 | 22 | 0 | A | 5 | A2 | 4C | 4F |
| Octal | 240 | 362 | 331 | 42 | 0 | 12 | 5 | 242 | 114 | 117 |
| Binary | 10100000 | 11110010 | 11011001 | 100010 | 0 | 1010 | 101 | 10100010 | 1001100 | 1001111 |
Color Harmonies of #A0F2D9
Complementary color
Monochromatic Colors of #A0F2D9
Black with #A0F2D9
Text Example
Text Example
White with #A0F2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F2D9; }
p { color: rgb(160,242,217); }
H1.HeaderClassName
{
color: #A0F2D9;
}
.AnyTagClassName
{
color: #A0F2D9;
}
</style>
background-color css
<style>
a { background-color: #A0F2D9; }
a { background-color: rgb(160,242,217); }
div.DivClassName
{
background-color: #A0F2D9;
}
.BgClassName
{
background-color: #A0F2D9;
}
</style>
border-color css
<style>
span { border-color: #A0F2D9; }
span { border-color: rgb(160,242,217); }
td.TdClassName
{
border-color: #A0F2D9;
}
.TagClassName
{
border-color: #A0F2D9;
}
</style>