Shades of Magic Mint #A6FFE0
Tints of Magic Mint #A6FFE0
RGB
CMYK
RGB Variations
Color information
#A6FFE0 (or 0xA6FFE0) is known color: Magic Mint. HEX triplet: A6, FF and E0. RGB value is (166,255,224). Sum of RGB (Red+Green+Blue) = 166+255+224=645 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.74% from 645); Green value is 255 (100% from 255 or 39.53% from 645); Blue value is 224 (87.89% from 255 or 34.73% from 645); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFE0 is #59001F. Grayscale: #E0E0E0. Windows color (decimal): -5832736 or 14745510. OLE color: 14745510.
HSL color Cylindrical-coordinate representation of color #A6FFE0: hue angle of 159.1º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFE0 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 224 | - |
| CMYK | 0.35 | 0 | 0.12 | 0 |
| HSL | 159.1º | 1% | 0.83% | - |
| HSV(B) | 159.1º | 0.35% | 1% | - |
| XYZ | 64.94 | 85.01 | 83.51 | - |
| YUV | 224.86 | 127.51 | 86.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 224 | 0.35 | 0 | 0.12 | 0 | 159.1 | 1 | 0.83 |
| Hex | A6 | FF | E0 | 23 | 0 | C | 0 | 9F | 64 | 53 |
| Octal | 246 | 377 | 340 | 43 | 0 | 14 | 0 | 237 | 144 | 123 |
| Binary | 10100110 | 11111111 | 11100000 | 100011 | 0 | 1100 | 0 | 10011111 | 1100100 | 1010011 |
Color Harmonies of #A6FFE0
Complementary color
Monochromatic Colors of #A6FFE0
Black with #A6FFE0
Text Example
Text Example
White with #A6FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFE0; }
p { color: rgb(166,255,224); }
H1.HeaderClassName
{
color: #A6FFE0;
}
.AnyTagClassName
{
color: #A6FFE0;
}
</style>
background-color css
<style>
a { background-color: #A6FFE0; }
a { background-color: rgb(166,255,224); }
div.DivClassName
{
background-color: #A6FFE0;
}
.BgClassName
{
background-color: #A6FFE0;
}
</style>
border-color css
<style>
span { border-color: #A6FFE0; }
span { border-color: rgb(166,255,224); }
td.TdClassName
{
border-color: #A6FFE0;
}
.TagClassName
{
border-color: #A6FFE0;
}
</style>