Shades of Magic Mint #A1E9C7
Tints of Magic Mint #A1E9C7
RGB
CMYK
RGB Variations
Color information
#A1E9C7 (or 0xA1E9C7) is known color: Magic Mint. HEX triplet: A1, E9 and C7. RGB value is (161,233,199). Sum of RGB (Red+Green+Blue) = 161+233+199=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 233 (91.41% from 255 or 39.29% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9C7 is #5E1638. Grayscale: #CFCFCF. Windows color (decimal): -6166073 or 13101473. OLE color: 13101473.
HSL color Cylindrical-coordinate representation of color #A1E9C7: hue angle of 151.67º degrees, saturation: 0.62, 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 #A1E9C7 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 199 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.09 |
| HSL | 151.67º | 0.62% | 0.77% | - |
| HSV(B) | 151.67º | 0.31% | 0.91% | - |
| XYZ | 54.15 | 69.98 | 64.69 | - |
| YUV | 207.6 | 123.15 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 199 | 0.31 | 0 | 0.15 | 0.09 | 151.67 | 0.62 | 0.77 |
| Hex | A1 | E9 | C7 | 1F | 0 | F | 9 | 98 | 3E | 4D |
| Octal | 241 | 351 | 307 | 37 | 0 | 17 | 11 | 230 | 76 | 115 |
| Binary | 10100001 | 11101001 | 11000111 | 11111 | 0 | 1111 | 1001 | 10011000 | 111110 | 1001101 |
Color Harmonies of #A1E9C7
Complementary color
Monochromatic Colors of #A1E9C7
Black with #A1E9C7
Text Example
Text Example
White with #A1E9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E9C7; }
p { color: rgb(161,233,199); }
H1.HeaderClassName
{
color: #A1E9C7;
}
.AnyTagClassName
{
color: #A1E9C7;
}
</style>
background-color css
<style>
a { background-color: #A1E9C7; }
a { background-color: rgb(161,233,199); }
div.DivClassName
{
background-color: #A1E9C7;
}
.BgClassName
{
background-color: #A1E9C7;
}
</style>
border-color css
<style>
span { border-color: #A1E9C7; }
span { border-color: rgb(161,233,199); }
td.TdClassName
{
border-color: #A1E9C7;
}
.TagClassName
{
border-color: #A1E9C7;
}
</style>