Shades of Magic Mint #A3FAD6
Tints of Magic Mint #A3FAD6
RGB
CMYK
RGB Variations
Color information
#A3FAD6 (or 0xA3FAD6) is known color: Magic Mint. HEX triplet: A3, FA and D6. RGB value is (163,250,214). Sum of RGB (Red+Green+Blue) = 163+250+214=627 (83% of max value = 765). Red value is 163 (64.06% from 255 or 26.00% from 627); Green value is 250 (98.05% from 255 or 39.87% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FAD6 is #5C0529. Grayscale: #DBDBDB. Windows color (decimal): -6030634 or 14088867. OLE color: 14088867.
HSL color Cylindrical-coordinate representation of color #A3FAD6: hue angle of 155.17º 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 #A3FAD6 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 250 | 214 | - |
| CMYK | 0.35 | 0 | 0.14 | 0.02 |
| HSL | 155.17º | 0.9% | 0.81% | - |
| HSV(B) | 155.17º | 0.35% | 0.98% | - |
| XYZ | 61.43 | 81.01 | 76.02 | - |
| YUV | 219.88 | 124.68 | 87.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 214 | 0.35 | 0 | 0.14 | 0.02 | 155.17 | 0.9 | 0.81 |
| Hex | A3 | FA | D6 | 23 | 0 | E | 2 | 9B | 5A | 51 |
| Octal | 243 | 372 | 326 | 43 | 0 | 16 | 2 | 233 | 132 | 121 |
| Binary | 10100011 | 11111010 | 11010110 | 100011 | 0 | 1110 | 10 | 10011011 | 1011010 | 1010001 |
Color Harmonies of #A3FAD6
Complementary color
Monochromatic Colors of #A3FAD6
Black with #A3FAD6
Text Example
Text Example
White with #A3FAD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FAD6; }
p { color: rgb(163,250,214); }
H1.HeaderClassName
{
color: #A3FAD6;
}
.AnyTagClassName
{
color: #A3FAD6;
}
</style>
background-color css
<style>
a { background-color: #A3FAD6; }
a { background-color: rgb(163,250,214); }
div.DivClassName
{
background-color: #A3FAD6;
}
.BgClassName
{
background-color: #A3FAD6;
}
</style>
border-color css
<style>
span { border-color: #A3FAD6; }
span { border-color: rgb(163,250,214); }
td.TdClassName
{
border-color: #A3FAD6;
}
.TagClassName
{
border-color: #A3FAD6;
}
</style>