Shades of Magic Mint #A2FFDC
Tints of Magic Mint #A2FFDC
RGB
CMYK
RGB Variations
Color information
#A2FFDC (or 0xA2FFDC) is known color: Magic Mint. HEX triplet: A2, FF and DC. RGB value is (162,255,220). Sum of RGB (Red+Green+Blue) = 162+255+220=637 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.43% from 637); Green value is 255 (100% from 255 or 40.03% from 637); Blue value is 220 (86.33% from 255 or 34.54% from 637); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFDC is #5D0023. Grayscale: #DFDFDF. Windows color (decimal): -6094884 or 14483362. OLE color: 14483362.
HSL color Cylindrical-coordinate representation of color #A2FFDC: hue angle of 157.42º 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 #A2FFDC is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 220 | - |
| CMYK | 0.36 | 0 | 0.14 | 0 |
| HSL | 157.42º | 1% | 0.82% | - |
| HSV(B) | 157.42º | 0.36% | 1% | - |
| XYZ | 63.58 | 84.37 | 80.64 | - |
| YUV | 223.2 | 126.19 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 220 | 0.36 | 0 | 0.14 | 0 | 157.42 | 1 | 0.82 |
| Hex | A2 | FF | DC | 24 | 0 | E | 0 | 9D | 64 | 52 |
| Octal | 242 | 377 | 334 | 44 | 0 | 16 | 0 | 235 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11011100 | 100100 | 0 | 1110 | 0 | 10011101 | 1100100 | 1010010 |
Color Harmonies of #A2FFDC
Complementary color
Monochromatic Colors of #A2FFDC
Black with #A2FFDC
Text Example
Text Example
White with #A2FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFDC; }
p { color: rgb(162,255,220); }
H1.HeaderClassName
{
color: #A2FFDC;
}
.AnyTagClassName
{
color: #A2FFDC;
}
</style>
background-color css
<style>
a { background-color: #A2FFDC; }
a { background-color: rgb(162,255,220); }
div.DivClassName
{
background-color: #A2FFDC;
}
.BgClassName
{
background-color: #A2FFDC;
}
</style>
border-color css
<style>
span { border-color: #A2FFDC; }
span { border-color: rgb(162,255,220); }
td.TdClassName
{
border-color: #A2FFDC;
}
.TagClassName
{
border-color: #A2FFDC;
}
</style>