Shades of Magic Mint #A3FBBF
Tints of Magic Mint #A3FBBF
RGB
CMYK
RGB Variations
Color information
#A3FBBF (or 0xA3FBBF) is known color: Magic Mint. HEX triplet: A3, FB and BF. RGB value is (163,251,191). Sum of RGB (Red+Green+Blue) = 163+251+191=605 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.94% from 605); Green value is 251 (98.44% from 255 or 41.49% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 251 - color contains mainly: green. Hex color #A3FBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FBBF is #5C0440. Grayscale: #DADADA. Windows color (decimal): -6030401 or 12581795. OLE color: 12581795.
HSL color Cylindrical-coordinate representation of color #A3FBBF: hue angle of 139.09º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3FBBF is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 251 | 191 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.02 |
| HSL | 139.09º | 0.92% | 0.81% | - |
| HSV(B) | 139.09º | 0.35% | 0.98% | - |
| XYZ | 59.01 | 80.54 | 61.73 | - |
| YUV | 217.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 251 | 191 | 0.35 | 0 | 0.24 | 0.02 | 139.09 | 0.92 | 0.81 |
| Hex | A3 | FB | BF | 23 | 0 | 18 | 2 | 8B | 5C | 51 |
| Octal | 243 | 373 | 277 | 43 | 0 | 30 | 2 | 213 | 134 | 121 |
| Binary | 10100011 | 11111011 | 10111111 | 100011 | 0 | 11000 | 10 | 10001011 | 1011100 | 1010001 |
Color Harmonies of #A3FBBF
Complementary color
Monochromatic Colors of #A3FBBF
Black with #A3FBBF
Text Example
Text Example
White with #A3FBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FBBF; }
p { color: rgb(163,251,191); }
H1.HeaderClassName
{
color: #A3FBBF;
}
.AnyTagClassName
{
color: #A3FBBF;
}
</style>
background-color css
<style>
a { background-color: #A3FBBF; }
a { background-color: rgb(163,251,191); }
div.DivClassName
{
background-color: #A3FBBF;
}
.BgClassName
{
background-color: #A3FBBF;
}
</style>
border-color css
<style>
span { border-color: #A3FBBF; }
span { border-color: rgb(163,251,191); }
td.TdClassName
{
border-color: #A3FBBF;
}
.TagClassName
{
border-color: #A3FBBF;
}
</style>