Shades of Magic Mint #A2FFBC
Tints of Magic Mint #A2FFBC
RGB
CMYK
RGB Variations
Color information
#A2FFBC (or 0xA2FFBC) is known color: Magic Mint. HEX triplet: A2, FF and BC. RGB value is (162,255,188). Sum of RGB (Red+Green+Blue) = 162+255+188=605 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.78% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFBC is #5D0043. Grayscale: #DBDBDB. Windows color (decimal): -6094916 or 12386210. OLE color: 12386210.
HSL color Cylindrical-coordinate representation of color #A2FFBC: hue angle of 136.77º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFBC is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 188 | - |
| CMYK | 0.36 | 0 | 0.26 | 0 |
| HSL | 136.77º | 1% | 0.82% | - |
| HSV(B) | 136.77º | 0.36% | 1% | - |
| XYZ | 59.74 | 82.83 | 60.42 | - |
| YUV | 219.56 | 110.19 | 86.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 188 | 0.36 | 0 | 0.26 | 0 | 136.77 | 1 | 0.82 |
| Hex | A2 | FF | BC | 24 | 0 | 1A | 0 | 89 | 64 | 52 |
| Octal | 242 | 377 | 274 | 44 | 0 | 32 | 0 | 211 | 144 | 122 |
| Binary | 10100010 | 11111111 | 10111100 | 100100 | 0 | 11010 | 0 | 10001001 | 1100100 | 1010010 |
Color Harmonies of #A2FFBC
Complementary color
Monochromatic Colors of #A2FFBC
Black with #A2FFBC
Text Example
Text Example
White with #A2FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFBC; }
p { color: rgb(162,255,188); }
H1.HeaderClassName
{
color: #A2FFBC;
}
.AnyTagClassName
{
color: #A2FFBC;
}
</style>
background-color css
<style>
a { background-color: #A2FFBC; }
a { background-color: rgb(162,255,188); }
div.DivClassName
{
background-color: #A2FFBC;
}
.BgClassName
{
background-color: #A2FFBC;
}
</style>
border-color css
<style>
span { border-color: #A2FFBC; }
span { border-color: rgb(162,255,188); }
td.TdClassName
{
border-color: #A2FFBC;
}
.TagClassName
{
border-color: #A2FFBC;
}
</style>