Shades of Magic Mint #A1FBCC
Tints of Magic Mint #A1FBCC
RGB
CMYK
RGB Variations
Color information
#A1FBCC (or 0xA1FBCC) is known color: Magic Mint. HEX triplet: A1, FB and CC. RGB value is (161,251,204). Sum of RGB (Red+Green+Blue) = 161+251+204=616 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.14% from 616); Green value is 251 (98.44% from 255 or 40.75% from 616); Blue value is 204 (80.08% from 255 or 33.12% from 616); Max value from RGB is 251 - color contains mainly: green. Hex color #A1FBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FBCC is #5E0433. Grayscale: #DADADA. Windows color (decimal): -6161460 or 13433761. OLE color: 13433761.
HSL color Cylindrical-coordinate representation of color #A1FBCC: hue angle of 148.67º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1FBCC is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 251 | 204 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.02 |
| HSL | 148.67º | 0.92% | 0.81% | - |
| HSV(B) | 148.67º | 0.36% | 0.98% | - |
| XYZ | 60.09 | 80.93 | 69.58 | - |
| YUV | 218.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 251 | 204 | 0.36 | 0 | 0.19 | 0.02 | 148.67 | 0.92 | 0.81 |
| Hex | A1 | FB | CC | 24 | 0 | 13 | 2 | 95 | 5C | 51 |
| Octal | 241 | 373 | 314 | 44 | 0 | 23 | 2 | 225 | 134 | 121 |
| Binary | 10100001 | 11111011 | 11001100 | 100100 | 0 | 10011 | 10 | 10010101 | 1011100 | 1010001 |
Color Harmonies of #A1FBCC
Complementary color
Monochromatic Colors of #A1FBCC
Black with #A1FBCC
Text Example
Text Example
White with #A1FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FBCC; }
p { color: rgb(161,251,204); }
H1.HeaderClassName
{
color: #A1FBCC;
}
.AnyTagClassName
{
color: #A1FBCC;
}
</style>
background-color css
<style>
a { background-color: #A1FBCC; }
a { background-color: rgb(161,251,204); }
div.DivClassName
{
background-color: #A1FBCC;
}
.BgClassName
{
background-color: #A1FBCC;
}
</style>
border-color css
<style>
span { border-color: #A1FBCC; }
span { border-color: rgb(161,251,204); }
td.TdClassName
{
border-color: #A1FBCC;
}
.TagClassName
{
border-color: #A1FBCC;
}
</style>