Shades of Magic Mint #A3FFBF
Tints of Magic Mint #A3FFBF
RGB
CMYK
RGB Variations
Color information
#A3FFBF (or 0xA3FFBF) is known color: Magic Mint. HEX triplet: A3, FF and BF. RGB value is (163,255,191). Sum of RGB (Red+Green+Blue) = 163+255+191=609 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.77% from 609); Green value is 255 (100% from 255 or 41.87% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFBF is #5C0040. Grayscale: #DCDCDC. Windows color (decimal): -6029377 or 12582819. OLE color: 12582819.
HSL color Cylindrical-coordinate representation of color #A3FFBF: hue angle of 138.26º 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 #A3FFBF is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 191 | - |
| CMYK | 0.36 | 0 | 0.25 | 0 |
| HSL | 138.26º | 1% | 0.82% | - |
| HSV(B) | 138.26º | 0.36% | 1% | - |
| XYZ | 60.27 | 83.07 | 62.15 | - |
| YUV | 220.2 | 111.52 | 87.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 191 | 0.36 | 0 | 0.25 | 0 | 138.26 | 1 | 0.82 |
| Hex | A3 | FF | BF | 24 | 0 | 19 | 0 | 8A | 64 | 52 |
| Octal | 243 | 377 | 277 | 44 | 0 | 31 | 0 | 212 | 144 | 122 |
| Binary | 10100011 | 11111111 | 10111111 | 100100 | 0 | 11001 | 0 | 10001010 | 1100100 | 1010010 |
Color Harmonies of #A3FFBF
Complementary color
Monochromatic Colors of #A3FFBF
Black with #A3FFBF
Text Example
Text Example
White with #A3FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FFBF; }
p { color: rgb(163,255,191); }
H1.HeaderClassName
{
color: #A3FFBF;
}
.AnyTagClassName
{
color: #A3FFBF;
}
</style>
background-color css
<style>
a { background-color: #A3FFBF; }
a { background-color: rgb(163,255,191); }
div.DivClassName
{
background-color: #A3FFBF;
}
.BgClassName
{
background-color: #A3FFBF;
}
</style>
border-color css
<style>
span { border-color: #A3FFBF; }
span { border-color: rgb(163,255,191); }
td.TdClassName
{
border-color: #A3FFBF;
}
.TagClassName
{
border-color: #A3FFBF;
}
</style>