Shades of Magic Mint #A2FCCF
Tints of Magic Mint #A2FCCF
RGB
CMYK
RGB Variations
Color information
#A2FCCF (or 0xA2FCCF) is known color: Magic Mint. HEX triplet: A2, FC and CF. RGB value is (162,252,207). Sum of RGB (Red+Green+Blue) = 162+252+207=621 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.09% from 621); Green value is 252 (98.83% from 255 or 40.58% from 621); Blue value is 207 (81.25% from 255 or 33.33% from 621); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCCF is #5D0330. Grayscale: #DCDCDC. Windows color (decimal): -6095665 or 13630626. OLE color: 13630626.
HSL color Cylindrical-coordinate representation of color #A2FCCF: hue angle of 150º 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 #A2FCCF is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 207 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.01 |
| HSL | 150º | 0.94% | 0.81% | - |
| HSV(B) | 150º | 0.36% | 0.99% | - |
| XYZ | 60.97 | 81.81 | 71.61 | - |
| YUV | 219.96 | 120.68 | 86.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 207 | 0.36 | 0 | 0.18 | 0.01 | 150 | 0.94 | 0.81 |
| Hex | A2 | FC | CF | 24 | 0 | 12 | 1 | 96 | 5E | 51 |
| Octal | 242 | 374 | 317 | 44 | 0 | 22 | 1 | 226 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11001111 | 100100 | 0 | 10010 | 1 | 10010110 | 1011110 | 1010001 |
Color Harmonies of #A2FCCF
Complementary color
Monochromatic Colors of #A2FCCF
Black with #A2FCCF
Text Example
Text Example
White with #A2FCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCCF; }
p { color: rgb(162,252,207); }
H1.HeaderClassName
{
color: #A2FCCF;
}
.AnyTagClassName
{
color: #A2FCCF;
}
</style>
background-color css
<style>
a { background-color: #A2FCCF; }
a { background-color: rgb(162,252,207); }
div.DivClassName
{
background-color: #A2FCCF;
}
.BgClassName
{
background-color: #A2FCCF;
}
</style>
border-color css
<style>
span { border-color: #A2FCCF; }
span { border-color: rgb(162,252,207); }
td.TdClassName
{
border-color: #A2FCCF;
}
.TagClassName
{
border-color: #A2FCCF;
}
</style>