Shades of Magic Mint #A0F7D3
Tints of Magic Mint #A0F7D3
RGB
CMYK
RGB Variations
Color information
#A0F7D3 (or 0xA0F7D3) is known color: Magic Mint. HEX triplet: A0, F7 and D3. RGB value is (160,247,211). Sum of RGB (Red+Green+Blue) = 160+247+211=618 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.89% from 618); Green value is 247 (96.88% from 255 or 39.97% from 618); Blue value is 211 (82.81% from 255 or 34.14% from 618); Max value from RGB is 247 - color contains mainly: green. Hex color #A0F7D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F7D3 is #5F082C. Grayscale: #D8D8D8. Windows color (decimal): -6228013 or 13891488. OLE color: 13891488.
HSL color Cylindrical-coordinate representation of color #A0F7D3: hue angle of 155.17º 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 #A0F7D3 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 247 | 211 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.03 |
| HSL | 155.17º | 0.84% | 0.8% | - |
| HSV(B) | 155.17º | 0.35% | 0.97% | - |
| XYZ | 59.52 | 78.7 | 73.68 | - |
| YUV | 216.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 247 | 211 | 0.35 | 0 | 0.15 | 0.03 | 155.17 | 0.84 | 0.8 |
| Hex | A0 | F7 | D3 | 23 | 0 | F | 3 | 9B | 54 | 50 |
| Octal | 240 | 367 | 323 | 43 | 0 | 17 | 3 | 233 | 124 | 120 |
| Binary | 10100000 | 11110111 | 11010011 | 100011 | 0 | 1111 | 11 | 10011011 | 1010100 | 1010000 |
Color Harmonies of #A0F7D3
Complementary color
Monochromatic Colors of #A0F7D3
Black with #A0F7D3
Text Example
Text Example
White with #A0F7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F7D3; }
p { color: rgb(160,247,211); }
H1.HeaderClassName
{
color: #A0F7D3;
}
.AnyTagClassName
{
color: #A0F7D3;
}
</style>
background-color css
<style>
a { background-color: #A0F7D3; }
a { background-color: rgb(160,247,211); }
div.DivClassName
{
background-color: #A0F7D3;
}
.BgClassName
{
background-color: #A0F7D3;
}
</style>
border-color css
<style>
span { border-color: #A0F7D3; }
span { border-color: rgb(160,247,211); }
td.TdClassName
{
border-color: #A0F7D3;
}
.TagClassName
{
border-color: #A0F7D3;
}
</style>