Shades of Magic Mint #A1E8C8
Tints of Magic Mint #A1E8C8
RGB
CMYK
RGB Variations
Color information
#A1E8C8 (or 0xA1E8C8) is known color: Magic Mint. HEX triplet: A1, E8 and C8. RGB value is (161,232,200). Sum of RGB (Red+Green+Blue) = 161+232+200=593 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.15% from 593); Green value is 232 (91.02% from 255 or 39.12% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8C8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8C8 is #5E1737. Grayscale: #CFCFCF. Windows color (decimal): -6166328 or 13166753. OLE color: 13166753.
HSL color Cylindrical-coordinate representation of color #A1E8C8: hue angle of 152.96º 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 #A1E8C8 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 200 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.09 |
| HSL | 152.96º | 0.61% | 0.77% | - |
| HSV(B) | 152.96º | 0.31% | 0.91% | - |
| XYZ | 53.98 | 69.46 | 65.21 | - |
| YUV | 207.12 | 123.98 | 95.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 200 | 0.31 | 0 | 0.14 | 0.09 | 152.96 | 0.61 | 0.77 |
| Hex | A1 | E8 | C8 | 1F | 0 | E | 9 | 99 | 3D | 4D |
| Octal | 241 | 350 | 310 | 37 | 0 | 16 | 11 | 231 | 75 | 115 |
| Binary | 10100001 | 11101000 | 11001000 | 11111 | 0 | 1110 | 1001 | 10011001 | 111101 | 1001101 |
Color Harmonies of #A1E8C8
Complementary color
Monochromatic Colors of #A1E8C8
Black with #A1E8C8
Text Example
Text Example
White with #A1E8C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E8C8; }
p { color: rgb(161,232,200); }
H1.HeaderClassName
{
color: #A1E8C8;
}
.AnyTagClassName
{
color: #A1E8C8;
}
</style>
background-color css
<style>
a { background-color: #A1E8C8; }
a { background-color: rgb(161,232,200); }
div.DivClassName
{
background-color: #A1E8C8;
}
.BgClassName
{
background-color: #A1E8C8;
}
</style>
border-color css
<style>
span { border-color: #A1E8C8; }
span { border-color: rgb(161,232,200); }
td.TdClassName
{
border-color: #A1E8C8;
}
.TagClassName
{
border-color: #A1E8C8;
}
</style>