Shades of Magic Mint #A2F2CA
Tints of Magic Mint #A2F2CA
RGB
CMYK
RGB Variations
Color information
#A2F2CA (or 0xA2F2CA) is known color: Magic Mint. HEX triplet: A2, F2 and CA. RGB value is (162,242,202). Sum of RGB (Red+Green+Blue) = 162+242+202=606 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.73% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F2CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F2CA is #5D0D35. Grayscale: #D5D5D5. Windows color (decimal): -6098230 or 13300386. OLE color: 13300386.
HSL color Cylindrical-coordinate representation of color #A2F2CA: hue angle of 150º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A2F2CA is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 242 | 202 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.05 |
| HSL | 150º | 0.75% | 0.79% | - |
| HSV(B) | 150º | 0.33% | 0.95% | - |
| XYZ | 57.31 | 75.45 | 67.42 | - |
| YUV | 213.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 242 | 202 | 0.33 | 0 | 0.17 | 0.05 | 150 | 0.75 | 0.79 |
| Hex | A2 | F2 | CA | 21 | 0 | 11 | 5 | 96 | 4B | 4F |
| Octal | 242 | 362 | 312 | 41 | 0 | 21 | 5 | 226 | 113 | 117 |
| Binary | 10100010 | 11110010 | 11001010 | 100001 | 0 | 10001 | 101 | 10010110 | 1001011 | 1001111 |
Color Harmonies of #A2F2CA
Complementary color
Monochromatic Colors of #A2F2CA
Black with #A2F2CA
Text Example
Text Example
White with #A2F2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F2CA; }
p { color: rgb(162,242,202); }
H1.HeaderClassName
{
color: #A2F2CA;
}
.AnyTagClassName
{
color: #A2F2CA;
}
</style>
background-color css
<style>
a { background-color: #A2F2CA; }
a { background-color: rgb(162,242,202); }
div.DivClassName
{
background-color: #A2F2CA;
}
.BgClassName
{
background-color: #A2F2CA;
}
</style>
border-color css
<style>
span { border-color: #A2F2CA; }
span { border-color: rgb(162,242,202); }
td.TdClassName
{
border-color: #A2F2CA;
}
.TagClassName
{
border-color: #A2F2CA;
}
</style>