Shades of Magic Mint #A0FDC7
Tints of Magic Mint #A0FDC7
RGB
CMYK
RGB Variations
Color information
#A0FDC7 (or 0xA0FDC7) is known color: Magic Mint. HEX triplet: A0, FD and C7. RGB value is (160,253,199). Sum of RGB (Red+Green+Blue) = 160+253+199=612 (81% of max value = 765). Red value is 160 (62.89% from 255 or 26.14% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDC7 is #5F0238. Grayscale: #DBDBDB. Windows color (decimal): -6226489 or 13106592. OLE color: 13106592.
HSL color Cylindrical-coordinate representation of color #A0FDC7: hue angle of 145.16º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FDC7 is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 199 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.01 |
| HSL | 145.16º | 0.96% | 0.81% | - |
| HSV(B) | 145.16º | 0.37% | 0.99% | - |
| XYZ | 59.93 | 81.85 | 66.67 | - |
| YUV | 219.04 | 116.69 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 199 | 0.37 | 0 | 0.21 | 0.01 | 145.16 | 0.96 | 0.81 |
| Hex | A0 | FD | C7 | 25 | 0 | 15 | 1 | 91 | 60 | 51 |
| Octal | 240 | 375 | 307 | 45 | 0 | 25 | 1 | 221 | 140 | 121 |
| Binary | 10100000 | 11111101 | 11000111 | 100101 | 0 | 10101 | 1 | 10010001 | 1100000 | 1010001 |
Color Harmonies of #A0FDC7
Complementary color
Monochromatic Colors of #A0FDC7
Black with #A0FDC7
Text Example
Text Example
White with #A0FDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FDC7; }
p { color: rgb(160,253,199); }
H1.HeaderClassName
{
color: #A0FDC7;
}
.AnyTagClassName
{
color: #A0FDC7;
}
</style>
background-color css
<style>
a { background-color: #A0FDC7; }
a { background-color: rgb(160,253,199); }
div.DivClassName
{
background-color: #A0FDC7;
}
.BgClassName
{
background-color: #A0FDC7;
}
</style>
border-color css
<style>
span { border-color: #A0FDC7; }
span { border-color: rgb(160,253,199); }
td.TdClassName
{
border-color: #A0FDC7;
}
.TagClassName
{
border-color: #A0FDC7;
}
</style>