Shades of Magic Mint #A1F3C4
Tints of Magic Mint #A1F3C4
RGB
CMYK
RGB Variations
Color information
#A1F3C4 (or 0xA1F3C4) is known color: Magic Mint. HEX triplet: A1, F3 and C4. RGB value is (161,243,196). Sum of RGB (Red+Green+Blue) = 161+243+196=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 196 (76.95% from 255 or 32.67% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F3C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F3C4 is #5E0C3B. Grayscale: #D5D5D5. Windows color (decimal): -6163516 or 12907425. OLE color: 12907425.
HSL color Cylindrical-coordinate representation of color #A1F3C4: hue angle of 145.61º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1F3C4 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 196 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.05 |
| HSL | 145.61º | 0.77% | 0.79% | - |
| HSV(B) | 145.61º | 0.34% | 0.95% | - |
| XYZ | 56.71 | 75.66 | 63.84 | - |
| YUV | 213.12 | 118.33 | 90.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 196 | 0.34 | 0 | 0.19 | 0.05 | 145.61 | 0.77 | 0.79 |
| Hex | A1 | F3 | C4 | 22 | 0 | 13 | 5 | 92 | 4D | 4F |
| Octal | 241 | 363 | 304 | 42 | 0 | 23 | 5 | 222 | 115 | 117 |
| Binary | 10100001 | 11110011 | 11000100 | 100010 | 0 | 10011 | 101 | 10010010 | 1001101 | 1001111 |
Color Harmonies of #A1F3C4
Complementary color
Monochromatic Colors of #A1F3C4
Black with #A1F3C4
Text Example
Text Example
White with #A1F3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F3C4; }
p { color: rgb(161,243,196); }
H1.HeaderClassName
{
color: #A1F3C4;
}
.AnyTagClassName
{
color: #A1F3C4;
}
</style>
background-color css
<style>
a { background-color: #A1F3C4; }
a { background-color: rgb(161,243,196); }
div.DivClassName
{
background-color: #A1F3C4;
}
.BgClassName
{
background-color: #A1F3C4;
}
</style>
border-color css
<style>
span { border-color: #A1F3C4; }
span { border-color: rgb(161,243,196); }
td.TdClassName
{
border-color: #A1F3C4;
}
.TagClassName
{
border-color: #A1F3C4;
}
</style>