Shades of Magic Mint #A1FCC5
Tints of Magic Mint #A1FCC5
RGB
CMYK
RGB Variations
Color information
#A1FCC5 (or 0xA1FCC5) is known color: Magic Mint. HEX triplet: A1, FC and C5. RGB value is (161,252,197). Sum of RGB (Red+Green+Blue) = 161+252+197=610 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.39% from 610); Green value is 252 (98.83% from 255 or 41.31% from 610); Blue value is 197 (77.34% from 255 or 32.30% from 610); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCC5 is #5E033A. Grayscale: #DADADA. Windows color (decimal): -6161211 or 12975265. OLE color: 12975265.
HSL color Cylindrical-coordinate representation of color #A1FCC5: hue angle of 143.74º degrees, saturation: 0.94, 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 #A1FCC5 is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 197 | - |
| CMYK | 0.36 | 0 | 0.22 | 0.01 |
| HSL | 143.74º | 0.94% | 0.81% | - |
| HSV(B) | 143.74º | 0.36% | 0.99% | - |
| XYZ | 59.59 | 81.23 | 65.36 | - |
| YUV | 218.52 | 115.85 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 197 | 0.36 | 0 | 0.22 | 0.01 | 143.74 | 0.94 | 0.81 |
| Hex | A1 | FC | C5 | 24 | 0 | 16 | 1 | 90 | 5E | 51 |
| Octal | 241 | 374 | 305 | 44 | 0 | 26 | 1 | 220 | 136 | 121 |
| Binary | 10100001 | 11111100 | 11000101 | 100100 | 0 | 10110 | 1 | 10010000 | 1011110 | 1010001 |
Color Harmonies of #A1FCC5
Complementary color
Monochromatic Colors of #A1FCC5
Black with #A1FCC5
Text Example
Text Example
White with #A1FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCC5; }
p { color: rgb(161,252,197); }
H1.HeaderClassName
{
color: #A1FCC5;
}
.AnyTagClassName
{
color: #A1FCC5;
}
</style>
background-color css
<style>
a { background-color: #A1FCC5; }
a { background-color: rgb(161,252,197); }
div.DivClassName
{
background-color: #A1FCC5;
}
.BgClassName
{
background-color: #A1FCC5;
}
</style>
border-color css
<style>
span { border-color: #A1FCC5; }
span { border-color: rgb(161,252,197); }
td.TdClassName
{
border-color: #A1FCC5;
}
.TagClassName
{
border-color: #A1FCC5;
}
</style>