Shades of Magic Mint #A1FDBF
Tints of Magic Mint #A1FDBF
RGB
CMYK
RGB Variations
Color information
#A1FDBF (or 0xA1FDBF) is known color: Magic Mint. HEX triplet: A1, FD and BF. RGB value is (161,253,191). Sum of RGB (Red+Green+Blue) = 161+253+191=605 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.61% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #A1FDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FDBF is #5E0240. Grayscale: #DADADA. Windows color (decimal): -6160961 or 12582305. OLE color: 12582305.
HSL color Cylindrical-coordinate representation of color #A1FDBF: hue angle of 139.57º 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 #A1FDBF is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 253 | 191 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.01 |
| HSL | 139.57º | 0.96% | 0.81% | - |
| HSV(B) | 139.57º | 0.36% | 0.99% | - |
| XYZ | 59.23 | 81.59 | 61.92 | - |
| YUV | 218.42 | 112.52 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 253 | 191 | 0.36 | 0 | 0.25 | 0.01 | 139.57 | 0.96 | 0.81 |
| Hex | A1 | FD | BF | 24 | 0 | 19 | 1 | 8C | 60 | 51 |
| Octal | 241 | 375 | 277 | 44 | 0 | 31 | 1 | 214 | 140 | 121 |
| Binary | 10100001 | 11111101 | 10111111 | 100100 | 0 | 11001 | 1 | 10001100 | 1100000 | 1010001 |
Color Harmonies of #A1FDBF
Complementary color
Monochromatic Colors of #A1FDBF
Black with #A1FDBF
Text Example
Text Example
White with #A1FDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FDBF; }
p { color: rgb(161,253,191); }
H1.HeaderClassName
{
color: #A1FDBF;
}
.AnyTagClassName
{
color: #A1FDBF;
}
</style>
background-color css
<style>
a { background-color: #A1FDBF; }
a { background-color: rgb(161,253,191); }
div.DivClassName
{
background-color: #A1FDBF;
}
.BgClassName
{
background-color: #A1FDBF;
}
</style>
border-color css
<style>
span { border-color: #A1FDBF; }
span { border-color: rgb(161,253,191); }
td.TdClassName
{
border-color: #A1FDBF;
}
.TagClassName
{
border-color: #A1FDBF;
}
</style>