Shades of Magic Mint #A0F7D6
Tints of Magic Mint #A0F7D6
RGB
CMYK
RGB Variations
Color information
#A0F7D6 (or 0xA0F7D6) is known color: Magic Mint. HEX triplet: A0, F7 and D6. RGB value is (160,247,214). Sum of RGB (Red+Green+Blue) = 160+247+214=621 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.76% from 621); Green value is 247 (96.88% from 255 or 39.77% from 621); Blue value is 214 (83.98% from 255 or 34.46% from 621); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F7D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F7D6 is #5F0829. Grayscale: #D9D9D9. Windows color (decimal): -6228010 or 14088096. OLE color: 14088096.
HSL color Cylindrical-coordinate representation of color #A0F7D6: hue angle of 157.24º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F7D6 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 214 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.03 |
| HSL | 157.24º | 0.84% | 0.8% | - |
| HSV(B) | 157.24º | 0.35% | 0.97% | - |
| XYZ | 59.9 | 78.85 | 75.68 | - |
| YUV | 217.23 | 126.18 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 214 | 0.35 | 0 | 0.13 | 0.03 | 157.24 | 0.84 | 0.8 |
| Hex | A0 | F7 | D6 | 23 | 0 | D | 3 | 9D | 54 | 50 |
| Octal | 240 | 367 | 326 | 43 | 0 | 15 | 3 | 235 | 124 | 120 |
| Binary | 10100000 | 11110111 | 11010110 | 100011 | 0 | 1101 | 11 | 10011101 | 1010100 | 1010000 |
Color Harmonies of #A0F7D6
Complementary color
Monochromatic Colors of #A0F7D6
Black with #A0F7D6
Text Example
Text Example
White with #A0F7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F7D6; }
p { color: rgb(160,247,214); }
H1.HeaderClassName
{
color: #A0F7D6;
}
.AnyTagClassName
{
color: #A0F7D6;
}
</style>
background-color css
<style>
a { background-color: #A0F7D6; }
a { background-color: rgb(160,247,214); }
div.DivClassName
{
background-color: #A0F7D6;
}
.BgClassName
{
background-color: #A0F7D6;
}
</style>
border-color css
<style>
span { border-color: #A0F7D6; }
span { border-color: rgb(160,247,214); }
td.TdClassName
{
border-color: #A0F7D6;
}
.TagClassName
{
border-color: #A0F7D6;
}
</style>