Shades of Magic Mint #A1F2C5
Tints of Magic Mint #A1F2C5
RGB
CMYK
RGB Variations
Color information
#A1F2C5 (or 0xA1F2C5) is known color: Magic Mint. HEX triplet: A1, F2 and C5. RGB value is (161,242,197). Sum of RGB (Red+Green+Blue) = 161+242+197=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 242 (94.92% from 255 or 40.33% from 600); Blue value is 197 (77.34% from 255 or 32.83% from 600); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F2C5 is #5E0D3A. Grayscale: #D4D4D4. Windows color (decimal): -6163771 or 12972705. OLE color: 12972705.
HSL color Cylindrical-coordinate representation of color #A1F2C5: hue angle of 146.67º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F2C5 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 197 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.05 |
| HSL | 146.67º | 0.76% | 0.79% | - |
| HSV(B) | 146.67º | 0.33% | 0.95% | - |
| XYZ | 56.53 | 75.11 | 64.34 | - |
| YUV | 212.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 197 | 0.33 | 0 | 0.19 | 0.05 | 146.67 | 0.76 | 0.79 |
| Hex | A1 | F2 | C5 | 21 | 0 | 13 | 5 | 93 | 4C | 4F |
| Octal | 241 | 362 | 305 | 41 | 0 | 23 | 5 | 223 | 114 | 117 |
| Binary | 10100001 | 11110010 | 11000101 | 100001 | 0 | 10011 | 101 | 10010011 | 1001100 | 1001111 |
Color Harmonies of #A1F2C5
Complementary color
Monochromatic Colors of #A1F2C5
Black with #A1F2C5
Text Example
Text Example
White with #A1F2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F2C5; }
p { color: rgb(161,242,197); }
H1.HeaderClassName
{
color: #A1F2C5;
}
.AnyTagClassName
{
color: #A1F2C5;
}
</style>
background-color css
<style>
a { background-color: #A1F2C5; }
a { background-color: rgb(161,242,197); }
div.DivClassName
{
background-color: #A1F2C5;
}
.BgClassName
{
background-color: #A1F2C5;
}
</style>
border-color css
<style>
span { border-color: #A1F2C5; }
span { border-color: rgb(161,242,197); }
td.TdClassName
{
border-color: #A1F2C5;
}
.TagClassName
{
border-color: #A1F2C5;
}
</style>