Shades of Magic Mint #A1F5BC
Tints of Magic Mint #A1F5BC
RGB
CMYK
RGB Variations
Color information
#A1F5BC (or 0xA1F5BC) is known color: Magic Mint. HEX triplet: A1, F5 and BC. RGB value is (161,245,188). Sum of RGB (Red+Green+Blue) = 161+245+188=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 245 (96.09% from 255 or 41.25% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 245 - color contains mainly: green. Hex color #A1F5BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F5BC is #5E0A43. Grayscale: #D5D5D5. Windows color (decimal): -6163012 or 12383649. OLE color: 12383649.
HSL color Cylindrical-coordinate representation of color #A1F5BC: hue angle of 139.29º degrees, saturation: 0.81, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F5BC is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 245 | 188 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.04 |
| HSL | 139.29º | 0.81% | 0.8% | - |
| HSV(B) | 139.29º | 0.34% | 0.96% | - |
| XYZ | 56.43 | 76.51 | 59.37 | - |
| YUV | 213.39 | 113.67 | 90.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 245 | 188 | 0.34 | 0 | 0.23 | 0.04 | 139.29 | 0.81 | 0.8 |
| Hex | A1 | F5 | BC | 22 | 0 | 17 | 4 | 8B | 51 | 50 |
| Octal | 241 | 365 | 274 | 42 | 0 | 27 | 4 | 213 | 121 | 120 |
| Binary | 10100001 | 11110101 | 10111100 | 100010 | 0 | 10111 | 100 | 10001011 | 1010001 | 1010000 |
Color Harmonies of #A1F5BC
Complementary color
Monochromatic Colors of #A1F5BC
Black with #A1F5BC
Text Example
Text Example
White with #A1F5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F5BC; }
p { color: rgb(161,245,188); }
H1.HeaderClassName
{
color: #A1F5BC;
}
.AnyTagClassName
{
color: #A1F5BC;
}
</style>
background-color css
<style>
a { background-color: #A1F5BC; }
a { background-color: rgb(161,245,188); }
div.DivClassName
{
background-color: #A1F5BC;
}
.BgClassName
{
background-color: #A1F5BC;
}
</style>
border-color css
<style>
span { border-color: #A1F5BC; }
span { border-color: rgb(161,245,188); }
td.TdClassName
{
border-color: #A1F5BC;
}
.TagClassName
{
border-color: #A1F5BC;
}
</style>