Shades of Magic Mint #A2FACF
Tints of Magic Mint #A2FACF
RGB
CMYK
RGB Variations
Color information
#A2FACF (or 0xA2FACF) is known color: Magic Mint. HEX triplet: A2, FA and CF. RGB value is (162,250,207). Sum of RGB (Red+Green+Blue) = 162+250+207=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 250 (98.05% from 255 or 40.39% from 619); Blue value is 207 (81.25% from 255 or 33.44% from 619); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FACF is #5D0530. Grayscale: #DADADA. Windows color (decimal): -6096177 or 13630114. OLE color: 13630114.
HSL color Cylindrical-coordinate representation of color #A2FACF: hue angle of 150.68º 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 #A2FACF is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 250 | 207 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.02 |
| HSL | 150.68º | 0.9% | 0.81% | - |
| HSV(B) | 150.68º | 0.35% | 0.98% | - |
| XYZ | 60.35 | 80.56 | 71.4 | - |
| YUV | 218.79 | 121.35 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 250 | 207 | 0.35 | 0 | 0.17 | 0.02 | 150.68 | 0.9 | 0.81 |
| Hex | A2 | FA | CF | 23 | 0 | 11 | 2 | 97 | 5A | 51 |
| Octal | 242 | 372 | 317 | 43 | 0 | 21 | 2 | 227 | 132 | 121 |
| Binary | 10100010 | 11111010 | 11001111 | 100011 | 0 | 10001 | 10 | 10010111 | 1011010 | 1010001 |
Color Harmonies of #A2FACF
Complementary color
Monochromatic Colors of #A2FACF
Black with #A2FACF
Text Example
Text Example
White with #A2FACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FACF; }
p { color: rgb(162,250,207); }
H1.HeaderClassName
{
color: #A2FACF;
}
.AnyTagClassName
{
color: #A2FACF;
}
</style>
background-color css
<style>
a { background-color: #A2FACF; }
a { background-color: rgb(162,250,207); }
div.DivClassName
{
background-color: #A2FACF;
}
.BgClassName
{
background-color: #A2FACF;
}
</style>
border-color css
<style>
span { border-color: #A2FACF; }
span { border-color: rgb(162,250,207); }
td.TdClassName
{
border-color: #A2FACF;
}
.TagClassName
{
border-color: #A2FACF;
}
</style>