Shades of Magic Mint #A0FBBD
Tints of Magic Mint #A0FBBD
RGB
CMYK
RGB Variations
Color information
#A0FBBD (or 0xA0FBBD) is known color: Magic Mint. HEX triplet: A0, FB and BD. RGB value is (160,251,189). Sum of RGB (Red+Green+Blue) = 160+251+189=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 251 (98.44% from 255 or 41.83% from 600); Blue value is 189 (74.22% from 255 or 31.5% from 600); Max value from RGB is 251 - color contains mainly: green. Hex color #A0FBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FBBD is #5F0442. Grayscale: #D8D8D8. Windows color (decimal): -6227011 or 12450720. OLE color: 12450720.
HSL color Cylindrical-coordinate representation of color #A0FBBD: hue angle of 139.12º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FBBD is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 251 | 189 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.02 |
| HSL | 139.12º | 0.92% | 0.81% | - |
| HSV(B) | 139.12º | 0.36% | 0.98% | - |
| XYZ | 58.18 | 80.14 | 60.55 | - |
| YUV | 216.72 | 112.35 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 251 | 189 | 0.36 | 0 | 0.25 | 0.02 | 139.12 | 0.92 | 0.81 |
| Hex | A0 | FB | BD | 24 | 0 | 19 | 2 | 8B | 5C | 51 |
| Octal | 240 | 373 | 275 | 44 | 0 | 31 | 2 | 213 | 134 | 121 |
| Binary | 10100000 | 11111011 | 10111101 | 100100 | 0 | 11001 | 10 | 10001011 | 1011100 | 1010001 |
Color Harmonies of #A0FBBD
Complementary color
Monochromatic Colors of #A0FBBD
Black with #A0FBBD
Text Example
Text Example
White with #A0FBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FBBD; }
p { color: rgb(160,251,189); }
H1.HeaderClassName
{
color: #A0FBBD;
}
.AnyTagClassName
{
color: #A0FBBD;
}
</style>
background-color css
<style>
a { background-color: #A0FBBD; }
a { background-color: rgb(160,251,189); }
div.DivClassName
{
background-color: #A0FBBD;
}
.BgClassName
{
background-color: #A0FBBD;
}
</style>
border-color css
<style>
span { border-color: #A0FBBD; }
span { border-color: rgb(160,251,189); }
td.TdClassName
{
border-color: #A0FBBD;
}
.TagClassName
{
border-color: #A0FBBD;
}
</style>