Shades of Magic Mint #A2FFD2
Tints of Magic Mint #A2FFD2
RGB
CMYK
RGB Variations
Color information
#A2FFD2 (or 0xA2FFD2) is known color: Magic Mint. HEX triplet: A2, FF and D2. RGB value is (162,255,210). Sum of RGB (Red+Green+Blue) = 162+255+210=627 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.84% from 627); Green value is 255 (100% from 255 or 40.67% from 627); Blue value is 210 (82.42% from 255 or 33.49% from 627); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFD2 is #5D002D. Grayscale: #DEDEDE. Windows color (decimal): -6094894 or 13828002. OLE color: 13828002.
HSL color Cylindrical-coordinate representation of color #A2FFD2: hue angle of 150.97º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFD2 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 210 | - |
| CMYK | 0.36 | 0 | 0.18 | 0 |
| HSL | 150.97º | 1% | 0.82% | - |
| HSV(B) | 150.97º | 0.36% | 1% | - |
| XYZ | 62.29 | 83.85 | 73.88 | - |
| YUV | 222.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 210 | 0.36 | 0 | 0.18 | 0 | 150.97 | 1 | 0.82 |
| Hex | A2 | FF | D2 | 24 | 0 | 12 | 0 | 97 | 64 | 52 |
| Octal | 242 | 377 | 322 | 44 | 0 | 22 | 0 | 227 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11010010 | 100100 | 0 | 10010 | 0 | 10010111 | 1100100 | 1010010 |
Color Harmonies of #A2FFD2
Complementary color
Monochromatic Colors of #A2FFD2
Black with #A2FFD2
Text Example
Text Example
White with #A2FFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFD2; }
p { color: rgb(162,255,210); }
H1.HeaderClassName
{
color: #A2FFD2;
}
.AnyTagClassName
{
color: #A2FFD2;
}
</style>
background-color css
<style>
a { background-color: #A2FFD2; }
a { background-color: rgb(162,255,210); }
div.DivClassName
{
background-color: #A2FFD2;
}
.BgClassName
{
background-color: #A2FFD2;
}
</style>
border-color css
<style>
span { border-color: #A2FFD2; }
span { border-color: rgb(162,255,210); }
td.TdClassName
{
border-color: #A2FFD2;
}
.TagClassName
{
border-color: #A2FFD2;
}
</style>