Shades of Magic Mint #A1FCC3
Tints of Magic Mint #A1FCC3
RGB
CMYK
RGB Variations
Color information
#A1FCC3 (or 0xA1FCC3) is known color: Magic Mint. HEX triplet: A1, FC and C3. RGB value is (161,252,195). Sum of RGB (Red+Green+Blue) = 161+252+195=608 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.48% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #A1FCC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FCC3 is #5E033C. Grayscale: #DADADA. Windows color (decimal): -6161213 or 12844193. OLE color: 12844193.
HSL color Cylindrical-coordinate representation of color #A1FCC3: hue angle of 142.42º 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 #A1FCC3 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 252 | 195 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.01 |
| HSL | 142.42º | 0.94% | 0.81% | - |
| HSV(B) | 142.42º | 0.36% | 0.99% | - |
| XYZ | 59.36 | 81.14 | 64.16 | - |
| YUV | 218.29 | 114.85 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 252 | 195 | 0.36 | 0 | 0.23 | 0.01 | 142.42 | 0.94 | 0.81 |
| Hex | A1 | FC | C3 | 24 | 0 | 17 | 1 | 8E | 5E | 51 |
| Octal | 241 | 374 | 303 | 44 | 0 | 27 | 1 | 216 | 136 | 121 |
| Binary | 10100001 | 11111100 | 11000011 | 100100 | 0 | 10111 | 1 | 10001110 | 1011110 | 1010001 |
Color Harmonies of #A1FCC3
Complementary color
Monochromatic Colors of #A1FCC3
Black with #A1FCC3
Text Example
Text Example
White with #A1FCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FCC3; }
p { color: rgb(161,252,195); }
H1.HeaderClassName
{
color: #A1FCC3;
}
.AnyTagClassName
{
color: #A1FCC3;
}
</style>
background-color css
<style>
a { background-color: #A1FCC3; }
a { background-color: rgb(161,252,195); }
div.DivClassName
{
background-color: #A1FCC3;
}
.BgClassName
{
background-color: #A1FCC3;
}
</style>
border-color css
<style>
span { border-color: #A1FCC3; }
span { border-color: rgb(161,252,195); }
td.TdClassName
{
border-color: #A1FCC3;
}
.TagClassName
{
border-color: #A1FCC3;
}
</style>