Shades of Magic Mint #A2FCC6
Tints of Magic Mint #A2FCC6
RGB
CMYK
RGB Variations
Color information
#A2FCC6 (or 0xA2FCC6) is known color: Magic Mint. HEX triplet: A2, FC and C6. RGB value is (162,252,198). Sum of RGB (Red+Green+Blue) = 162+252+198=612 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.47% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 198 (77.73% from 255 or 32.35% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCC6 is #5D0339. Grayscale: #DBDBDB. Windows color (decimal): -6095674 or 13040802. OLE color: 13040802.
HSL color Cylindrical-coordinate representation of color #A2FCC6: hue angle of 144º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCC6 is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 198 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.01 |
| HSL | 144º | 0.94% | 0.81% | - |
| HSV(B) | 144º | 0.36% | 0.99% | - |
| XYZ | 59.9 | 81.38 | 65.98 | - |
| YUV | 218.93 | 116.18 | 87.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 198 | 0.36 | 0 | 0.21 | 0.01 | 144 | 0.94 | 0.81 |
| Hex | A2 | FC | C6 | 24 | 0 | 15 | 1 | 90 | 5E | 51 |
| Octal | 242 | 374 | 306 | 44 | 0 | 25 | 1 | 220 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11000110 | 100100 | 0 | 10101 | 1 | 10010000 | 1011110 | 1010001 |
Color Harmonies of #A2FCC6
Complementary color
Monochromatic Colors of #A2FCC6
Black with #A2FCC6
Text Example
Text Example
White with #A2FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCC6; }
p { color: rgb(162,252,198); }
H1.HeaderClassName
{
color: #A2FCC6;
}
.AnyTagClassName
{
color: #A2FCC6;
}
</style>
background-color css
<style>
a { background-color: #A2FCC6; }
a { background-color: rgb(162,252,198); }
div.DivClassName
{
background-color: #A2FCC6;
}
.BgClassName
{
background-color: #A2FCC6;
}
</style>
border-color css
<style>
span { border-color: #A2FCC6; }
span { border-color: rgb(162,252,198); }
td.TdClassName
{
border-color: #A2FCC6;
}
.TagClassName
{
border-color: #A2FCC6;
}
</style>