Shades of Magic Mint #A1F9BC
Tints of Magic Mint #A1F9BC
RGB
CMYK
RGB Variations
Color information
#A1F9BC (or 0xA1F9BC) is known color: Magic Mint. HEX triplet: A1, F9 and BC. RGB value is (161,249,188). Sum of RGB (Red+Green+Blue) = 161+249+188=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 188 (73.83% from 255 or 31.44% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9BC is #5E0643. Grayscale: #D7D7D7. Windows color (decimal): -6161988 or 12384673. OLE color: 12384673.
HSL color Cylindrical-coordinate representation of color #A1F9BC: hue angle of 138.41º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9BC is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 188 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.02 |
| HSL | 138.41º | 0.88% | 0.8% | - |
| HSV(B) | 138.41º | 0.35% | 0.98% | - |
| XYZ | 57.65 | 78.96 | 59.78 | - |
| YUV | 215.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 188 | 0.35 | 0 | 0.24 | 0.02 | 138.41 | 0.88 | 0.8 |
| Hex | A1 | F9 | BC | 23 | 0 | 18 | 2 | 8A | 58 | 50 |
| Octal | 241 | 371 | 274 | 43 | 0 | 30 | 2 | 212 | 130 | 120 |
| Binary | 10100001 | 11111001 | 10111100 | 100011 | 0 | 11000 | 10 | 10001010 | 1011000 | 1010000 |
Color Harmonies of #A1F9BC
Complementary color
Monochromatic Colors of #A1F9BC
Black with #A1F9BC
Text Example
Text Example
White with #A1F9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9BC; }
p { color: rgb(161,249,188); }
H1.HeaderClassName
{
color: #A1F9BC;
}
.AnyTagClassName
{
color: #A1F9BC;
}
</style>
background-color css
<style>
a { background-color: #A1F9BC; }
a { background-color: rgb(161,249,188); }
div.DivClassName
{
background-color: #A1F9BC;
}
.BgClassName
{
background-color: #A1F9BC;
}
</style>
border-color css
<style>
span { border-color: #A1F9BC; }
span { border-color: rgb(161,249,188); }
td.TdClassName
{
border-color: #A1F9BC;
}
.TagClassName
{
border-color: #A1F9BC;
}
</style>