Shades of Magic Mint #A0FFBC
Tints of Magic Mint #A0FFBC
RGB
CMYK
RGB Variations
Color information
#A0FFBC (or 0xA0FFBC) is known color: Magic Mint. HEX triplet: A0, FF and BC. RGB value is (160,255,188). Sum of RGB (Red+Green+Blue) = 160+255+188=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFBC is #5F0043. Grayscale: #DBDBDB. Windows color (decimal): -6225988 or 12386208. OLE color: 12386208.
HSL color Cylindrical-coordinate representation of color #A0FFBC: hue angle of 137.68º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFBC is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 188 | - |
| CMYK | 0.37 | 0 | 0.26 | 0 |
| HSL | 137.68º | 1% | 0.81% | - |
| HSV(B) | 137.68º | 0.37% | 1% | - |
| XYZ | 59.33 | 82.62 | 60.4 | - |
| YUV | 218.96 | 110.53 | 85.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 188 | 0.37 | 0 | 0.26 | 0 | 137.68 | 1 | 0.81 |
| Hex | A0 | FF | BC | 25 | 0 | 1A | 0 | 8A | 64 | 51 |
| Octal | 240 | 377 | 274 | 45 | 0 | 32 | 0 | 212 | 144 | 121 |
| Binary | 10100000 | 11111111 | 10111100 | 100101 | 0 | 11010 | 0 | 10001010 | 1100100 | 1010001 |
Color Harmonies of #A0FFBC
Complementary color
Monochromatic Colors of #A0FFBC
Black with #A0FFBC
Text Example
Text Example
White with #A0FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFBC; }
p { color: rgb(160,255,188); }
H1.HeaderClassName
{
color: #A0FFBC;
}
.AnyTagClassName
{
color: #A0FFBC;
}
</style>
background-color css
<style>
a { background-color: #A0FFBC; }
a { background-color: rgb(160,255,188); }
div.DivClassName
{
background-color: #A0FFBC;
}
.BgClassName
{
background-color: #A0FFBC;
}
</style>
border-color css
<style>
span { border-color: #A0FFBC; }
span { border-color: rgb(160,255,188); }
td.TdClassName
{
border-color: #A0FFBC;
}
.TagClassName
{
border-color: #A0FFBC;
}
</style>