Shades of Magic Mint #A1E8D1
Tints of Magic Mint #A1E8D1
RGB
CMYK
RGB Variations
Color information
#A1E8D1 (or 0xA1E8D1) is known color: Magic Mint. HEX triplet: A1, E8 and D1. RGB value is (161,232,209). Sum of RGB (Red+Green+Blue) = 161+232+209=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8D1 is #5E172E. Grayscale: #D0D0D0. Windows color (decimal): -6166319 or 13756577. OLE color: 13756577.
HSL color Cylindrical-coordinate representation of color #A1E8D1: hue angle of 160.56º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8D1 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 209 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.09 |
| HSL | 160.56º | 0.61% | 0.77% | - |
| HSV(B) | 160.56º | 0.31% | 0.91% | - |
| XYZ | 55.06 | 69.89 | 70.91 | - |
| YUV | 208.15 | 128.48 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 209 | 0.31 | 0 | 0.10 | 0.09 | 160.56 | 0.61 | 0.77 |
| Hex | A1 | E8 | D1 | 1F | 0 | A | 9 | A1 | 3D | 4D |
| Octal | 241 | 350 | 321 | 37 | 0 | 12 | 11 | 241 | 75 | 115 |
| Binary | 10100001 | 11101000 | 11010001 | 11111 | 0 | 1010 | 1001 | 10100001 | 111101 | 1001101 |
Color Harmonies of #A1E8D1
Complementary color
Monochromatic Colors of #A1E8D1
Black with #A1E8D1
Text Example
Text Example
White with #A1E8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E8D1; }
p { color: rgb(161,232,209); }
H1.HeaderClassName
{
color: #A1E8D1;
}
.AnyTagClassName
{
color: #A1E8D1;
}
</style>
background-color css
<style>
a { background-color: #A1E8D1; }
a { background-color: rgb(161,232,209); }
div.DivClassName
{
background-color: #A1E8D1;
}
.BgClassName
{
background-color: #A1E8D1;
}
</style>
border-color css
<style>
span { border-color: #A1E8D1; }
span { border-color: rgb(161,232,209); }
td.TdClassName
{
border-color: #A1E8D1;
}
.TagClassName
{
border-color: #A1E8D1;
}
</style>