Shades of Magic Mint #A3FAD2
Tints of Magic Mint #A3FAD2
RGB
CMYK
RGB Variations
Color information
#A3FAD2 (or 0xA3FAD2) is known color: Magic Mint. HEX triplet: A3, FA and D2. RGB value is (163,250,210). Sum of RGB (Red+Green+Blue) = 163+250+210=623 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.16% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 210 (82.42% from 255 or 33.71% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FAD2 is #5C052D. Grayscale: #DBDBDB. Windows color (decimal): -6030638 or 13826723. OLE color: 13826723.
HSL color Cylindrical-coordinate representation of color #A3FAD2: hue angle of 152.41º 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 #A3FAD2 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 250 | 210 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.02 |
| HSL | 152.41º | 0.9% | 0.81% | - |
| HSV(B) | 152.41º | 0.35% | 0.98% | - |
| XYZ | 60.92 | 80.81 | 73.36 | - |
| YUV | 219.43 | 122.68 | 87.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 210 | 0.35 | 0 | 0.16 | 0.02 | 152.41 | 0.9 | 0.81 |
| Hex | A3 | FA | D2 | 23 | 0 | 10 | 2 | 98 | 5A | 51 |
| Octal | 243 | 372 | 322 | 43 | 0 | 20 | 2 | 230 | 132 | 121 |
| Binary | 10100011 | 11111010 | 11010010 | 100011 | 0 | 10000 | 10 | 10011000 | 1011010 | 1010001 |
Color Harmonies of #A3FAD2
Complementary color
Monochromatic Colors of #A3FAD2
Black with #A3FAD2
Text Example
Text Example
White with #A3FAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FAD2; }
p { color: rgb(163,250,210); }
H1.HeaderClassName
{
color: #A3FAD2;
}
.AnyTagClassName
{
color: #A3FAD2;
}
</style>
background-color css
<style>
a { background-color: #A3FAD2; }
a { background-color: rgb(163,250,210); }
div.DivClassName
{
background-color: #A3FAD2;
}
.BgClassName
{
background-color: #A3FAD2;
}
</style>
border-color css
<style>
span { border-color: #A3FAD2; }
span { border-color: rgb(163,250,210); }
td.TdClassName
{
border-color: #A3FAD2;
}
.TagClassName
{
border-color: #A3FAD2;
}
</style>