Shades of Magic Mint #A3FAC2
Tints of Magic Mint #A3FAC2
RGB
CMYK
RGB Variations
Color information
#A3FAC2 (or 0xA3FAC2) is known color: Magic Mint. HEX triplet: A3, FA and C2. RGB value is (163,250,194). Sum of RGB (Red+Green+Blue) = 163+250+194=607 (80% of max value = 765). Red value is 163 (64.06% from 255 or 26.85% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FAC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FAC2 is #5C053D. Grayscale: #D9D9D9. Windows color (decimal): -6030654 or 12778147. OLE color: 12778147.
HSL color Cylindrical-coordinate representation of color #A3FAC2: hue angle of 141.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 #A3FAC2 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 250 | 194 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.02 |
| HSL | 141.38º | 0.9% | 0.81% | - |
| HSV(B) | 141.38º | 0.35% | 0.98% | - |
| XYZ | 59.03 | 80.05 | 63.38 | - |
| YUV | 217.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 194 | 0.35 | 0 | 0.22 | 0.02 | 141.38 | 0.9 | 0.81 |
| Hex | A3 | FA | C2 | 23 | 0 | 16 | 2 | 8D | 5A | 51 |
| Octal | 243 | 372 | 302 | 43 | 0 | 26 | 2 | 215 | 132 | 121 |
| Binary | 10100011 | 11111010 | 11000010 | 100011 | 0 | 10110 | 10 | 10001101 | 1011010 | 1010001 |
Color Harmonies of #A3FAC2
Complementary color
Monochromatic Colors of #A3FAC2
Black with #A3FAC2
Text Example
Text Example
White with #A3FAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FAC2; }
p { color: rgb(163,250,194); }
H1.HeaderClassName
{
color: #A3FAC2;
}
.AnyTagClassName
{
color: #A3FAC2;
}
</style>
background-color css
<style>
a { background-color: #A3FAC2; }
a { background-color: rgb(163,250,194); }
div.DivClassName
{
background-color: #A3FAC2;
}
.BgClassName
{
background-color: #A3FAC2;
}
</style>
border-color css
<style>
span { border-color: #A3FAC2; }
span { border-color: rgb(163,250,194); }
td.TdClassName
{
border-color: #A3FAC2;
}
.TagClassName
{
border-color: #A3FAC2;
}
</style>