Shades of Magic Mint #A1E8D0
Tints of Magic Mint #A1E8D0
RGB
CMYK
RGB Variations
Color information
#A1E8D0 (or 0xA1E8D0) is known color: Magic Mint. HEX triplet: A1, E8 and D0. RGB value is (161,232,208). Sum of RGB (Red+Green+Blue) = 161+232+208=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 232 (91.02% from 255 or 38.60% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8D0 is #5E172F. Grayscale: #D0D0D0. Windows color (decimal): -6166320 or 13691041. OLE color: 13691041.
HSL color Cylindrical-coordinate representation of color #A1E8D0: hue angle of 159.72º 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 #A1E8D0 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 208 | - |
| CMYK | 0.31 | 0 | 0.10 | 0.09 |
| HSL | 159.72º | 0.61% | 0.77% | - |
| HSV(B) | 159.72º | 0.31% | 0.91% | - |
| XYZ | 54.94 | 69.84 | 70.26 | - |
| YUV | 208.04 | 127.98 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 208 | 0.31 | 0 | 0.10 | 0.09 | 159.72 | 0.61 | 0.77 |
| Hex | A1 | E8 | D0 | 1F | 0 | A | 9 | A0 | 3D | 4D |
| Octal | 241 | 350 | 320 | 37 | 0 | 12 | 11 | 240 | 75 | 115 |
| Binary | 10100001 | 11101000 | 11010000 | 11111 | 0 | 1010 | 1001 | 10100000 | 111101 | 1001101 |
Color Harmonies of #A1E8D0
Complementary color
Monochromatic Colors of #A1E8D0
Black with #A1E8D0
Text Example
Text Example
White with #A1E8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E8D0; }
p { color: rgb(161,232,208); }
H1.HeaderClassName
{
color: #A1E8D0;
}
.AnyTagClassName
{
color: #A1E8D0;
}
</style>
background-color css
<style>
a { background-color: #A1E8D0; }
a { background-color: rgb(161,232,208); }
div.DivClassName
{
background-color: #A1E8D0;
}
.BgClassName
{
background-color: #A1E8D0;
}
</style>
border-color css
<style>
span { border-color: #A1E8D0; }
span { border-color: rgb(161,232,208); }
td.TdClassName
{
border-color: #A1E8D0;
}
.TagClassName
{
border-color: #A1E8D0;
}
</style>