Shades of Magic Mint #A3FAE0
Tints of Magic Mint #A3FAE0
RGB
CMYK
RGB Variations
Color information
#A3FAE0 (or 0xA3FAE0) is known color: Magic Mint. HEX triplet: A3, FA and E0. RGB value is (163,250,224). Sum of RGB (Red+Green+Blue) = 163+250+224=637 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.59% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 224 (87.89% from 255 or 35.16% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #A3FAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3FAE0 is #5C051F. Grayscale: #DDDDDD. Windows color (decimal): -6030624 or 14744227. OLE color: 14744227.
HSL color Cylindrical-coordinate representation of color #A3FAE0: hue angle of 162.07º 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 #A3FAE0 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 250 | 224 | - |
| CMYK | 0.35 | 0 | 0.10 | 0.02 |
| HSL | 162.07º | 0.9% | 0.81% | - |
| HSV(B) | 162.07º | 0.35% | 0.98% | - |
| XYZ | 62.74 | 81.54 | 82.95 | - |
| YUV | 221.02 | 129.68 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 250 | 224 | 0.35 | 0 | 0.10 | 0.02 | 162.07 | 0.9 | 0.81 |
| Hex | A3 | FA | E0 | 23 | 0 | A | 2 | A2 | 5A | 51 |
| Octal | 243 | 372 | 340 | 43 | 0 | 12 | 2 | 242 | 132 | 121 |
| Binary | 10100011 | 11111010 | 11100000 | 100011 | 0 | 1010 | 10 | 10100010 | 1011010 | 1010001 |
Color Harmonies of #A3FAE0
Complementary color
Monochromatic Colors of #A3FAE0
Black with #A3FAE0
Text Example
Text Example
White with #A3FAE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3FAE0; }
p { color: rgb(163,250,224); }
H1.HeaderClassName
{
color: #A3FAE0;
}
.AnyTagClassName
{
color: #A3FAE0;
}
</style>
background-color css
<style>
a { background-color: #A3FAE0; }
a { background-color: rgb(163,250,224); }
div.DivClassName
{
background-color: #A3FAE0;
}
.BgClassName
{
background-color: #A3FAE0;
}
</style>
border-color css
<style>
span { border-color: #A3FAE0; }
span { border-color: rgb(163,250,224); }
td.TdClassName
{
border-color: #A3FAE0;
}
.TagClassName
{
border-color: #A3FAE0;
}
</style>