Shades of Magic Mint #A3FADF
Tints of Magic Mint #A3FADF
RGB
CMYK
RGB Variations
Color information
#A3FADF (or 0xA3FADF) is known color: Magic Mint. HEX triplet: A3, FA and DF. RGB value is (163,250,223). Sum of RGB (Red+Green+Blue) = 163+250+223=636 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.63% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FADF is #5C0520. Grayscale: #DCDCDC. Windows color (decimal): -6030625 or 14678691. OLE color: 14678691.
HSL color Cylindrical-coordinate representation of color #A3FADF: hue angle of 161.38º 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 #A3FADF is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 250 | 223 | - |
| CMYK | 0.35 | 0 | 0.11 | 0.02 |
| HSL | 161.38º | 0.9% | 0.81% | - |
| HSV(B) | 161.38º | 0.35% | 0.98% | - |
| XYZ | 62.61 | 81.49 | 82.24 | - |
| YUV | 220.91 | 129.18 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 223 | 0.35 | 0 | 0.11 | 0.02 | 161.38 | 0.9 | 0.81 |
| Hex | A3 | FA | DF | 23 | 0 | B | 2 | A1 | 5A | 51 |
| Octal | 243 | 372 | 337 | 43 | 0 | 13 | 2 | 241 | 132 | 121 |
| Binary | 10100011 | 11111010 | 11011111 | 100011 | 0 | 1011 | 10 | 10100001 | 1011010 | 1010001 |
Color Harmonies of #A3FADF
Complementary color
Monochromatic Colors of #A3FADF
Black with #A3FADF
Text Example
Text Example
White with #A3FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FADF; }
p { color: rgb(163,250,223); }
H1.HeaderClassName
{
color: #A3FADF;
}
.AnyTagClassName
{
color: #A3FADF;
}
</style>
background-color css
<style>
a { background-color: #A3FADF; }
a { background-color: rgb(163,250,223); }
div.DivClassName
{
background-color: #A3FADF;
}
.BgClassName
{
background-color: #A3FADF;
}
</style>
border-color css
<style>
span { border-color: #A3FADF; }
span { border-color: rgb(163,250,223); }
td.TdClassName
{
border-color: #A3FADF;
}
.TagClassName
{
border-color: #A3FADF;
}
</style>