Shades of Magic Mint #A2FCCD
Tints of Magic Mint #A2FCCD
RGB
CMYK
RGB Variations
Color information
#A2FCCD (or 0xA2FCCD) is known color: Magic Mint. HEX triplet: A2, FC and CD. RGB value is (162,252,205). Sum of RGB (Red+Green+Blue) = 162+252+205=619 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.17% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 205 (80.47% from 255 or 33.12% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCCD is #5D0332. Grayscale: #DBDBDB. Windows color (decimal): -6095667 or 13499554. OLE color: 13499554.
HSL color Cylindrical-coordinate representation of color #A2FCCD: hue angle of 148.67º 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 #A2FCCD is Cyan = 0.36, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 205 | - |
| CMYK | 0.36 | 0 | 0.19 | 0.01 |
| HSL | 148.67º | 0.94% | 0.81% | - |
| HSV(B) | 148.67º | 0.36% | 0.99% | - |
| XYZ | 60.73 | 81.71 | 70.33 | - |
| YUV | 219.73 | 119.68 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 205 | 0.36 | 0 | 0.19 | 0.01 | 148.67 | 0.94 | 0.81 |
| Hex | A2 | FC | CD | 24 | 0 | 13 | 1 | 95 | 5E | 51 |
| Octal | 242 | 374 | 315 | 44 | 0 | 23 | 1 | 225 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11001101 | 100100 | 0 | 10011 | 1 | 10010101 | 1011110 | 1010001 |
Color Harmonies of #A2FCCD
Complementary color
Monochromatic Colors of #A2FCCD
Black with #A2FCCD
Text Example
Text Example
White with #A2FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCCD; }
p { color: rgb(162,252,205); }
H1.HeaderClassName
{
color: #A2FCCD;
}
.AnyTagClassName
{
color: #A2FCCD;
}
</style>
background-color css
<style>
a { background-color: #A2FCCD; }
a { background-color: rgb(162,252,205); }
div.DivClassName
{
background-color: #A2FCCD;
}
.BgClassName
{
background-color: #A2FCCD;
}
</style>
border-color css
<style>
span { border-color: #A2FCCD; }
span { border-color: rgb(162,252,205); }
td.TdClassName
{
border-color: #A2FCCD;
}
.TagClassName
{
border-color: #A2FCCD;
}
</style>