Shades of Magic Mint #A2FACD
Tints of Magic Mint #A2FACD
RGB
CMYK
RGB Variations
Color information
#A2FACD (or 0xA2FACD) is known color: Magic Mint. HEX triplet: A2, FA and CD. RGB value is (162,250,205). Sum of RGB (Red+Green+Blue) = 162+250+205=617 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.26% from 617); Green value is 250 (98.05% from 255 or 40.52% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FACD is #5D0532. Grayscale: #DADADA. Windows color (decimal): -6096179 or 13499042. OLE color: 13499042.
HSL color Cylindrical-coordinate representation of color #A2FACD: hue angle of 149.32º 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 #A2FACD is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 205 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.02 |
| HSL | 149.32º | 0.9% | 0.81% | - |
| HSV(B) | 149.32º | 0.35% | 0.98% | - |
| XYZ | 60.11 | 80.46 | 70.12 | - |
| YUV | 218.56 | 120.35 | 87.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 205 | 0.35 | 0 | 0.18 | 0.02 | 149.32 | 0.9 | 0.81 |
| Hex | A2 | FA | CD | 23 | 0 | 12 | 2 | 95 | 5A | 51 |
| Octal | 242 | 372 | 315 | 43 | 0 | 22 | 2 | 225 | 132 | 121 |
| Binary | 10100010 | 11111010 | 11001101 | 100011 | 0 | 10010 | 10 | 10010101 | 1011010 | 1010001 |
Color Harmonies of #A2FACD
Complementary color
Monochromatic Colors of #A2FACD
Black with #A2FACD
Text Example
Text Example
White with #A2FACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FACD; }
p { color: rgb(162,250,205); }
H1.HeaderClassName
{
color: #A2FACD;
}
.AnyTagClassName
{
color: #A2FACD;
}
</style>
background-color css
<style>
a { background-color: #A2FACD; }
a { background-color: rgb(162,250,205); }
div.DivClassName
{
background-color: #A2FACD;
}
.BgClassName
{
background-color: #A2FACD;
}
</style>
border-color css
<style>
span { border-color: #A2FACD; }
span { border-color: rgb(162,250,205); }
td.TdClassName
{
border-color: #A2FACD;
}
.TagClassName
{
border-color: #A2FACD;
}
</style>