Shades of Magic Mint #A1E8C6
Tints of Magic Mint #A1E8C6
RGB
CMYK
RGB Variations
Color information
#A1E8C6 (or 0xA1E8C6) is known color: Magic Mint. HEX triplet: A1, E8 and C6. RGB value is (161,232,198). Sum of RGB (Red+Green+Blue) = 161+232+198=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8C6 is #5E1739. Grayscale: #CECECE. Windows color (decimal): -6166330 or 13035681. OLE color: 13035681.
HSL color Cylindrical-coordinate representation of color #A1E8C6: hue angle of 151.27º 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 #A1E8C6 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 198 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.09 |
| HSL | 151.27º | 0.61% | 0.77% | - |
| HSV(B) | 151.27º | 0.31% | 0.91% | - |
| XYZ | 53.75 | 69.37 | 63.98 | - |
| YUV | 206.9 | 122.98 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 198 | 0.31 | 0 | 0.15 | 0.09 | 151.27 | 0.61 | 0.77 |
| Hex | A1 | E8 | C6 | 1F | 0 | F | 9 | 97 | 3D | 4D |
| Octal | 241 | 350 | 306 | 37 | 0 | 17 | 11 | 227 | 75 | 115 |
| Binary | 10100001 | 11101000 | 11000110 | 11111 | 0 | 1111 | 1001 | 10010111 | 111101 | 1001101 |
Color Harmonies of #A1E8C6
Complementary color
Monochromatic Colors of #A1E8C6
Black with #A1E8C6
Text Example
Text Example
White with #A1E8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E8C6; }
p { color: rgb(161,232,198); }
H1.HeaderClassName
{
color: #A1E8C6;
}
.AnyTagClassName
{
color: #A1E8C6;
}
</style>
background-color css
<style>
a { background-color: #A1E8C6; }
a { background-color: rgb(161,232,198); }
div.DivClassName
{
background-color: #A1E8C6;
}
.BgClassName
{
background-color: #A1E8C6;
}
</style>
border-color css
<style>
span { border-color: #A1E8C6; }
span { border-color: rgb(161,232,198); }
td.TdClassName
{
border-color: #A1E8C6;
}
.TagClassName
{
border-color: #A1E8C6;
}
</style>