Shades of Magic Mint #A1F6C3
Tints of Magic Mint #A1F6C3
RGB
CMYK
RGB Variations
Color information
#A1F6C3 (or 0xA1F6C3) is known color: Magic Mint. HEX triplet: A1, F6 and C3. RGB value is (161,246,195). Sum of RGB (Red+Green+Blue) = 161+246+195=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 195 (76.56% from 255 or 32.39% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F6C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F6C3 is #5E093C. Grayscale: #D6D6D6. Windows color (decimal): -6162749 or 12842657. OLE color: 12842657.
HSL color Cylindrical-coordinate representation of color #A1F6C3: hue angle of 144º degrees, saturation: 0.83, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F6C3 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 195 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.04 |
| HSL | 144º | 0.83% | 0.8% | - |
| HSV(B) | 144º | 0.35% | 0.96% | - |
| XYZ | 57.5 | 77.43 | 63.54 | - |
| YUV | 214.77 | 116.84 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 195 | 0.35 | 0 | 0.21 | 0.04 | 144 | 0.83 | 0.8 |
| Hex | A1 | F6 | C3 | 23 | 0 | 15 | 4 | 90 | 53 | 50 |
| Octal | 241 | 366 | 303 | 43 | 0 | 25 | 4 | 220 | 123 | 120 |
| Binary | 10100001 | 11110110 | 11000011 | 100011 | 0 | 10101 | 100 | 10010000 | 1010011 | 1010000 |
Color Harmonies of #A1F6C3
Complementary color
Monochromatic Colors of #A1F6C3
Black with #A1F6C3
Text Example
Text Example
White with #A1F6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F6C3; }
p { color: rgb(161,246,195); }
H1.HeaderClassName
{
color: #A1F6C3;
}
.AnyTagClassName
{
color: #A1F6C3;
}
</style>
background-color css
<style>
a { background-color: #A1F6C3; }
a { background-color: rgb(161,246,195); }
div.DivClassName
{
background-color: #A1F6C3;
}
.BgClassName
{
background-color: #A1F6C3;
}
</style>
border-color css
<style>
span { border-color: #A1F6C3; }
span { border-color: rgb(161,246,195); }
td.TdClassName
{
border-color: #A1F6C3;
}
.TagClassName
{
border-color: #A1F6C3;
}
</style>