Shades of Magic Mint #A3FABD
Tints of Magic Mint #A3FABD
RGB
CMYK
RGB Variations
Color information
#A3FABD (or 0xA3FABD) is known color: Magic Mint. HEX triplet: A3, FA and BD. RGB value is (163,250,189). Sum of RGB (Red+Green+Blue) = 163+250+189=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 250 (98.05% from 255 or 41.53% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FABD is #5C0542. Grayscale: #D9D9D9. Windows color (decimal): -6030659 or 12450467. OLE color: 12450467.
HSL color Cylindrical-coordinate representation of color #A3FABD: hue angle of 137.93º degrees, saturation: 0.9, 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 #A3FABD is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 250 | 189 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.02 |
| HSL | 137.93º | 0.9% | 0.81% | - |
| HSV(B) | 137.93º | 0.35% | 0.98% | - |
| XYZ | 58.48 | 79.83 | 60.47 | - |
| YUV | 217.03 | 112.18 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 189 | 0.35 | 0 | 0.24 | 0.02 | 137.93 | 0.9 | 0.81 |
| Hex | A3 | FA | BD | 23 | 0 | 18 | 2 | 8A | 5A | 51 |
| Octal | 243 | 372 | 275 | 43 | 0 | 30 | 2 | 212 | 132 | 121 |
| Binary | 10100011 | 11111010 | 10111101 | 100011 | 0 | 11000 | 10 | 10001010 | 1011010 | 1010001 |
Color Harmonies of #A3FABD
Complementary color
Monochromatic Colors of #A3FABD
Black with #A3FABD
Text Example
Text Example
White with #A3FABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FABD; }
p { color: rgb(163,250,189); }
H1.HeaderClassName
{
color: #A3FABD;
}
.AnyTagClassName
{
color: #A3FABD;
}
</style>
background-color css
<style>
a { background-color: #A3FABD; }
a { background-color: rgb(163,250,189); }
div.DivClassName
{
background-color: #A3FABD;
}
.BgClassName
{
background-color: #A3FABD;
}
</style>
border-color css
<style>
span { border-color: #A3FABD; }
span { border-color: rgb(163,250,189); }
td.TdClassName
{
border-color: #A3FABD;
}
.TagClassName
{
border-color: #A3FABD;
}
</style>