Shades of Magic Mint #A2E8D0
Tints of Magic Mint #A2E8D0
RGB
CMYK
RGB Variations
Color information
#A2E8D0 (or 0xA2E8D0) is known color: Magic Mint. HEX triplet: A2, E8 and D0. RGB value is (162,232,208). Sum of RGB (Red+Green+Blue) = 162+232+208=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E8D0 is #5D172F. Grayscale: #D0D0D0. Windows color (decimal): -6100784 or 13691042. OLE color: 13691042.
HSL color Cylindrical-coordinate representation of color #A2E8D0: hue angle of 159.43º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E8D0 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 232 | 208 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.09 |
| HSL | 159.43º | 0.6% | 0.77% | - |
| HSV(B) | 159.43º | 0.3% | 0.91% | - |
| XYZ | 55.14 | 69.95 | 70.27 | - |
| YUV | 208.33 | 127.81 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 208 | 0.30 | 0 | 0.10 | 0.09 | 159.43 | 0.6 | 0.77 |
| Hex | A2 | E8 | D0 | 1E | 0 | A | 9 | 9F | 3C | 4D |
| Octal | 242 | 350 | 320 | 36 | 0 | 12 | 11 | 237 | 74 | 115 |
| Binary | 10100010 | 11101000 | 11010000 | 11110 | 0 | 1010 | 1001 | 10011111 | 111100 | 1001101 |
Color Harmonies of #A2E8D0
Complementary color
Monochromatic Colors of #A2E8D0
Black with #A2E8D0
Text Example
Text Example
White with #A2E8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E8D0; }
p { color: rgb(162,232,208); }
H1.HeaderClassName
{
color: #A2E8D0;
}
.AnyTagClassName
{
color: #A2E8D0;
}
</style>
background-color css
<style>
a { background-color: #A2E8D0; }
a { background-color: rgb(162,232,208); }
div.DivClassName
{
background-color: #A2E8D0;
}
.BgClassName
{
background-color: #A2E8D0;
}
</style>
border-color css
<style>
span { border-color: #A2E8D0; }
span { border-color: rgb(162,232,208); }
td.TdClassName
{
border-color: #A2E8D0;
}
.TagClassName
{
border-color: #A2E8D0;
}
</style>