Shades of Magic Mint #A2FCCA
Tints of Magic Mint #A2FCCA
RGB
CMYK
RGB Variations
Color information
#A2FCCA (or 0xA2FCCA) is known color: Magic Mint. HEX triplet: A2, FC and CA. RGB value is (162,252,202). Sum of RGB (Red+Green+Blue) = 162+252+202=616 (81% of max value = 765). Red value is 162 (63.67% from 255 or 26.30% from 616); Green value is 252 (98.83% from 255 or 40.91% from 616); Blue value is 202 (79.30% from 255 or 32.79% from 616); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCCA is #5D0335. Grayscale: #DBDBDB. Windows color (decimal): -6095670 or 13302946. OLE color: 13302946.
HSL color Cylindrical-coordinate representation of color #A2FCCA: hue angle of 146.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 #A2FCCA is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 202 | - |
| CMYK | 0.36 | 0 | 0.20 | 0.01 |
| HSL | 146.67º | 0.94% | 0.81% | - |
| HSV(B) | 146.67º | 0.36% | 0.99% | - |
| XYZ | 60.37 | 81.57 | 68.44 | - |
| YUV | 219.39 | 118.18 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 202 | 0.36 | 0 | 0.20 | 0.01 | 146.67 | 0.94 | 0.81 |
| Hex | A2 | FC | CA | 24 | 0 | 14 | 1 | 93 | 5E | 51 |
| Octal | 242 | 374 | 312 | 44 | 0 | 24 | 1 | 223 | 136 | 121 |
| Binary | 10100010 | 11111100 | 11001010 | 100100 | 0 | 10100 | 1 | 10010011 | 1011110 | 1010001 |
Color Harmonies of #A2FCCA
Complementary color
Monochromatic Colors of #A2FCCA
Black with #A2FCCA
Text Example
Text Example
White with #A2FCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCCA; }
p { color: rgb(162,252,202); }
H1.HeaderClassName
{
color: #A2FCCA;
}
.AnyTagClassName
{
color: #A2FCCA;
}
</style>
background-color css
<style>
a { background-color: #A2FCCA; }
a { background-color: rgb(162,252,202); }
div.DivClassName
{
background-color: #A2FCCA;
}
.BgClassName
{
background-color: #A2FCCA;
}
</style>
border-color css
<style>
span { border-color: #A2FCCA; }
span { border-color: rgb(162,252,202); }
td.TdClassName
{
border-color: #A2FCCA;
}
.TagClassName
{
border-color: #A2FCCA;
}
</style>