Shades of Magic Mint #A1FDC6
Tints of Magic Mint #A1FDC6
RGB
CMYK
RGB Variations
Color information
#A1FDC6 (or 0xA1FDC6) is known color: Magic Mint. HEX triplet: A1, FD and C6. RGB value is (161,253,198). Sum of RGB (Red+Green+Blue) = 161+253+198=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDC6 is #5E0239. Grayscale: #DBDBDB. Windows color (decimal): -6160954 or 13041057. OLE color: 13041057.
HSL color Cylindrical-coordinate representation of color #A1FDC6: hue angle of 144.13º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FDC6 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 253 | 198 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.01 |
| HSL | 144.13º | 0.96% | 0.81% | - |
| HSV(B) | 144.13º | 0.36% | 0.99% | - |
| XYZ | 60.02 | 81.9 | 66.07 | - |
| YUV | 219.22 | 116.02 | 86.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 253 | 198 | 0.36 | 0 | 0.22 | 0.01 | 144.13 | 0.96 | 0.81 |
| Hex | A1 | FD | C6 | 24 | 0 | 16 | 1 | 90 | 60 | 51 |
| Octal | 241 | 375 | 306 | 44 | 0 | 26 | 1 | 220 | 140 | 121 |
| Binary | 10100001 | 11111101 | 11000110 | 100100 | 0 | 10110 | 1 | 10010000 | 1100000 | 1010001 |
Color Harmonies of #A1FDC6
Complementary color
Monochromatic Colors of #A1FDC6
Black with #A1FDC6
Text Example
Text Example
White with #A1FDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDC6; }
p { color: rgb(161,253,198); }
H1.HeaderClassName
{
color: #A1FDC6;
}
.AnyTagClassName
{
color: #A1FDC6;
}
</style>
background-color css
<style>
a { background-color: #A1FDC6; }
a { background-color: rgb(161,253,198); }
div.DivClassName
{
background-color: #A1FDC6;
}
.BgClassName
{
background-color: #A1FDC6;
}
</style>
border-color css
<style>
span { border-color: #A1FDC6; }
span { border-color: rgb(161,253,198); }
td.TdClassName
{
border-color: #A1FDC6;
}
.TagClassName
{
border-color: #A1FDC6;
}
</style>