Shades of Magic Mint #A2FCCC
Tints of Magic Mint #A2FCCC
RGB
CMYK
RGB Variations
Color information
#A2FCCC (or 0xA2FCCC) is known color: Magic Mint. HEX triplet: A2, FC and CC. RGB value is (162,252,204). Sum of RGB (Red+Green+Blue) = 162+252+204=618 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.21% from 618); Green value is 252 (98.83% from 255 or 40.78% from 618); Blue value is 204 (80.08% from 255 or 33.01% from 618); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCCC is #5D0333. Grayscale: #DBDBDB. Windows color (decimal): -6095668 or 13434018. OLE color: 13434018.
HSL color Cylindrical-coordinate representation of color #A2FCCC: hue angle of 148º 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 #A2FCCC is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 204 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.01 |
| HSL | 148º | 0.94% | 0.81% | - |
| HSV(B) | 148º | 0.36% | 0.99% | - |
| XYZ | 60.61 | 81.66 | 69.69 | - |
| YUV | 219.62 | 119.18 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 204 | 0.36 | 0 | 0.19 | 0.01 | 148 | 0.94 | 0.81 |
| Hex | A2 | FC | CC | 24 | 0 | 13 | 1 | 94 | 5E | 51 |
| Octal | 242 | 374 | 314 | 44 | 0 | 23 | 1 | 224 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11001100 | 100100 | 0 | 10011 | 1 | 10010100 | 1011110 | 1010001 |
Color Harmonies of #A2FCCC
Complementary color
Monochromatic Colors of #A2FCCC
Black with #A2FCCC
Text Example
Text Example
White with #A2FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCCC; }
p { color: rgb(162,252,204); }
H1.HeaderClassName
{
color: #A2FCCC;
}
.AnyTagClassName
{
color: #A2FCCC;
}
</style>
background-color css
<style>
a { background-color: #A2FCCC; }
a { background-color: rgb(162,252,204); }
div.DivClassName
{
background-color: #A2FCCC;
}
.BgClassName
{
background-color: #A2FCCC;
}
</style>
border-color css
<style>
span { border-color: #A2FCCC; }
span { border-color: rgb(162,252,204); }
td.TdClassName
{
border-color: #A2FCCC;
}
.TagClassName
{
border-color: #A2FCCC;
}
</style>