Shades of Magic Mint #A1F7BC
Tints of Magic Mint #A1F7BC
RGB
CMYK
RGB Variations
Color information
#A1F7BC (or 0xA1F7BC) is known color: Magic Mint. HEX triplet: A1, F7 and BC. RGB value is (161,247,188). Sum of RGB (Red+Green+Blue) = 161+247+188=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F7BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F7BC is #5E0843. Grayscale: #D6D6D6. Windows color (decimal): -6162500 or 12384161. OLE color: 12384161.
HSL color Cylindrical-coordinate representation of color #A1F7BC: hue angle of 138.84º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F7BC is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 188 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.03 |
| HSL | 138.84º | 0.84% | 0.8% | - |
| HSV(B) | 138.84º | 0.35% | 0.97% | - |
| XYZ | 57.04 | 77.73 | 59.57 | - |
| YUV | 214.56 | 113.01 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 188 | 0.35 | 0 | 0.24 | 0.03 | 138.84 | 0.84 | 0.8 |
| Hex | A1 | F7 | BC | 23 | 0 | 18 | 3 | 8B | 54 | 50 |
| Octal | 241 | 367 | 274 | 43 | 0 | 30 | 3 | 213 | 124 | 120 |
| Binary | 10100001 | 11110111 | 10111100 | 100011 | 0 | 11000 | 11 | 10001011 | 1010100 | 1010000 |
Color Harmonies of #A1F7BC
Complementary color
Monochromatic Colors of #A1F7BC
Black with #A1F7BC
Text Example
Text Example
White with #A1F7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F7BC; }
p { color: rgb(161,247,188); }
H1.HeaderClassName
{
color: #A1F7BC;
}
.AnyTagClassName
{
color: #A1F7BC;
}
</style>
background-color css
<style>
a { background-color: #A1F7BC; }
a { background-color: rgb(161,247,188); }
div.DivClassName
{
background-color: #A1F7BC;
}
.BgClassName
{
background-color: #A1F7BC;
}
</style>
border-color css
<style>
span { border-color: #A1F7BC; }
span { border-color: rgb(161,247,188); }
td.TdClassName
{
border-color: #A1F7BC;
}
.TagClassName
{
border-color: #A1F7BC;
}
</style>