Shades of Magic Mint #A0FDC5
Tints of Magic Mint #A0FDC5
RGB
CMYK
RGB Variations
Color information
#A0FDC5 (or 0xA0FDC5) is known color: Magic Mint. HEX triplet: A0, FD and C5. RGB value is (160,253,197). Sum of RGB (Red+Green+Blue) = 160+253+197=610 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.23% from 610); Green value is 253 (99.22% from 255 or 41.48% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDC5 is #5F023A. Grayscale: #DADADA. Windows color (decimal): -6226491 or 12975520. OLE color: 12975520.
HSL color Cylindrical-coordinate representation of color #A0FDC5: hue angle of 143.87º 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 #A0FDC5 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 197 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.01 |
| HSL | 143.87º | 0.96% | 0.81% | - |
| HSV(B) | 143.87º | 0.37% | 0.99% | - |
| XYZ | 59.7 | 81.76 | 65.46 | - |
| YUV | 218.81 | 115.69 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 197 | 0.37 | 0 | 0.22 | 0.01 | 143.87 | 0.96 | 0.81 |
| Hex | A0 | FD | C5 | 25 | 0 | 16 | 1 | 90 | 60 | 51 |
| Octal | 240 | 375 | 305 | 45 | 0 | 26 | 1 | 220 | 140 | 121 |
| Binary | 10100000 | 11111101 | 11000101 | 100101 | 0 | 10110 | 1 | 10010000 | 1100000 | 1010001 |
Color Harmonies of #A0FDC5
Complementary color
Monochromatic Colors of #A0FDC5
Black with #A0FDC5
Text Example
Text Example
White with #A0FDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FDC5; }
p { color: rgb(160,253,197); }
H1.HeaderClassName
{
color: #A0FDC5;
}
.AnyTagClassName
{
color: #A0FDC5;
}
</style>
background-color css
<style>
a { background-color: #A0FDC5; }
a { background-color: rgb(160,253,197); }
div.DivClassName
{
background-color: #A0FDC5;
}
.BgClassName
{
background-color: #A0FDC5;
}
</style>
border-color css
<style>
span { border-color: #A0FDC5; }
span { border-color: rgb(160,253,197); }
td.TdClassName
{
border-color: #A0FDC5;
}
.TagClassName
{
border-color: #A0FDC5;
}
</style>