Shades of Magic Mint #A0FDBF
Tints of Magic Mint #A0FDBF
RGB
CMYK
RGB Variations
Color information
#A0FDBF (or 0xA0FDBF) is known color: Magic Mint. HEX triplet: A0, FD and BF. RGB value is (160,253,191). Sum of RGB (Red+Green+Blue) = 160+253+191=604 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.49% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDBF is #5F0240. Grayscale: #DADADA. Windows color (decimal): -6226497 or 12582304. OLE color: 12582304.
HSL color Cylindrical-coordinate representation of color #A0FDBF: hue angle of 140º 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 #A0FDBF is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 191 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.01 |
| HSL | 140º | 0.96% | 0.81% | - |
| HSV(B) | 140º | 0.37% | 0.99% | - |
| XYZ | 59.03 | 81.49 | 61.91 | - |
| YUV | 218.13 | 112.69 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 191 | 0.37 | 0 | 0.25 | 0.01 | 140 | 0.96 | 0.81 |
| Hex | A0 | FD | BF | 25 | 0 | 19 | 1 | 8C | 60 | 51 |
| Octal | 240 | 375 | 277 | 45 | 0 | 31 | 1 | 214 | 140 | 121 |
| Binary | 10100000 | 11111101 | 10111111 | 100101 | 0 | 11001 | 1 | 10001100 | 1100000 | 1010001 |
Color Harmonies of #A0FDBF
Complementary color
Monochromatic Colors of #A0FDBF
Black with #A0FDBF
Text Example
Text Example
White with #A0FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FDBF; }
p { color: rgb(160,253,191); }
H1.HeaderClassName
{
color: #A0FDBF;
}
.AnyTagClassName
{
color: #A0FDBF;
}
</style>
background-color css
<style>
a { background-color: #A0FDBF; }
a { background-color: rgb(160,253,191); }
div.DivClassName
{
background-color: #A0FDBF;
}
.BgClassName
{
background-color: #A0FDBF;
}
</style>
border-color css
<style>
span { border-color: #A0FDBF; }
span { border-color: rgb(160,253,191); }
td.TdClassName
{
border-color: #A0FDBF;
}
.TagClassName
{
border-color: #A0FDBF;
}
</style>