Shades of Magic Mint #A1F4CA
Tints of Magic Mint #A1F4CA
RGB
CMYK
RGB Variations
Color information
#A1F4CA (or 0xA1F4CA) is known color: Magic Mint. HEX triplet: A1, F4 and CA. RGB value is (161,244,202). Sum of RGB (Red+Green+Blue) = 161+244+202=607 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.52% from 607); Green value is 244 (95.70% from 255 or 40.20% from 607); Blue value is 202 (79.30% from 255 or 33.28% from 607); Max value from RGB is 244 - color contains mainly: green. Hex color #A1F4CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F4CA is #5E0B35. Grayscale: #D6D6D6. Windows color (decimal): -6163254 or 13300897. OLE color: 13300897.
HSL color Cylindrical-coordinate representation of color #A1F4CA: hue angle of 149.64º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F4CA is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 244 | 202 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.04 |
| HSL | 149.64º | 0.79% | 0.79% | - |
| HSV(B) | 149.64º | 0.34% | 0.96% | - |
| XYZ | 57.71 | 76.54 | 67.61 | - |
| YUV | 214.4 | 121 | 89.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 244 | 202 | 0.34 | 0 | 0.17 | 0.04 | 149.64 | 0.79 | 0.79 |
| Hex | A1 | F4 | CA | 22 | 0 | 11 | 4 | 96 | 4F | 4F |
| Octal | 241 | 364 | 312 | 42 | 0 | 21 | 4 | 226 | 117 | 117 |
| Binary | 10100001 | 11110100 | 11001010 | 100010 | 0 | 10001 | 100 | 10010110 | 1001111 | 1001111 |
Color Harmonies of #A1F4CA
Complementary color
Monochromatic Colors of #A1F4CA
Black with #A1F4CA
Text Example
Text Example
White with #A1F4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F4CA; }
p { color: rgb(161,244,202); }
H1.HeaderClassName
{
color: #A1F4CA;
}
.AnyTagClassName
{
color: #A1F4CA;
}
</style>
background-color css
<style>
a { background-color: #A1F4CA; }
a { background-color: rgb(161,244,202); }
div.DivClassName
{
background-color: #A1F4CA;
}
.BgClassName
{
background-color: #A1F4CA;
}
</style>
border-color css
<style>
span { border-color: #A1F4CA; }
span { border-color: rgb(161,244,202); }
td.TdClassName
{
border-color: #A1F4CA;
}
.TagClassName
{
border-color: #A1F4CA;
}
</style>