Shades of Magic Mint #A3FFBD
Tints of Magic Mint #A3FFBD
RGB
CMYK
RGB Variations
Color information
#A3FFBD (or 0xA3FFBD) is known color: Magic Mint. HEX triplet: A3, FF and BD. RGB value is (163,255,189). Sum of RGB (Red+Green+Blue) = 163+255+189=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #A3FFBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FFBD is #5C0042. Grayscale: #DCDCDC. Windows color (decimal): -6029379 or 12451747. OLE color: 12451747.
HSL color Cylindrical-coordinate representation of color #A3FFBD: hue angle of 136.96º 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 #A3FFBD is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 163 | 255 | 189 | - |
| CMYK | 0.36 | 0 | 0.26 | 0 |
| HSL | 136.96º | 1% | 0.82% | - |
| HSV(B) | 136.96º | 0.36% | 1% | - |
| XYZ | 60.05 | 82.98 | 61 | - |
| YUV | 219.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 255 | 189 | 0.36 | 0 | 0.26 | 0 | 136.96 | 1 | 0.82 |
| Hex | A3 | FF | BD | 24 | 0 | 1A | 0 | 89 | 64 | 52 |
| Octal | 243 | 377 | 275 | 44 | 0 | 32 | 0 | 211 | 144 | 122 |
| Binary | 10100011 | 11111111 | 10111101 | 100100 | 0 | 11010 | 0 | 10001001 | 1100100 | 1010010 |
Color Harmonies of #A3FFBD
Complementary color
Monochromatic Colors of #A3FFBD
Black with #A3FFBD
Text Example
Text Example
White with #A3FFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FFBD; }
p { color: rgb(163,255,189); }
H1.HeaderClassName
{
color: #A3FFBD;
}
.AnyTagClassName
{
color: #A3FFBD;
}
</style>
background-color css
<style>
a { background-color: #A3FFBD; }
a { background-color: rgb(163,255,189); }
div.DivClassName
{
background-color: #A3FFBD;
}
.BgClassName
{
background-color: #A3FFBD;
}
</style>
border-color css
<style>
span { border-color: #A3FFBD; }
span { border-color: rgb(163,255,189); }
td.TdClassName
{
border-color: #A3FFBD;
}
.TagClassName
{
border-color: #A3FFBD;
}
</style>