Shades of Magic Mint #A4FFBF
Tints of Magic Mint #A4FFBF
RGB
CMYK
RGB Variations
Color information
#A4FFBF (or 0xA4FFBF) is known color: Magic Mint. HEX triplet: A4, FF and BF. RGB value is (164,255,191). Sum of RGB (Red+Green+Blue) = 164+255+191=610 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.89% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #A4FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FFBF is #5B0040. Grayscale: #DCDCDC. Windows color (decimal): -5963841 or 12582820. OLE color: 12582820.
HSL color Cylindrical-coordinate representation of color #A4FFBF: hue angle of 137.8º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A4FFBF is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 255 | 191 | - |
| CMYK | 0.36 | 0 | 0.25 | 0 |
| HSL | 137.8º | 1% | 0.82% | - |
| HSV(B) | 137.8º | 0.36% | 1% | - |
| XYZ | 60.47 | 83.17 | 62.16 | - |
| YUV | 220.5 | 111.35 | 87.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 255 | 191 | 0.36 | 0 | 0.25 | 0 | 137.8 | 1 | 0.82 |
| Hex | A4 | FF | BF | 24 | 0 | 19 | 0 | 8A | 64 | 52 |
| Octal | 244 | 377 | 277 | 44 | 0 | 31 | 0 | 212 | 144 | 122 |
| Binary | 10100100 | 11111111 | 10111111 | 100100 | 0 | 11001 | 0 | 10001010 | 1100100 | 1010010 |
Color Harmonies of #A4FFBF
Complementary color
Monochromatic Colors of #A4FFBF
Black with #A4FFBF
Text Example
Text Example
White with #A4FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FFBF; }
p { color: rgb(164,255,191); }
H1.HeaderClassName
{
color: #A4FFBF;
}
.AnyTagClassName
{
color: #A4FFBF;
}
</style>
background-color css
<style>
a { background-color: #A4FFBF; }
a { background-color: rgb(164,255,191); }
div.DivClassName
{
background-color: #A4FFBF;
}
.BgClassName
{
background-color: #A4FFBF;
}
</style>
border-color css
<style>
span { border-color: #A4FFBF; }
span { border-color: rgb(164,255,191); }
td.TdClassName
{
border-color: #A4FFBF;
}
.TagClassName
{
border-color: #A4FFBF;
}
</style>