Shades of Magic Mint #A0FDBE
Tints of Magic Mint #A0FDBE
RGB
CMYK
RGB Variations
Color information
#A0FDBE (or 0xA0FDBE) is known color: Magic Mint. HEX triplet: A0, FD and BE. RGB value is (160,253,190). Sum of RGB (Red+Green+Blue) = 160+253+190=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 253 (99.22% from 255 or 41.96% from 603); Blue value is 190 (74.61% from 255 or 31.51% from 603); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDBE is #5F0241. Grayscale: #DADADA. Windows color (decimal): -6226498 or 12516768. OLE color: 12516768.
HSL color Cylindrical-coordinate representation of color #A0FDBE: hue angle of 139.35º 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 #A0FDBE is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 190 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.01 |
| HSL | 139.35º | 0.96% | 0.81% | - |
| HSV(B) | 139.35º | 0.37% | 0.99% | - |
| XYZ | 58.92 | 81.44 | 61.33 | - |
| YUV | 218.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 190 | 0.37 | 0 | 0.25 | 0.01 | 139.35 | 0.96 | 0.81 |
| Hex | A0 | FD | BE | 25 | 0 | 19 | 1 | 8B | 60 | 51 |
| Octal | 240 | 375 | 276 | 45 | 0 | 31 | 1 | 213 | 140 | 121 |
| Binary | 10100000 | 11111101 | 10111110 | 100101 | 0 | 11001 | 1 | 10001011 | 1100000 | 1010001 |
Color Harmonies of #A0FDBE
Complementary color
Monochromatic Colors of #A0FDBE
Black with #A0FDBE
Text Example
Text Example
White with #A0FDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FDBE; }
p { color: rgb(160,253,190); }
H1.HeaderClassName
{
color: #A0FDBE;
}
.AnyTagClassName
{
color: #A0FDBE;
}
</style>
background-color css
<style>
a { background-color: #A0FDBE; }
a { background-color: rgb(160,253,190); }
div.DivClassName
{
background-color: #A0FDBE;
}
.BgClassName
{
background-color: #A0FDBE;
}
</style>
border-color css
<style>
span { border-color: #A0FDBE; }
span { border-color: rgb(160,253,190); }
td.TdClassName
{
border-color: #A0FDBE;
}
.TagClassName
{
border-color: #A0FDBE;
}
</style>