Shades of Magic Mint #A1FFC4
Tints of Magic Mint #A1FFC4
RGB
CMYK
RGB Variations
Color information
#A1FFC4 (or 0xA1FFC4) is known color: Magic Mint. HEX triplet: A1, FF and C4. RGB value is (161,255,196). Sum of RGB (Red+Green+Blue) = 161+255+196=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 255 (100% from 255 or 41.67% from 612); Blue value is 196 (76.95% from 255 or 32.03% from 612); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFC4 is #5E003B. Grayscale: #DCDCDC. Windows color (decimal): -6160444 or 12910497. OLE color: 12910497.
HSL color Cylindrical-coordinate representation of color #A1FFC4: hue angle of 142.34º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFC4 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 196 | - |
| CMYK | 0.37 | 0 | 0.23 | 0 |
| HSL | 142.34º | 1% | 0.82% | - |
| HSV(B) | 142.34º | 0.37% | 1% | - |
| XYZ | 60.42 | 83.08 | 65.08 | - |
| YUV | 220.17 | 114.36 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 196 | 0.37 | 0 | 0.23 | 0 | 142.34 | 1 | 0.82 |
| Hex | A1 | FF | C4 | 25 | 0 | 17 | 0 | 8E | 64 | 52 |
| Octal | 241 | 377 | 304 | 45 | 0 | 27 | 0 | 216 | 144 | 122 |
| Binary | 10100001 | 11111111 | 11000100 | 100101 | 0 | 10111 | 0 | 10001110 | 1100100 | 1010010 |
Color Harmonies of #A1FFC4
Complementary color
Monochromatic Colors of #A1FFC4
Black with #A1FFC4
Text Example
Text Example
White with #A1FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFC4; }
p { color: rgb(161,255,196); }
H1.HeaderClassName
{
color: #A1FFC4;
}
.AnyTagClassName
{
color: #A1FFC4;
}
</style>
background-color css
<style>
a { background-color: #A1FFC4; }
a { background-color: rgb(161,255,196); }
div.DivClassName
{
background-color: #A1FFC4;
}
.BgClassName
{
background-color: #A1FFC4;
}
</style>
border-color css
<style>
span { border-color: #A1FFC4; }
span { border-color: rgb(161,255,196); }
td.TdClassName
{
border-color: #A1FFC4;
}
.TagClassName
{
border-color: #A1FFC4;
}
</style>